@charset "UTF-8";

.logo {
	width: 100px;
	margin-top: 0;
}
/*.page-header {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}


.main-nav {
	display: flex;
    font-size: 11px;
	text-transform: uppercase;
	margin-top: 16px;
    list-style: none;
}

.main-nav li {
	margin-left: 0px;
}
*/

.page-header {
	background: #888;
	display: flex;
	position: fixed;
	justify-content: space-between;
	width: 100%;
	margin-top: -12px;
	z-index: 9999;
}



.dropmenu{

  *zoom: 1;
  list-style-type: none;
  width: 840px;

  	margin-top: 14px;
  padding: 0;
}

.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}

.dropmenu:after{
  clear: both;
}

.dropmenu li{
  position: relative;
  width: 15%;
  float: left;
  margin-right: 0;
  padding: 0;
  text-align: center;
}

.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #888;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
}


.dropmenu li ul{
  list-style: none;
    opacity: 0.7;
  position: absolute;
/*  z-index: 9999;*/
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

.dropmenu li ul li{
  width: 100%;
}

.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #666;
  background: #888;
  text-align: left;
}

.dropmenu li:hover > a{
  background: #666;
}

.dropmenu li a:hover{
  background: #666;
}

/*ドロップダウンメニュー*/
.dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}

.dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
}


.sample-btn {
	display: inline-block;
	background:#888;
	padding:8px 20px;
	text-align:center;
	color:#fff;
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 60pt;
}
.sample-btn:hover{
  opacity: 1;
}
a {
    text-decoration:none; 
}

	

.slider img {
	max-width: 100%;
	height: auto;
/*	top: 0;*/
	bottom: 0;
	display: block;
	margin: 0 auto 2em;
/*	margin-top: 130px;*/
}


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

h2 {
	color:#888;
	text-align:left;
	padding: 0.5em 1em;
    margin: 150 auto 0;
	width: 856px;
    background: #ccc;
    border-left: solid 10px #666;
	
}

footer {
	background: #666;
	text-align: center;
	padding: 30pt;
}
footer p{
	color: #FFF;
	font-size: 10px;
}


.logoset {
	margin: 0px;
	height: 400px;
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	
}

.explanation p {
	float: left;
	margin-top: 350px;

	text-align: center;
	width: 400px;
	height: 30px;
	left: 0px;

}

.logoset img {
	float: left;
	width: 400px;
}

hr{
	border-width: 1px;
	border-top-color: #ddd;
}


.container {
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
    width: 900px;
}

.container {

    margin : auto;
}

.item {
	background: #fff;
	color: #666;
	margin: 0px;
	width: 400px;
	height: 400px;
}

.item p {
	text-align: center;
    padding-top: 300px;
	padding-bottom: auto;
	background: #fff;
}

.postr {
	background: #fff;
	color: #666;
	margin-top: 25px;
	width: 450px;
	height: 500px;
}

.posexp p {
	text-align: center;
	background: #fff;
	padding-top: 0;
	margin-top: 0;
	width: 450px;
	height: 80px;
}

.nagagasa {
	background: #fff;
	color: #666;
	margin-top: 25px;
	width: 450px;
	height: 400px;
}


.smllogo {
	background: #ddd;
	color: #666;
	margin-left: 0 auto;
	width: 293px;
	height: 230px;
}	

.v_line_fix {
  margin-left: 3px;
  width: 1px;
  height: 230px;
  background-color: #CCC;
}



.smltext {
	background: #ddd;
    text-align: center;
    padding-top: 10px;
	margin: 1px;
	width: 295px;
	height: 50px;
	

.acd-check{
    display: none;
}
.acd-label{
    background: #333;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
	  width: 900px;
}
.acd-content{
    border: 1px solid #333;
    height: 0;
    opacity: 0;
    padding: 0 10px;
	width: 900px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: 40px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}



.panel {
  border: 1px solid #acac;
  border-left: none;
  border-right:none;
  background-color: white;
  padding: 20px 20px;
  display: none;
}
.box {
  background-color: #eee;
  display: block;
  display: inline-block;
  width: 50%;
  border: 1px solid #acac;
}
.btn{
  display: block;
  flex-grow: 1;
  width: 100%;
  padding: 20px;
  background-color: inherit;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.btn:hover {
  background-color: #ddd;
}
.fas {
  float: right;
}

.pop {
	background: #fff;
	color: #666;
	margin-top: 25px;
	width: 450px;
	height: 300px;
}