﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #333;
	background: #fff;
	margin: 0px;
}
p {
	letter-spacing: 0.1em;
}
a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

h1 {
	font-size:22px;
	letter-spacing:0.2em;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8em;
	width: 100%;
	letter-spacing: 0.4em;
	margin-bottom:20px;
}
h3 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top:20px;
	margin-bottom: 0px;
	line-height: 1.5em;
	letter-spacing: 0.4em;
	width: 100%;
	
}


#container {
	width: 100%;
	margin-top:4%;
	position:relative;
}
.copy {
	position: absolute;
	left: 5%;
	top: 30%;
	font-size:22px;
	letter-spacing:0.2em;
}

.news {
	height: 25px;
	width: 500px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #666;
	margin-left: auto;
	margin-right: 5%;
	border-radius: 4px;
}
.news_in {
	width:70px;
	text-align: left;
	font-size:13px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	margin-top:2px;
	letter-spacing:0.2em;
}
.newswaku-wrap {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.newstitle {
	position: absolute;
	top: 5px;
	left: 0;
	width: 70px;
	text-align: left;
	font-size: 16px;
	padding-left: 18px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #778899;
	margin-top: 2px;
	letter-spacing: 0.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #778899;
}
.newswaku-wrap .newswaku {
	height: 130px;
	width: 100%;
	box-sizing:border-box;
  overflow-y: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #778899;
}
.newswaku-wrap .newswaku::-webkit-scrollbar {
    width: 9px;
  }
.newswaku-wrap .newswaku::-webkit-scrollbar-thumb{
  background: #999;
}
.newswaku-wrap .newswaku::-webkit-scrollbar-track-piece {
  background: #efefef;
}

.newswaku .news-container {
  width:680px;
  margin:0;
  margin-left:120px;
  padding-top:2px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing:0.1em;
  font-size:14px;
}
.newswaku dl {
	overflow: hidden;
	margin:0 0 7px 0;
	padding:0;
}
.newswaku dt {
  float:left;
  clear:left;
  width:80px;
  margin-bottom:8px;
  color: #778899;
}
.newswaku dd {
  float:left;
  width:550px;
}




.contents {
	width: 100%;
	height: auto;
	margin-top: 8%;
	padding-bottom: 1%;
	position:relative;
}
.contents_in {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-bottom: 5%;
	height: auto;
	padding-top: 5%;
}
.con_l {
	text-align: left;
	float: left;
	height: auto;
	width: 35%;
}
.catch {
	font-size: 12px;
	color: #666;
	letter-spacing: 0.25em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 110px;
	width: 100%;
	background-image: url(../img/bg3.png);
	background-repeat: no-repeat;
	background-position: center -20%;
	background-size: 100%;
	text-align: center;
}
.item_back {
	height: 550px;
	width: 100%;
	background-color: #f5f5f5;
	position: absolute;
	z-index: -9999;
	top: 0px;
	box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.1) inset;
}
.contents p {
	padding-bottom: 1em;
	line-height: 1.6em;
	font-size: 14px;
	letter-spacing: 0.4em;
	text-align: left;
}

.bg1 {
	background-image: url(../img/bg0.png),url(../img/bg1.png);
	background-repeat: no-repeat;
	background-position: -25% center,right center;
	background-size: 35%,80%;
}

.s_font {
	font-size: 13px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.2em;
	z-index: 200;
}
.read {
	margin-bottom:50px;
}


.next {
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:40px;
	height: 80px;
	margin-top:20px;
}


.clear {
	clear: both;
}

.contents2 {
	width: 100%;
	height: auto;
	margin-top: 1%;
	padding-bottom: 1%;
	position:relative;
}

.footer {
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
}
.footer_in {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 10px;
	height: auto;
	font-size: 12px;
	position: relative;
	text-align: left;
}

.rogo {
	height: auto;
	width: 100px;
	margin-top:120px;
}
.footer .footer_in p {
	letter-spacing: 0.2em;
}
.footer ol.footer-menu {
	margin-top:10px;
}
.footer ol.footer-menu  li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
	letter-spacing: 0.2em;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 70px;
}
/* arrow x disc */
.maruyaji li {
	position: relative;
	letter-spacing: 0.2em;
	display: inline;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}
.maruyaji li::after,
.maruyaji li::before {
	display: block;
	content: '';
	position: absolute;
}
.maruyaji li::after {
	top: -0.15em;
	left: -2em;
	width: 14px;
	height: 14px;
	background-color: #778899;
	border-radius: 100%;
}
.maruyaji li::before {
	z-index: 2;
	top: 0.2em;
	left: -1.7em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.maruyaji li a {
	text-decoration:none;
}
.maruyaji li a:hover {
	text-decoration:underline;
}


small {
	width: 100%;
	font-size: 10px;
	text-align: center;
	display: block;
	margin-top:30px;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:9999;
}
#page-top img{
	width:40px;
}
#page-top a {
	background: #778899;
	text-decoration: none;
	width: 70px;
	text-align: center;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#page-top a:hover {
	text-decoration: none;
}
.right {
	float:right;
}
.left {
	float:left;
}
.center {
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.back {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 95px;
	position: relative;
}
.back .top_rogo {
	height: auto;
	width: 90px;
	margin-top: 20px;
}

.back .menu {
	height: 70px;
	width: auto;
	position: absolute;
	top: 15px;
	right: 350px;
}
.back ol li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: 14px;
	padding-left: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.2em;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 28px;
    height: 27px;
    cursor: pointer;
    z-index: 101;
    padding:17px;
}

#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #778899;
	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: 12px;
}
#nav-toggle span:nth-child(3) {
    top: 24px;
}
.pc {
	display: block;
}
.sp {
	display: none;
}





/* ================================================*/
/* スマートフォン 縦(ポートレート) */
/* ================================================*/
@media only screen and (max-width:768px){
html, body {
	width:100%;
	margin:0px;
}

.pc {
	display: none;
}
.sp {
	display: block;
}

.right {
	float:none;
}
.left {
	float:none;
}

.contents,.footer,.footer_in {
	width:100%;	
}

.contents {
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	width: 98%;
}
.contents p {
	padding-bottom: 10px;
	line-height: 1.5em;
	font-size: 14px;
}

.contents_in {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-bottom: 5%;
	height: auto;
	padding-top: 5%;
}
.con_l {
	text-align: center;
	float: none;
	height: auto;
	width: 100%;
}

.border-top-none {
	border-top:none;
}
.border-left-none {
	border-left:none;
}
.fb-timeline {
	clear: both;
	border:none;
	float:none;
	margin:5px auto;
	width: 98%;
}
.contact-box {
	clear: both;
	float: none;
	width: 98%;
	margin:5px auto;
}



.read {
	width: 98%;
	padding-top: 10px;
}

#wrapper {
	margin: 0px;
	padding: 0px;	
}

#container {
	width: 100%;
	padding-top:35%;
	position:relative;
}

.copy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 25%;
	letter-spacing:0.2em;
}

h1 {
	font-size:20px;
	letter-spacing:0.3em;
	line-height: 1.5em;
	font-weight:100;
	text-align:center;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8em;
	width: 100%;
	letter-spacing: 0.2em;
	margin-bottom:0px;
	text-align:center;
}


.back {
	width: 100%;
	margin:0;
	height: auto;
	position: relative;
}
.page-tree .back {
	height:61px;
}
.back .top_rogo {
	height: auto;
	width: 16%;
	padding:0;
	position: absolute;
	top:-10px;
	left:5%;
	z-index: 102;
}
.back .menu {
	display: none;
	width: 100%;
	height: auto;
	position: absolute;
	top: 80px;
	left:0;
  text-align: center;
  padding: 0;
  z-index: 999;
}
.back .menu ol {
	list-style: none;
  background-color: #fff;
  background: rgba(255,255,255,0.8);
  padding:0;
  margin:0;
  right: 0;
  bottom: 0;
}
.back .menu ol li {
	display: block;
	list-style-type: none;
	padding: 0;
	font-size: 16px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.2em;
	border-bottom:1px solid #778899;
}
.back .menu ol li:first-child{
	border-top:none;
}
.back .menu ol li:last-child{
	border-bottom:1px solid #778899;
}
.back .menu ol li a {
	width: 100%;
	display: block;
	color: #000;
	padding: 18px 0;
}
#top-head {
	position:fixed;
	background-color: #fff;
  background: rgba(255,255,255,0.8);
    z-index:999;
	width:100%;
	height:80px;
	margin-top:-15px;
}


.button {
	width: 98%;
}
#nav-toggle {
    display: block;
}
/*
#nav-toggle:after {
	position: absolute;
	left: 0;
	bottom: -20px;
	content: 'MENU';
	display: block;
	width: 100%;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	transition: all .4s;
}
.open #nav-toggle:after {
	content: 'CLOSE';
	bottom: -20px;
}
*/
.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 .menu {
    /* #global-nav top + #mobile-head height
    -moz-transform: translateY(560px);
    -webkit-transform: translateY(560px);
    transform: translateY(560px);
     */
}

.img-responsive img,
img.img-responsive {
	width: 100%;
	height: auto;
}

.example {
	display: block;
	padding:5px 0;
}

.sp-mt1 {
	margin-top:20px;
}


.footer {
	margin-top:0px;
}
.footer_in {
	padding-top:0;
	padding-bottom:20px;
}
.footer_in .left {
 	padding:10px;
	clear:both;
}
.footer_in .right {
 	display: none;
}
.footer ol.footer-menu {
	width: 94%;
	margin:10px auto;
	padding:10px 0;
	margin-bottom:0;
	text-align:center;
}
.footer ol.footer-menu  li {
	display: block;
	padding-right: 7px;
	padding-left: 6px;
	border-top: 1px dotted #333;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 20px;
	font-size:14px;
}
.footer ol.footer-menu  li:last-child {
	border-bottom: 1px dotted #333;
	padding-bottom:20px;
}

small {
	margin-top:20px;
}

#page-top {
	bottom: 10px;
	right: 10px;
}

.next {
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:40px;
	height: 50px;
	margin-top:0px;
	margin-bottom:30px;
}

iframe {
	width:100%;
	
}
.catch {
	font-size: 12px;
	color: #666;
	letter-spacing: 0.25em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 90px;
	width: 100%;
	background-image: url(../img/bg3.png);
	background-repeat: no-repeat;
	background-position: center -20%;
	background-size: 330%;
	text-align: center;
}
.item_back {
	height: 450px;
	width: 100%;
	background-color: #f5f5f5;
	position: absolute;
	z-index: -9999;
	top: 10px;
	box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.1) inset;
}

.news {
	height: 25px;
	width: 85%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #666;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
}
.news_in {
	width:40px;
	text-align: left;
	font-size:10px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	margin-top:2px;
	letter-spacing:0.2em;
}


.newswaku-wrap {
	width: 90%;
	margin-top: 20px;
}
.newstitle {
	position: relative;
	margin-bottom: 20px;
}
.newswaku-wrap .newswaku {
}
.newswaku .news-container {
  width:100%;
  margin: 0;
	margin-top: 10px;
  padding-left:0;
}
.newswaku dl {
	overflow: hidden;
	margin:0 0 7px 0;
	padding:0;
}
.newswaku dt {
  width:30%;
}
.newswaku dd {
  width:68%;
  margin: 0;
  padding: 0;
}



}


/* ================================================*/
/* iPad */
/* ================================================*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	
	.catch {
		padding-top: 40px;
		font-size: 19px;
		height: 130px;
		box-sizing:border-box;
	}	
}

/* ================================================*/
/* iPad 横向き */
/* ================================================*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
  .tab-ipad-ld {
  	display: block;
  	line-height: 1.6;
  }
}