@charset "UTF-8";
@import url("default.css");

/* ------------------
共通





------------------ */

* {
	font-size: 14px;
	line-height: 1.6;
	color:#222;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,table,tr,th,td,em,address,ul,li,p,span,strong,div {
	line-height: 1.6;
}


.wrap {
	background-image: url("../../../_/img/mainbg_h2.png");
}

#base {
	margin: 0 auto;
	text-align: left;
}

#main-base {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	padding: 0 35px;
	background-color: #fff;
}

#contents {
	margin-bottom: 2em;
	padding: 0 25px 25px 25px;
	position: relative;
	z-index: 1;
}

#path {
	margin: 1em 0;
	clear: both;
}

h2.h2_title {
	padding: .5em .75em;
	background-image: url("../../img/mainbg_h2.png");
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	width: auto;
	margin: 0 0 0.5em;
}


h3.txtarea_ttl {
		background-image: url("../../img/ttl_bg_h3.png");
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	font-weight: bold;
    line-height: 30px;
	padding: 0.5em 0.75em;
    margin: 1em 0;
    width: auto;
}

/* h4 {
	padding: .5em .75em;
	background: repeating-linear-gradient(45deg, #ccc, #ccc 2px, #eee 2px, #eee 5px);
	color: #222;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	width: auto;
} */



.text_wrap {
    padding-left: 0px;
    padding-bottom: .5em;
}

@media screen and (min-width: 769px){
    .text_wrap {
        color: #F5F5F5;
        font-size: 15px;
        font-weight: bold;
        display: block;
        padding-bottom: .7em;
        /* padding-left: 12px; */
    }
}

.pc-only {
    display: inline-block;
}
.sp-only {
    display: none;
}
@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: inline-block;
    }
}






/*#####メイン#####*/

/*TOPページのみ*/
#contents-top-index {
 	background-color: #000;
	padding: 0 7px;
	
}


#contents-top {
	zoom:1;/*for IE6 Print*/
	overflow:hidden/*clearfix*/
}

#contents #main {
	margin: 0 0 20px 0;
	position: relative;
	top: -120px;
}

#contents #main,
#contents-top #main {
	line-height: 1.6;
	margin-bottom: 2em;
}

#top-img {
	z-index: 2;
}

#top-img h2 img {
    width: 100%;
}


#contents h3 {
	margin: 0 0 20px 0;
}

#contents h4 { 
	margin: 0 0 10px 0;
	color: #187ED2;
	font-size: 14px;
	font-weight: bold;
}

#contents .box {
	margin: 0 0 30px 0;
}


#main p.txtarea_txt{
	margin:20px 15px 20px 15px;
}

p.txtarea_img {
	text-align: center;
}



/*#####サブ#####*/


#side {
	float:right;
	width: 285px;
}

#side_img {
	width: 100%;
}

#side .sidenavi {
	border: 1px solid #77A6A0;
	padding: 20px 10px 10px 15px;
	margin-bottom: 35px;
	background: url(../img/bg_side01.jpg) repeat;
}

#side .sidenavi ul li,#side .sidenavi .att {
	margin-bottom: 10px;
}

#side .sidenavi .att {
	  padding-left: 1em;
}

#bnr{
	padding: 9px;
	width: 265px;
	border: #CDDDDF solid 1px;
	background-image:url(../img/bnr/bg_side01.jpg) ;

}

#bnr img{
	margin: 0 0 5px 0;
}

#bnr p{
	margin: 0 0 8px 0;
}

#bnr a{
	color:#036;
	line-height:1.5em;font-size:12px;

}




/*#####ヘッダー画像#####*/

#head-img img {

	width: 100%;
	height: auto; 
	margin-top:81px;
}




/*####おわり####*/



/*#####トップへ戻るボタン#####*/

#move-page-top {
	background: #333;
	border-radius :50px;
	color: #fff;
	padding: 15px 20px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

#move-page-top :hover {
	background: #fff;
}
/*#####おわり#####*/



/*#####ヘッダー#####*/

#logo {
	max-width: 280px;
	padding: 8px 0;
}

#logo img {
	width: 100%;
	height: auto;
}


#h-navi{
	color:#fff;
	margin-left: 7px;
}

.logo_top {
	position: relative;
	width: 100%;
	
}



/*ここからナビ*/

.inner {
    width: 100%;
    margin: 0 auto;
	

}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: 0;
    width: 100%;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: fixed;
    top: 0px;
	z-index:99999999;
	background-color:rgba(0,0,0,0.9);
    transform: translate3d(0, 0, 0);

}
#top-head .logo {
    float: left;
    font-size: 36px;
}

#global-nav {
    background-color: rgba(10, 10, 10, 0.9);
	top: 82px; left: 0;
	width: 100%;
}

#global-nav ul {
    list-style: none;
    bottom: 0;
    font-size: 14px;
	padding: 10px;
}
#global-nav ul li {
    float: left;
	border-right: 1px solid #999;
}

#global-nav ul li a {
    padding: 0 30px;
}


 
/* Fixed */
#top-head.fixed {
	width: 100%;
    margin-top: 0;
    top: 0;
    position: fixed;
    background: rgba(0,0,0,.8);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	z-index: 999;
}

#global-nav .logo {
    font-size: 24px;
    color: #333;
}

#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 30px;
}

 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


#nav-none_open,#nav-none_open2 {
	display: none;
	clear: both;
}

#nav-none_open p,#nav-none_open2 p {
	margin-left: 1em;
}

#global-nav #open1 ul li,#global-nav #open2 ul li {
	border-bottom: 1px dotted #999;
	float: none;
	padding: 5px 0;
	border-right: none;
}

#global-nav #open1 ul li, #global-nav #open2 ul li:first-child{
    border-top: 1px dotted #999;
}

#global-nav #open1 ul li, #global-nav #open2 ul li:last-child{
    border-bottom: none;
}

/*PC時非表示

#global-nav .device_menu {
	display: none;
}*/

/*おわり*/


#global-nav .device_menu {
	display: block;
	background-image: url(../../common/img/pimgpsh.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 7px top 6px;
	width: 318px;
	text-align: center;

}






/*###　確認事項　##*/


.memo::before {
    color: #eb0028;
    content: "【確認】";
    font-size: 10px;
    left: 0;
    position: absolute;
    top: 0;
}
span.memo {
    border-radius: 3px;
    display: inline-block;
}
.memo {
    background-color: #ffeaea;
    color: #eb0028;
    padding: 10px 1px 1px 7px;
    position: relative;
}


/*タブレット*/

@media screen and (max-width: 1400px) {
	
	#h-navi {
		display: none;
	}
	
	
#logo {
    max-width: 215px;
    padding: 3px 0;
}



    #top-head, .inner {
        width: 100%;
        padding: 0;
        position: fixed;
        top: 0px;
        transform: translate3d(0, 0, 0);
    }
	
    #top-head {
        top: 0;
        margin-top: 0;
    }
    
	/* Fixed reset */
     #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    
	#mobile-head {
        background: #000;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    
	#top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #000;
        font-size: 26px;
    }
   
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -505px;
        background: #333;
    	background: rgba(0,0,0,.8);
        width: 100%;
        text-align: left;
        padding: 5px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		z-index: 999;
    }
    
	#global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    
	#global-nav ul li {
        float: none;
        position: static;
		border-bottom: 1px solid #fff;
		border-right: none;
    }
	
	#global-nav ul li:last-child{
		border-bottom: none;
    }
    
	#top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        display: block;
        color: #fff;
        padding: 10px 0;
    }
    
	#nav-toggle {
        display: block;
    }
    
	/* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }


/*タブレット・スマホ時表示*/

#global-nav .device_menu {
	display: block;
	background-image: url(../../common/img/pimgpsh.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 20px top 20px;
	text-align: left;
	width: auto;
}

/*PC時非表示*/

#global-nav .pc_menu {
	display: none;
}

#global-nav #open1 .open_menu_ul,#global-nav #open2 .open_menu_ul {
	padding: 0 10px;
}


/*####セカンドページ####*/


#side {
	display: none;
	float: none;
	width: 0;
}

#main-base {
	margin: 0 auto;
	width: 588px;
}

#contents #main, #contents-top #main {
    float: none;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}


/*#####ヘッダー画像#####*/

#head-img img {

    width: 100%;
    height: auto; 
    margin-top:57px;
}




/*####おわり####*/

/*タブレットおわり*/




}






/*スマホ*/

@media screen and (max-width: 640px) {
	

	#logo {
    	max-width: 200px;
    	padding: 5px;
	}
	
	
	#main-base {
		width: 100%;
		padding: 0;
	}

    #top-head, .inner {
        width: 100%;
        padding: 0;
        position: fixed;
        top: 0px;
        transform: translate3d(0, 0, 0);

    }
	
    #top-head {
        top: 0;
        margin-top: 0;
    }
    
	/* Fixed reset */
     #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #000;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #000;
        font-size: 26px;
    }
    
	#global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
    	background: rgba(0,0,0,.8);
        width: 100%;
        text-align: left;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		z-index: 999;

    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    
	#global-nav ul li {
        float: none;
        	
    }
	
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        padding: 12px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }


/*####セカンドページ####*/


#side {
	display: none;
	float: none;
	width: 0;
}

#contents-top {
    padding: 0.5em;
}


#contents #main, #contents-top #main {
    float: none;
}


#main div.txtarea {
    width: 100%;
	float: none;
}

span.a01-img {
    float: none;
}


span.a01-txt {
    float: none;
	width: 100%;
	margin: 1em 0;
}

#main div.txtarea .txtarea_ttl {
	margin: 1em 0;
	width: auto;
}

#main p.txtarea_txt {
    margin: 1em 0;
}



img.mb20 {
    margin: 0 0 0.5em;
	width: 100%;
	height: auto;
}


/*#####ヘッダー画像#####*/

#head-img img {

    width: 100%;
    height: auto; 
    margin-top:57px;
}




/*####おわり####*/




/*スマホおわり*/
}











/*#####フッター#####*/


#footer {
	width: 100%;
	clear: both;
	background-color: #000;
}

#copy {
	text-align: right;
	padding: 1em;
	color: #fff;
}






/* ------------------
その他





------------------ */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
  	line-height: 0;
}

.clearfix {
	min-height: 1px;
	zoom : 1 ;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*マウスオーバー時の透過用*/
/*a:hover img{ 
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

img.mb20 {
	margin: 0 0 20px 0;
}

img.mr10 {
	margin: 0 10px 0 0;
}

img.r-rb10 {
	margin: 0 0 10px 10px;
	float: right;
}

img.r {
	float:right;
	margin: 0 20px 20px 0;
}
*/

/* ------------------
印刷
------------------ */
@media print{
	* html body{
		zoom: 70%;/*IE6印刷用*/
	}
	
	.wrap {
		background: none;
	}

	#contents {
		background: none;
	}
	#top-img {
		background: none;
	}

	#contents #sub {
		position: inherit;
		top:0px;
	}
	#contents #main {
		position: inherit;
		top: 0px;
	}
	#navi {
		margin: 0 9px;
	}
}
