﻿@charset "utf-8";




h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
margin: 0px;padding: 0px;
}


body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        margin: 0px;

	padding: 0px;

	color: #333;
	font-size: 15px;	
        line-height: 2;		
        background: #ffffff;	
      -webkit-text-size-adjust: none;

 border-top:5px solid #111111;
}

ul {
list-style-type: none;
}


table {
border-collapse:collapse;
font-size: 100%;
border-spacing: 0;
}

img {
border: none;
max-width: 100%;
height: auto;
vertical-align: bottom;
}

a img:hover {
opacity: 0.6;
}



iframe {
width: 100%;
}


/*----------------------------------------------link---------------------------------------------------------------------------*/

a {
	color: #333;	
    -webkit-transition: 0.5s;	
	transition: 0.5s;			

}

a:hover {
	
         color: #87ceeb;			
	text-decoration: none;	

}


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


header {
	width: 100%;	
                background:#fff;	

}


header #headin {
	width: 1200px;	
               height: 100px;	
               margin: 0 auto;

	       position: relative;


}

 
header #logo {
	position: absolute;

	        left: 10px;	

	        top: 5px;	

font-family:'Times New Roman';
font-size:50px; font-weight:normal;

}



header #logo a {
	
text-decoration: none;	


}





header #catch {
	position: absolute;

	        right: 100px;	
                top: 40px;	
	        background: #ffffff;			
                	
               }


header #catch img{
	float: left;
 	padding:0 5px;	
                	
               }


header #logo2 {
	
             float: right;
 
 	     padding: 75px 0px 0px 0px;        	

             margin-top:0px;  margin-bottom:10px; 
}


/*-------------------------------------gnavi-box-----------------------------------------------------------------------------------------------------*/


#gnavi-box {
	
        width: 100%;

        margin-bottom: 0px;
        background: #fff;
	overflow: hidden;
        
	border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
	background: #ffffff;
	
}	
	



/*-------------------------------------gnavi-bar-----------------------------------------------------------------------------------------------------*/



#gnavibar {
	
        width: 980px;	
        overflow: hidden;

	margin: 0 auto;
	
        font-size: 14px;
        border-left: 1px solid #ffffff;	
	
	}




#gnavibar li {
	
        float: left;	
	text-align: center;
        width: 195px;
	border-right: 1px solid #ffffff;	
  
}


#gnavibar a{
	
        margin: 5px 0px;
	display: block;

	text-decoration: none;

	padding: 7px 0px;
	  color:#111;
	
}


#gnavibar li.active a{
   color:#fff;
   text-decoration:none;
background: #0089a1;
  
}

#gnavibar a:hover,#gnavibar li.current a{
	
         background: #0089a1;
         color: #fff;	
	
		
}


/*-------------------------mb------------drawerdrawer--right-------------------------------------------------------------------------------------------*/

#mb {		


     display: none;
  	
}



p.icondrawer a {
    padding:30px 5px 3px 5px;
    display:inline-block;
    position:relative;
    background-color:#333;
    color:#fff;
 text-decoration: none;font-size: 12px;

}
 
p.icondrawer a:before,
p.icondrawer a:after {
    content:"";
    display:block;
    position:absolute;
    left:15px;
    width:15px;
    z-index:1;
}
 
p.icondrawer a:before {
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
    top:-webkit-calc(50% - 6px);
    top:-moz-calc(50% - 6px);
    top:calc(50% - 6px);
    height:8px;
}
 
p.icondrawer a:after {
    border-top:2px solid #fff;
    top:-webkit-calc(50% - 1px);
    top:-moz-calc(50% - 1px);
    top:calc(50% - 1px);
    height:0;
}



 /*-----------------------------------tojp ------------------------------------------------------------------------------------------*/

#tojp {
    position: relative;
     > img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
	
    }
}
#tojp-in {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 text-align:center;   
 font-size: 45px; 
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
color:#ffffff;
font-weight:bold;

    > div {
        width: 90%;
        max-width: 320px;
        margin: 0 auto;
        
        line-height: 1.7;
        padding: 20px 0px;
 
    }
}





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

    #tojp img{
object-fit: cover;
     height: auto !important;
      min-height: 20rem;
overflow:hidden;
     }

#tojp-in { font-size: 24px;}

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

#tojp-in { font-size: 18px;}

     }


/*-------------------------------------undertop-----------------------------------------------------------------------------------------------------*/


#undertop {
	
width: 100%;

               height: 60px;
               background: #26b7bc;
                margin: 0px;	
        	overflow: hidden;        
	
              
}




#undertop p{
	 text-align: center;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight:bold;
font-size:20px;
	
padding:10px 0 0 0;
 color:#fff;            
}


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

#contents {
	
        clear: both;

	width: 100%;
        margin: 0px auto 30px;

       background-color:#ffffff;	
        overflow: hidden;



}





/*------------------------------------------------------------primary---------------------------------------------------------------------------------*/

#primary {
       width: 1400px;
       padding-bottom: 30px;

       display: table;
       margin: 0 auto;

}


/*-------------------------------------------*/

#primary .subject{text-align:center;
           background-color:#00a808;
           color:#fff;
           font-size:36px;
            margin:40px 4% 0;
margin-bottom: 40px;

padding:60px 0}

#primary .center23{text-align:center;
           background-color:#ffffff;
           color:#111;
           font-size:16px;
          margin:20px 4% 0;
margin-bottom: 40px;

padding:20px 0  
}

/*-------------------------------------------*/



#primary h2 {
	text-align:center;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        clear: both;

	margin: 50px 0 0 30px;

        padding: 5px 15px;	  
	color: #FFF;        	
        background:#ffffff;
font-size:36px;
    color:#111;   		
}


#primary h3 {
	
        clear: both;

	margin-bottom: 50px;

        padding: 4px 15px;
	      font-size:18px;
	background: #FFF;        	
        border: 1px solid #ccc;	

}


#primary h3::first-letter {

	border-left: 3px solid  #70d3b6;	
	padding-left: 10px;	

}

#primary p {
	
        padding: 7px 15px 14px;
	
}

#primary p + p {

	padding-top: 0px;

}

#primary h2 + p,
#primary h3 + p {

	padding-top: 0px;

	margin-top: -5px;

}











/*---------------------------------------------1列画像-------------j1----------------------------------------------------------------------------*/



#primary section.j1 {
	padding: 20px 0 0 0;	
	text-align:center;
	margin: 0 auto;	
	line-height: 1.6;
	width: 50%;
	position: relative;
	overflow: hidden;
}

#primary section.j1 p {
	
                        padding: 0px 15px 0px 15px;
                	
                        overflow: hidden;	

}




/*----------------------------------------------secondary------------------------------------------------------*/

#secondary {
	
       width: 100%;	

        padding-bottom: 30px;

        clear: both;

overflow: hidden;

background:#e6eef2;

}

#secondary h2 {
	
	margin-bottom: 15px;

        padding: 20px 15px;
	font-size: 200%;

        font-weight:normal;	
font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;        	
        background: #8ec400;
        text-align:center
		}



#secondary ul.submenu {

	margin-bottom: 15px;	
         border-top: solid 1px #e4e4e4;	


}

#secondary ul.submenu li {

	background: #fff;	
        border-bottom: solid 1px #e4e4e4;	

}

#secondary ul.submenu li a {

	text-decoration: none;

	display: block;
	
         padding: 2px 10px;	

}


/*----------------------------------------------secondary1200------------------------------------------------------*/

#secondary1200{
	
              width: 1200px;
        padding-top: 50px;

        padding-bottom: 30px;

        display: table;
        margin: 0 auto;

}







/*--------------secondarybox1
---------*/


#secondary .box1 {
	
padding: 15px;			
margin-bottom: 15px;
background: #f7f7f7;	
border: solid 1px #ccc;	
-webkit-box-shadow: 0px 0px 1px 1px #fff inset;	
box-shadow: 0px 0px 1px 1px #fff inset;

}


#secondary .box1 ul.submenu {

	margin-bottom: 0px;

}



/*----------------------------------------------com------------------------------------------------------*/

#com{
	
       width: 100%;	

        padding-bottom: 30px;

        clear: both;

overflow: hidden;

background: #ffffff;
 
}


#com ul.submenu {

	margin-bottom: 15px;	
         border-top: solid 1px #e4e4e4;	


}

#com ul.submenu li {

	background: #fff;	
        border-bottom: solid 1px #e4e4e4;	

}

#com ul.submenu li a {

	text-decoration: none;

	display: block;
	
         padding: 2px 10px;	

}


/*----------------------------------------------com1200------------------------------------------------------*/

#com1200 {
	
              width: 1200px;
        padding-top: 50px;

        padding-bottom: 30px;

       display: table;
        margin: 0 auto;

}



#com1200 h2 {
	
	margin-bottom: 15px;

        padding: 20px 15px;
	font-size: 200%;

        font-weight:normal;	
font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;        	
        background: #26b7bc;
        text-align:center
		}






/*--------------combox1---------*/


#com .box1 {
	
padding: 15px;			
margin-bottom: 15px;
background: #f7f7f7;	
border: solid 1px #ccc;	
-webkit-box-shadow: 0px 0px 1px 1px #fff inset;	
box-shadow: 0px 0px 1px 1px #fff inset;

}


#com .box1 ul.submenu {

	margin-bottom: 0px;

}




/*---------------------------------------------------------tertiary
---------------------------------------------------------------------------*/

#tertiary
 {
	
         clear: both;

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

       
        overflow: hidden;
	
      

}



/*------------------------------------------------tertiary
1400------------------------------------------------------------------------------------*/

#tertiary1400
 {
	
        width: 1400px;
        padding-top: 50px;

        padding-bottom: 30px;

        display: table;
        margin: 0 auto;

}


/*----------------------------box--------bo1400----------------------------------------------------------------------------------------------*/


#tertiary section.bo1400 {
	
                        margin-bottom: 80px;                        
                        position: relative;
                
	overflow: hidden;
                  		
                        background: #e6eef2;	 


}


#tertiary section.bo1400 h3 {
 
        overflow: hidden;
        margin-left:0%;	
        margin-bottom: 10px;

	font-size: 140%;

	color: #999999;		
        border-bottom: solid 1px #999999;
padding: 30px 0 0 15px;

font-weight:bold;	
        }




#tertiary section.bo1400 p {
	
                        padding: 30px 15px 40px 15px;
                	margin-left: 34%; 
                        overflow: hidden;	

}

#tertiary section.bo1400 figure img {

	float: left;	
        height: auto;	
        width: 50%;	      	 	
        background: #fff;	
        }





/*----------------------------box--------bo1500----------------------------------------------------------------------------------------------*/


#tertiary section.bo1500 {
	
                        margin-bottom: 80px;	
                        position: relative;
                
	overflow: hidden;

                  	padding:  0 0 0 30px;	
                         background: #e6eef2;
}


#tertiary section.bo1500 h3 {

	font-size: 140%;

	color: #999999;		
        border-bottom: solid 1px #999999;	
        margin-right: 0%;	
        margin-bottom: 10px;

        padding: 30px 0 0 0;

        font-weight:bold;
}


#tertiary section.bo1500 p {
	
                        padding: 30px 15px 40px 15px;
                	margin-right: 34%;	
                        overflow: hidden;

}

#tertiary section.bo1500 figure img {

	float: right;	
        height: auto;
         width: 50%;        		
      background: #70d3b6;	

	}




/*----------------------------box--------bo2----------------------------------------------------------------------------------------------*/

#tertiary
 h2 {

	font-size: 100%;

	padding-bottom: 10px;

}


#tertiary
 h2::first-letter {
	
          border-left: 3px solid #b5b5b5;	
          padding-left: 10px;

}


#tertiary
 ul.submenu {

	 margin-bottom: 15px;	
         border-top: solid 1px #e4e4e4;	


}

#tertiary
 ul.submenu li {

	background: #fff;	
        border-bottom: solid 1px #e4e4e4;	

}

#tertiary
 ul.submenu li a {

	 text-decoration: none;

	 display: block;
	
         padding: 2px 10px;	

}


/*---------------------------------------------1列画像-------------j1----------------------------------------------------------------------------*/



#tertiary section.j1 {
        padding: 100px 0 0 0;	
	text-align:center;
	margin: 0 auto;	
	line-height: 1.6;
	width: auto;
	position: relative;
	overflow: hidden;
}
/*----------------tertiary
box1
-----------------*/


#tertiary
 .box1 {
	
padding: 15px;			
margin-bottom: 15px;
background: #f7f7f7;	
border: solid 1px #ccc;	
-webkit-box-shadow: 0px 0px 1px 1px #fff inset;	
box-shadow: 0px 0px 1px 1px #fff inset;

}


#tertiary
 .box1 ul.submenu {

	margin-bottom: 0px;

}



/*------------------------------------------------------------quaternary---------------------------------------------------------------------------------*/

#quaternary {
	width: 100%;	

                clear: both;

background-color:#e6eef2;



}


#quaternary h2 {
	
        clear: both;

	margin-bottom: 15px;

        padding: 5px 15px;
	font-size: 100%;

	color: #FFF;        	
        background: #1e90ff;	
        	
}


#quaternary h2::first-letter {
	
       padding-left: 10px;
       border-left: 3px solid #fff;	
		

}


#quaternary h3 {
	
        clear: both;

	margin-bottom: 15px;

        padding: 4px 15px;
	font-size: 100%;

	background: #FFF;        	
        border: 1px solid #ccc;	

}


#quaternary h3::first-letter {

	border-left: 3px solid #d80e02;	
	padding-left: 10px;	

}

#quaternary p {
	
        padding: 7px 15px 14px;
	
}

#quaternary p + p {

	padding-top: 0px;

}

#quaternary h2 + p,
#primary h3 + p {

	padding-top: 0px;

	margin-top: -5px;

}


/*----------------------------box--------bo----------------------------------------------------------------------------------------------*/


#quaternary section.bo {
	
                        margin-bottom: 15px;
                        padding: 20px;
                        position: relative;
                
	overflow: hidden;
                  		
                        background: #fff;		
                       	
/*-------- border: 1px solid #ccc;---------*/



}

#quaternary section.bo p {
	
                        padding: 0px;

                	margin-left: 34%;	

}

#quaternary section.bo figure img {

	float: left;	
        height: auto;	
        width: 40%;	
        padding: 15px;		
        background: #fff;	
        			
        	
       
/*-------- border: 1px solid #ccc;---------*/



}


#quaternary section.bo h4 {

        margin-left: 34%;	
        margin-bottom: 10px;

	font-size: 120%;

	color: #d80e02;		
        border-bottom: solid 1px #d80e02;	
        }



/*----------------------------box--------bo2----------------------------------------------------------------------------------------------*/


#quaternary section.bo2 {
	
                        margin-bottom: 15px;	
                        position: relative;
                
	overflow: hidden;

                  	padding: 20px;	
                        background: #fff;		
                       	
/*-------- border: 1px solid #ccc;---------*/



}

#quaternary section.bo2 p {
	
                        padding: 0px;

                	margin-right: 34%;	

}

#quaternary section.bo2 figure img {

	float: right;	
        height: auto;
         width: 40%;		
        padding: 15px;		
        background: #fff;	
       			
        	
       
/*-------- border: 1px solid #ccc;---------*/



}


#quaternary section.bo2 h4 {

	font-size: 120%;

	color: #d80e02;		
        border-bottom: solid 1px #d80e02;	
        margin-right: 34%;	
        margin-bottom: 10px;

}


/*--------------------------------------------2列画像----------------jp4---------------------------------------------------------------------------------*/




.jp4 {
	width: 48%;
	
text-align: center;
	float: left;

	margin: 100px 0 15px 2%;
     
	font-size: 12px;

}


/*--------------------------------------------2列画像----------------bigjp5---------------------------------------------------------------------------------*/



#bigjp5 {
	width: 1000px;
        text-align:center;

padding-bottom: 30px;

                display: table;
        margin: 0 auto;
	}

#bigjp5 p {margin: 100px 0 0 0;
font-weight:bold;
font-size: 36px;

}


/*--------------------------------------------2列画像----------------jp5---------------------------------------------------------------------------------*/




.jp5 {
	width: 48%;
	
text-align: center;
	float: left;

	margin: 50px 0 15px 2%;
     
	}
/*---------------------------------------------1列画像-------------j1----------------------------------------------------------------------------*/



#quaternary section.j1 {
	text-align:center;
	margin: 0 auto;	
	line-height: 1.6;
	width: 600px;	
	height: 300px;	
	position: relative;
	overflow: hidden;
}

/*---------------------------------------------更新情報-up----------------------------------------------------------------------------------------*/

#up {
	margin-bottom: 15px;
}
#up dl{
	overflow: auto;	
	height: 400px;	
	padding-left: 15px;
}

#up dt {
	font-weight: bold;	
	float: left;
	width: 8em;
padding: 15px 0 15px 0;
color: #111;

}

#up dd {
	border-bottom: 1px solid #d2d2d2;	
	padding-left: 8em;
color: #111;

padding: 15px 0 15px 0;

}
#up .upicon {
	background: #999999;

	color: #fff;

	font-size: 15px;

	padding: 0px 25px;

	border-radius: 2px;
	
        margin: 0px 45px 0 45px; 

}






/*----------------------------------------------button3----------------------------------------------------*/


.btn-animation-02 {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #9ec34b;
  border: 2px solid #9ec34b;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF;
}

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


footer {
	
        clear: both;

	background: #999999;	
        color: #fff;	
        font-size: 85%;
        font-weight: bold;
	
}

footer a {

	color: #fff;

}

footer a:hover {

	color: #fff;

	}
footer .pr {

	display: block;
	font-size: 80%;

}


/*-----------------------------
footmenu--------------------------------------------------------------------------*/


#footmenu {
	
                width: 1200px;	
                margin: 0 auto;

                padding: 50px 0px 100px 0px;

            	overflow: hidden;

	      	text-align: center;

}


#footmenu ul {
	          float: left;    
	          width: 8%;		
	          border-left: 1px solid #fff;	
		
           }



#footmenu p {

                clear: both;
                padding: 15px 0px 0px 0px;
	
		text-align: center;

}

#footmenu ul a {
	color: #fff;	
  text-decoration: none;	

	

}

#footmenu ul a:hover {

	 color: #87ceeb;			
	}
/*------------------------------copyright
---------------------------------------------------------------------------*/

#copyright {
	
        clear: both;

	text-align: center;

	background: #111111;	

}

#copyright a {
	
         text-decoration: none;

}






/*------------------------------------------------table-------------------------------------------------------------------------*/


.tab {
	
          width: 100%;

	margin-bottom: 15px;

}

.tab, .tab td, .tab th {

	border: 1px solid #ccc;	
        padding: 10px;	
        word-break: break-all;

}

.tab th.tamidashi {

	width: auto;

	text-align: left;	
        background: #cce6f6;	

}


.tab th {
	
width: 140px;	
text-align: center;	
background: #f7f7f7;	
}


.tab img {

	vertical-align: bottom;

}




/*---------------------------company 
---------------------------------------------------------------------------*/




table { width:100%;
   
   border:1px solid #999;
    border-spacing:0;
    line-height:1.8;
    border-collapse:collapse;
    margin:10px 0;
}

th.t_top {
    border-top: #b3b3b3 4px solid;
}
th {width:30%;
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal; 
background:#111111;
color:#fff;
}
td.t_top {
	border-top: #b3b3b3 4px solid;
}
td {font-size:14px;
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
background: #e6eef2;
}
/*-----------pagetop---------------------------------------------------------------------------*/

#pagetop {
	
         clear: both;

	padding-top: 0px;

}

#pagetop a {

	color: #FFF;
	font-size: 20px;	
        padding: 0px 30px;	
	background: #111111;
        text-decoration: none;

	text-align: center;

	display: block;
	float: right;

	border-radius: 4px 4px 0px 0px;	

}


#pagetop a:hover {

	background-color: #999;	
        color: #FFF;			
}



/*------------------------------1399px以下の設定
-------------------------------------------------------------------------------------------------------------------*/

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




#primary,#secondary,#tertiary,#tertiary1400,#quaternary,#bigjp5{
	
        float: none;

	width: auto;
}



/*------------------------------1199px以下の設定
-------------------------------------------------------------------------------------------------------------------*/

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



header #headin {
	width: auto;
}



/*-------------------------------------primarysecondarytertiary----1119-------------------------------------------------------------------------*/

#primary,#secondary,#tertiary,#tertiary1400,#quaternary{
	
        float: none;

	width: auto;
}


#com1200,#secondary1200{ float: none;
 width:90%;}

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



#secondary {
	
        clear: both;


}



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

#contents {
	
        width: auto;

	margin-bottom: 0px;


}


/*------footmenu
--1199---------*/


#footmenu {
	
width: 90%;
	
background: none;

}


#footmenu ul {

	width: 23%;

	padding-right: 2%;

}


/*-----------1199----------*/

body.s-n #secondary {
	display: none;
}


/*------------------------1199end--------------------------------------------------*/


}





/*------------------------------970px以下の設定
-------------------------------------------------------------------------------------------------------------------*/

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



#menu {
	display: none;
}





#gnavibar {
	display: none;
}




#gnavi-box {
	display: none;
}
#mb {		
  
     display: block;
 
   }




/*---------------------------------------------1列画像-----970--------j1----------------------------------------------------------------------------*/



#primary section.j1 {
	
	width: 100%;
	position: relative;
	overflow: hidden;
}



/*
-------------------.btn-animation-02---970--------------------------------------------*/


.btn-animation-02 {
 
  width: 130px;
 
}

/*
--------------------------------970------bo1400-------------------------------------*/



#tertiary section.bo1400{padding: 0;}

#tertiary section.bo1400 p {

	margin-left:20px;

       margin-bottom:20px;


}




#tertiary section.bo1400 figure img{
	
        float: none;

	width: 100%;

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

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

}


#tertiary section.bo1400 h3 {

	margin-left:20px;


}



/*
--------------------------------970-------bo1500------------------------------------*/




#tertiary section.bo1500{padding: 0;}

#tertiary section.bo1500 p {

	margin-left:5px;

       margin-bottom:20px;

      width:95%
}




#tertiary section.bo1500 figure img 
{
	float: none;

	width: 100%;

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

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

}


#tertiary section.bo1500 h3 {

	margin-left:20px;


}


/*----------------------970end----------------*/

}







/*---------------730px以下
----------------------------------------------------------------------------------------------------*/

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



header #logo {
	width: 45%;
}



header #logo2 {
	width: 65%;
}




 /*--------730-------primary h2----------------------------*/



#primary h2 {
	text-align:center;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        clear: both;

	margin: 50px 0 0 0px;

        padding: 5px 15px;
	      font-size:14px;
	color: #FFF;        	
        background:#ffffff;

    color:#111;   		
}








#up dd {
	
overflow: hidden;


}
/*----------------------730end----------------*/

}




/*------------------------------590px以下
---------------------------------------------------------------------------*/

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


header #headin {
	
        
	
padding-top: 10px;


	}

header #logo {
	text-align: center;

        width: auto;

	position: static;

}





header #logo2 {
	
      width: 100%;

}


header #catch {
	display: none;
}










/*----#quaternary------590jp4--------2列-------*/

.jp4 {
	float: none;
	margin: auto;
	width: 100%;
	height: auto;	
	line-height: normal;
	padding: 10px 0;

}


.jp4 a figure img {
	padding: 0;
	border: none;
        text-align: center;
}

/*----#quaternary------590jp5--------2列-------*/

.jp5 {
	float: none;
	margin: auto;
	width: 100%;
	height: auto;	
	line-height: normal;
	padding: 10px 0;

}


.jp5 a figure img {
	padding: 0;
	border: none;
        text-align: center;
}


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

#contents {
	padding: 10px 10px 0px;
}


/*----------------------590end----------------*/



}







/*--------------------480px以下
---------------------------------------------------------------------------*/

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


header #headin {
	
            text-align: left;

}

 #logo {
	
 width: 80%;

 text-align: center;


}




/*--------480menu--------------*/

#gnavibar {
	display: none;
}






/*-tertiary-----480j1
-----1列------*/

#tertiary section.j1 {
	float: none;
	margin: 0px !important;
	width: 100%;
	height: auto;	
	line-height: normal;
	padding: 10px 0;
}


#tertiary section.j1 a figure img {
	padding: 0;
	border: none;
        text-align: center;
}

/*
--------------------------------480-------upupicon------------------------------*/



#up .upicon {
	background: #999999;

	color: #fff;

	font-size: 15px;

	padding: 0px 1px;

	border-radius: 2px;
	
        margin: 0px 45px 0 45px; 

}







/*------------------------------------480table-------------------------------------------------------*/


.tab th {
	width: 100px;
	padding: 5px;
}


.tab td {
	width: auto;
	padding: 5px;
}


/*------------------
---------------------------------------------------------------------------*/

/*--------480---
#footmenu-ul----------*/



#footmenu ul {
	display: none;
}




/*------------------
---------------------------------------------------------------------------*/


.ws,.wl {
	width: 90%;
}

img.fr,
img.fl {

	float: none;

	margin: 0;
	
        width: 100%;

}


/*------------------------------------480end------------------------------------------------------*/


}
