@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
共通
------------------------------------------------------------*/

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif !important;
  color: #000;
  font-size: 17px;
  background-color: #c6f6f9;
  word-break: break-all;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a:visited, a:hover, a:active {
  color: #fff;
}

a:vis

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.pc {
    display: block;
}
.sp {
	display: none;
}
b{
	font-weight: bold;
}
.fcR{
	color: #e70000;
	font-weight: bold;
}
.fcY{
	color: #ffed31;
	font-weight: bold;
}
.taC{
	text-align: center;
}
.fsS {
    font-size: 14px;
}
@media screen and (max-width:740px){
html {
    overflow-x: hidden;
    overflow-y: scroll; -webkit-overflow-scrolling: touch
}
.pc {
    display: none;
}
.sp {
    display: block;
}
	
p{
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
}
}

body{
    margin: 0 auto;
    /*max-width: 1920px;*/
}
img{
    display: block;
    width: 100%;
	vertical-align: middle;
}
p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
@media screen and (min-width:740px) {
    p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

/*ヘッダー*/
header {
  width: 100vw;
  position: relative;
  z-index: 100;
  display: flex !important;
  justify-content: space-evenly;
  align-items: center;
  background: #ffed31; 
  padding: 30px 20px 20px !important;
}
  header div>p {
    font-size: 14px;
    margin: 0 0 0 1%;
	color: #fff;
  }
.header_flex{
	display: flex !important;
}
@media screen and (min-width:640px) {
  header {
    width: 100%;
    min-height: 80px;
    left: 0;
  }
  /*header div.mf_log{
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-start;
	flex-wrap: wrap;  
  }*/
  header div>img {
    width: 56%;
  }
}
@media screen and (max-width:740px) {
	header {
		width: 100%;
		padding: 25px 10px 20px !important;
	}
	header div>p {
		font-size: 9px;
		margin: 0 0 0 1%;
	}
	header div>img {
		width: 130px;
	}
}

.all{
	padding: 0 50px;
}

.content{
	background: #fff;
    border-radius: 20px;
    padding: 50px;
    margin: 70px auto;
    max-width: 850px;
    width: 100%;
}
.content p{
	font-size: 14px;
}
h2{
	font-size: 22px;
}

@media screen and (max-width:740px) {
  .all {
    padding: 0 20px;
}
	.content {
    padding: 50px 25px;
}
	h2{
	font-size: 20px;
}
}

/* フッター */
footer{
  background-color: #000;
  text-align: center;
  padding: 40px 0 !important;
}
footer p,footer a{
	color: #fff;
	font-size: 12px;
}

