@charset "utf-8";
/* CSS Document */

* {
	line-height: 1em;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}



/*body*/

body {


　/*サイトによって変更*/
width: 100%;
	-webkit-text-size-adjust: 100%;
}

.contents-left {
	float: left;
	vertical-align: top;
	display: inline-block;
}

.contents-right {
	float: right;
	vertical-align: top;
	display: inline-block;
}

a {
	text-decoration: none;
}

a :hover {
	opacity:0.75;
}

li {
	list-style-type: none;
}


/*header*/

#header {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #76c7d1;
}

/*header h1*/

h1 {
}

#header .contents-right {
}


/**
 * GLOBAL NAVI
 */
._global-navi {
}
    ._global-navi p.menu {
        display: none;
    }
    ._global-navi ul {
    }
    ._global-navi li {
	float: left;
    }
        ._global-navi li a {
	display: block;
	text-decoration: none;
	position: relative;
        }

        ._global-navi li a:hover {
        }
    ._global-navi li.sp,
    ._global-navi li.close {
        display: none;
    }



/*contents*/

#contents {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

#contents .contents-left {
	vertical-align: top;
	display: inline-block;
	float: left;
}

#contents .contents-right {
	vertical-align: top;
	display: inline-block;
	float: right;
}

#contents .contents-box {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.9em;
	color: #717071;
}

#contents .contents-box p {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.9em;
	color: #717071;
}




/*subcontents*/

.subcontents-wrap {
	clear: both;
	width: 100%;
	background-color: #6ab8c1;
}

#subcontents {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#subcontents h4 {
	clear: both;
}

#subcontents h6 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	color: #FFF;
}

#subcontents p {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	color: #FFF;
}






.sp-view {
    display: none;
}


html, body {
    height: 100%;
}





/**
 * for SmartPhone
 */
@media screen and (min-width: 737px) {
	
	body {
	min-width: 1200px;
	}
	
	
	
/*header*/

#header {
	width: 100%;
	height: 70px;
}


/*nav*/

#nav {
	width: 1000px;
	margin-top: 0px;
	padding-top: 0px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
}

#nav ul {
}

#nav ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	float: left;
}


#nav ul li a {
	background-repeat: no-repeat;
	background-position: left 0px;
	text-indent: -9999px;
	display: inline-block;
	height: 70px;
}

#nav ul li a.nav01 {
	background-image: url(../images/nav_01.png);
	width: 220px;
}

#nav ul li a.nav02 {
	background-image: url(../images/nav_02.png);
	width: 130px;
}

#nav ul li a.nav03 {
	background-image: url(../images/nav_03.png);
	width: 130px;
}

#nav ul li a.nav04 {
	background-image: url(../images/nav_04.png);
	width: 130px;
}

#nav ul li a.nav05 {
	background-image: url(../images/nav_05.png);
	width: 130px;
}

#nav ul li a.nav06 {
	background-image: url(../images/nav_06.png);
	width: 130px;
}

#nav ul li a.nav07 {
	background-image: url(../images/nav_07.png);
	width: 130px;
}

#nav ul li a:hover {
	background-position: left -70px;
}



#nav a.sp-view {
	display: none;
}

	
    /**
     * MENU VIEW
     */
	 
	 ._global-navi {
	
}
    ._global-navi p.close {
        display: none !important;
    }
    ._global-navi ul {
	height: auto !important;
    }
	
	._global-navi li {
	line-height: 1;
	margin-bottom: 0px;
    }
	
	
	._global-navi li a {
	display: inline-block;
	line-height: 1;
	margin-bottom: 0px;
    }
	
    ._global-navi li a:after {
       display: none;
    }
	
	
/*main-img*/

#main-img {
	clear: both;
	height: 380px;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
	
	
/*btn-top*/

.btn-top {
	line-height: 1em;
	text-align: right;
	padding: 0px;
	clear: both;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 29px;
}


/*subcontents*/

.subcontents-wrap {
}

#subcontents {
	width: 1000px
}

#subcontents .contents-left {
	width: 350px
}

#subcontents h4 {
	clear: both;
	margin-bottom: 10px;
}

#subcontents h6 {
}

#subcontents .contents-right {
	width: 520px;
	text-align: right;
}

#subcontents .contents-right p {
	margin-top: 100px;
}

	
	
}
@media screen and (max-width: 737px) {
	
body {
	font-size: 16px;
}


/*header*/

#header {
	width: 100%;
}

/*header h1*/

h1 {
	padding-top: 4%;
	padding-bottom: 3%;
	padding-left: 3%;
	width: 50%;
}

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

    /**
     * GLOBAL NAVI
     */
    ._global-navi {
        margin-bottom: 0;
    }
        ._global-navi p.menu,
        ._global-navi p.close {
	display: block;
	position: absolute;
	right: 3%;
	top: 2.2%;
        }
        ._global-navi p.close {
            display: none;
        }
            ._global-navi p.menu img,
            ._global-navi p.close img {
                height: 35px;
				width: auto;
				
            }
        ._global-navi ul {
	width: 100%;
	display: none;
	position: absolute;
	top: 11%;
	left: 0;
	background: rgba( 255, 255, 255, .95 );
	border-top: 1px solid #B3B3B3;
	z-index: 10;
        }
            ._global-navi li {
	position: relative;
	display: block;
	float: none;
            }
            ._global-navi li:before {
                content: none;
            }
                ._global-navi li a {
	width: 90%;
	font-weight: normal;
	font-size: 22px;
	line-height: 65px;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #B3B3B3;
	display: block;
	clear: both;
	padding-top: 0;
	padding-right: 5%;
	padding-bottom: 0;
	padding-left: 5%;
	float: none;
	color: #444;
                }
				
				._global-navi li.sub {
					background: rgba( 200, 200, 200, .8 );
                }
				
				
                ._global-navi li a:after {
                    margin-top: -6px;
                    width: 12px;
                    height: 12px;
                    position: absolute;
                    top: 50%;
                    right: 15px;
                    background: url(../img/sp/menu-arr.png) no-repeat;
                    background-size: 11px 11px;
                    content: "";
                }
				
				
                ._global-navi li a.act,
                ._global-navi li a:hover {
                    border-bottom: 1px solid #B3B3B3;
                }
           
            ._global-navi li.close {
                text-align: center;
                padding: 15px 0 0;
            }
                ._global-navi li.close a {
                    display: inline-block;
                    line-height: 1;
                    border: none;
                    background: none;
                    padding: 0;
                }
                    ._global-navi li.close a img {
                        height: 32px;
                    }
        /**
         * MENU VIEW
         */
        ._global-navi.menu_view ul,
        ._global-navi.menu_view p.close {
            display: block;
        }
        ._global-navi.menu_view p.open {
            display: none;
        }

	
	#contents {
	width:100%;
	}
	
	
#nav a.pc-view {
	display: none;
}


/*main-img*/

#main-img {
	background-image: none;
}

#main-img img {
	width:100%;
	height:auto;
}
	
	
/*btn-top*/

.btn-top {
	display: none;
}


/*subcontents*/

.subcontents-wrap {
}

#subcontents {
	width: 100%;
}

#subcontents div.contents-left {
}

#subcontents .contents-left {
	width: 100%;
	display: block;
	clear: both;
}

#subcontents .contents-right {
	width: 100%;
	text-align: left;
	display: block;
	clear: both;
}



#subcontents .contents-right p {
	margin-top: 0px;
}

#subcontents  h4 {
	height: auto;
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2%;
}

#subcontents  h4 img {
	height: auto;
	width: 70%;
}

#subcontents  h6 {
	width: 93%;
	margin-right: auto;
	margin-left: auto;
}

#subcontents  p {
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5%;
	text-align: left;
}





.pc-view {
	display: none;
}

.sp-view {
	display: block;
}
	

}
