@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/

/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#00232b;
  margin:0;
  padding:0;
/*  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: '游明朝', 'YuMincho', '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'Kozuka Mincho Std', '小塚明朝 Std R', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  text-align:center;
  font-size:100%;
 -webkit-text-size-adjust: none;
 	position:relative;
  background: url(../images/bg.png) top left repeat;
}

a:link{ color:#343434;text-decoration:none;}
a:visited{ color:#343434;text-decoration:none;}
a:hover{ color:#343434;text-decoration:none;}
a:active{ color:#343434;text-decoration:none;}

ul{ list-style:none;}

img {
	padding:0px;
	margin:0px;
	vertical-align:bottom;
	max-width: 100%;
}
a {
	outline:none;
	text-decoration:none;
	color:#212020;
}
.hover {
 	-webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.5s ease-out;  /* Opera 10.50?12.00 */
	transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */	
}
.hover:hover {
	opacity:0.7;
}


/*
html ----------------------------------------------------------*/

.c-inner {
  margin: 0 auto;
}
section {
}

/* body base
===============================================================*/

.c-header {
  border-top:#6dc095 4px solid;
  padding:0 0 10px;
  width: 100%;
  position: fixed;
  top:0;
  left: 0;
  z-index: 10000;
 	-webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.5s ease-out;  /* Opera 10.50?12.00 */
	transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */	  
}
.c-headerWrap {
  padding: 0 5%;
}
.c-header-logo {
  padding: 0 0 0 0;
  text-align: left;
}
.c-header-logo img {
  width: 100px;
}
.c-header-flow {
  background: rgba(255,255,255,0.9);
}


.c-footer {
  background: #f8f8f8;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 57px;
}
.c-footerWrap {
  margin: 0 auto;
  padding: 0 0 40px 0;
}
.c-footer-left {
  display: none;
}
.c-footer-right {
}
.c-footer-menu {
  padding: 0 0 0 0;
  border-top: #6dc095 3px solid;
}
.c-footer-menu li {
  text-align: left;
  border-bottom: #6dc095 1px solid;
  position: relative;
}
.c-footer-menu li a {
  display: inline-block;
  background-size: 11px auto;
  font-size: 16px;
  line-height: 1.5;
  color: #3f3f3f;
  padding: 10px 6.5% 10px 6.5%;
}
.c-footer-menu li a:before {
  content:"";
  position: absolute;
  top:0;
  bottom:0;
  margin: auto;
  left:2%;
  width: 6px;
  height: 6px;
  border-top:2px solid #6dc095;
  border-right:2px solid #6dc095;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-footer-sns {
  padding: 30px 0 0 0;
  margin-bottom: 30px;
}
.c-footer-sns ul {
  text-align: center;
}
.c-footer-sns ul li {
  display: inline-block;
  margin: 0 20px;
}
.c-footer-copy {
  font-size: 12px;
  line-height: 1.5;
  color: #909090;
}

.c-flowBtn {
  position: fixed;
  width: 100%;
  bottom:0;
  left: 0;
  box-sizing: border-box;
  padding: 8px 2% 5px 2%;
  background: rgba(135,217,185,0.5);
}
.c-flowBtn ul {
  display: table;
  width: 100%;
}
.c-flowBtn ul li {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.c-flowBtn ul li a {
  display: block;
  width: 96%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  padding: 4px 0;
}
  
.p-snsWrap {
  width: 40%;
  margin: 0 auto 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-icon {
  width: 21%;
}
  
  