@charset "utf-8";
/* ==============================================================
   #リセット
   ============================================================== */
body,
html {
	color: #212121;
	font-family: "Roboto", "Noto Sans JP" , "Hiragino Kaku Gothic ProN" , "Hiragino Kaku Gothic Pro" , メイリオ , Meiryo , sans-serif ;
	box-sizing: border-box;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	word-break: break-word;
}
html {
	font-size: 62.5%;
}
html.f-large {
	font-size: 80%;
}
body {
	font-size: 1pc;
	font-size: 1.6rem
}

*,
:after,
:before {
	box-sizing: border-box;
	position: relative;
}

:after,
:before {
	text-decoration: inherit;
	vertical-align: inherit
}
* {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

audio:not([controls]) {
	display: none;
	height: 0
}
hr {
	overflow: visible
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}
small {
	font-size: 80%
}
[hidden], template {
display:none
}
abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active,
a:hover {
	outline-width: 0
}
code,
kbd,
pre,
samp {
	font-family: monospace
}
b,
strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
address,
i {
	font-style: normal
}


/* ==============================================================
   #クリアフィックス
   ============================================================== */
.cf:after,
.cf:before {
	content: "";
	display: table
}
.cf:after {
	clear: both
}
.cf {
*zoom:1
}
/* ==============================================================
   #リンク
   ============================================================== */
a {
	color: inherit;
	text-decoration: none;
}
a:visited {
}
a:hover {
}
/* ==============================================================
   #見出し
   ============================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	margin:0;
	padding:0;
}
h1,
h2 {
	font-size: 2.2rem;
}
/* ==============================================================
   #本文
   ============================================================== */
p {
	line-height: 1.8;
	font-size:1.6rem;
}
@media screen and (min-width: 768px) {
	p {
		font-size:1.6rem;
	}
}
@media screen and (min-width: 1000px) {
	p {
		font-size:1.6rem;
	}	
}

@media screen and (max-width: 767px) {
	.wide{
		margin-left:-20px;
		margin-right:-20px;
	}
}

/* ==============================================================
   テキスト
   ============================================================== */
strong {
	font-weight: 600;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
/* ==============================================================
   #リスト
   ============================================================== */
ul,
ol {
	margin:0;
	padding: 0;
	list-style: none;
}
ul li,
ol li {
}
ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}
ul.fw-list {
	list-style: disc;
}
ol.fw-list {
	list-style: decimal;
}
ul.fw-list li,
ol.fw-list li {
	margin-left: 1.5em;
}
/* ==============================================================
   #画像
   ============================================================== */
img {
	border: 0;
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
/* ==============================================================
   #テーブル
   ============================================================== */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
	table-layout: fixed;
}
theader {
}
tbody {
}
tfooter {
}
th,
td {
	border: transparent solid 1px;
	border-color: #CCC;
	padding: 1rem;
}
th {
	background-color: #EEE;
	font-size: 1.5rem;
}
td {
	font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
.table-wrap {
	margin: auto;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.table-wrap table {
	min-width: 640px;
}
}
/* ==============================================================
   #レイアウト
   ============================================================== */
.fw-container {
	min-width: 320px;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.fw-container {
	padding-right: 20px;
	padding-left: 20px;
}
[class*="fw-col-"] {
 padding-right: 20px;
 padding-left: 20px;
}
.fw-row {
	margin-right: -20px;
	margin-left: -20px;
}
.fw-no-gutter > .fw-row {
	margin-right: 0;
	margin-left: 0;
}
.fw-no-gutter > .fw-row > [class*="fw-col-"] {
 padding-right: 0;
 padding-left: 0;
}

@media screen and (min-width: 768px) {
	.fw-container {
		/*width: calc(90% - 80px + 4%);*/
		width: 100%;
	}
	.fw-container,
	[class*="fw-col-"] {
	 padding-right: 24px;
	 padding-left: 24px;
	}
	.fw-row {
		margin-right: -24px;
		margin-left: -24px;
	}
}

 @media screen and (min-width: 1000px) {
	.fw-container,
	 [class*="fw-col-"] {
	 padding-right: 24px;
	 padding-left: 24px;
	}
	.fw-row {
		margin-right: -24px;
		margin-left: -24px;
	}
}
/* ==============================================================
   #カラム設定
   ============================================================== */
.fw-row {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .fw-row {
 display: -webkit-box;
}
}
.reverse {
	flex-direction: row-reverse;
}
.vertical-reverse {
	flex-direction: column-reverse;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
   スマートフォン（最小）
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
 [class*="fw-col-"] {
 flex-grow: 1;
 width: 100%;
}
.fw-col-100 {
	flex-basis: 100%;
	max-width: 100%;
}
.fw-col-90 {
	flex-basis: 90%;
	max-width: 90%;
}
.fw-col-83 {
	flex-basis: 83.3333%;
	max-width: 83.3333%;
}
.fw-col-80 {
	flex-basis: 80%;
	max-width: 80%;
}
.fw-col-75 {
	flex-basis: 75%;
	max-width: 75%;
}
.fw-col-70 {
	flex-basis: 70%;
	max-width: 70%;
}
.fw-col-66 {
	flex-basis: 66.6666%;
	max-width: 66.6666%;
}
.fw-col-60 {
	flex-basis: 60%;
	max-width: 60%;
}
.fw-col-50 {
	flex-basis: 50%;
	max-width: 50%;
}
.fw-col-40 {
	flex-basis: 40%;
	max-width: 40%;
}
.fw-col-33 {
	flex-basis: 33.33337%;
	max-width: 33.33337%;
}
.fw-col-30 {
	flex-basis: 30%;
	max-width: 30%;
}
.fw-col-25 {
	flex-basis: 25%;
	max-width: 25%;
}
.fw-col-20 {
	flex-basis: 20%;
	max-width: 20%;
}
.fw-col-16 {
	flex-basis: 16.66667%;
	max-width: 16.66667%;
}
.fw-col-10 {
	flex-basis: 10%;
	max-width: 10%;
}
.fw-start {
	justify-content: flex-start;
}
.fw-center {
	justify-content: center;
}
.fw-end {
	justify-content: flex-end;
}
.fw-top {
	align-items: flex-start;
}
.fw-middle {
	align-items: center;
}
.fw-bottom {
	align-items: flex-end;
}
.fw-stretch {
	align-items: stretch;
}
.fw-around {
	justify-content: space-around;
}
.fw-between {
	justify-content: space-between;
}
.fw-first {
	order: -1;
}
.fw-last {
	order: 1;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	タブレット（横768px以上）
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 768px) {
.fw-col-100-md {
	flex-basis: 100%;
	max-width: 100%;
}
.fw-col-90-md {
	flex-basis: 90%;
	max-width: 90%;

}
.fw-col-83-md {
	flex-basis: 83.33337%;
	max-width: 83.33337%;
}
.fw-col-80-md {
	flex-basis: 80%;
	max-width: 80%;
}
.fw-col-75-md {
	flex-basis: 75%;
	max-width: 75%;
}
.fw-col-70-md {
	flex-basis: 70%;
	max-width: 70%;
}
.fw-col-66-md {
	flex-basis: calc(100% * 2 / 3);
	max-width: calc(100% * 2 / 3);
}
.fw-col-60-md {
	flex-basis: 60%;
	max-width: 60%;
}
.fw-col-50-md {
	flex-basis: 50%;
	max-width: 50%;
}
.fw-col-40-md {
	flex-basis: 40%;
	max-width: 40%;
}
.fw-col-33-md {
	flex-basis: calc(100% / 3);
	max-width: calc(100% / 3);
}
.fw-col-30-md {
	flex-basis: 30%;
	max-width: 30%;
}
.fw-col-25-md {
	flex-basis: 25%;
	max-width: 25%;
}
.fw-col-20-md {
	flex-basis: 20%;
	max-width: 20%;
}
.fw-col-16-md {
	flex-basis: 16.66667%;
	max-width: 16.66667%;
}
.fw-col-10-md {
	flex-basis: 10%;
	max-width: 10%;
}
.fw-col-hidden-md {
	display: none;
	visibility: hidden;
}
.fw-start-md {
	justify-content: flex-start;
}
.fw-center-md {
	justify-content: center;
}
.fw-end-md {
	justify-content: flex-end;
}
.fw-top-md {
	align-items: flex-start;
}
.fw-middle-md {
	align-items: center;
}
.fw-bottom-md {
	align-items: flex-end;
}
.fw-stretch-md {
	align-items: stretch;
}
.fw-around-md {
	justify-content: space-around;
}
.fw-between-md {
	justify-content: space-between;
}
.fw-first-md {
	order: -1;
}
.fw-last-md {
	order: 1;
}
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	デスクトップ（横1200px以上）
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 1200px) {
.fw-col-100-lg {
	flex-basis: 100%;
	max-width: 100%;
}
.fw-col-90-lg {
	flex-basis: 90%;
	max-width: 90%;
}
.fw-col-83-lg {
	flex-basis: 83.33337%;
	max-width: 83.33337%;
}
.fw-col-80-lg {
	flex-basis: 80%;
	max-width: 80%;
}
.fw-col-75-lg {
	flex-basis: 75%;
	max-width: 75%;
}
.fw-col-70-lg {
	flex-basis: 70%;
	max-width: 70%;
}
.fw-col-66-lg {
	flex-basis: 66.66667%;
	max-width: 66.66667%;
}
.fw-col-60-lg {
	flex-basis: 60%;
	max-width: 60%;
}
.fw-col-50-lg {
	flex-basis: 50%;
	max-width: 50%;
}
.fw-col-40-lg {
	flex-basis: 40%;
	max-width: 40%;
}
.fw-col-33-lg {
	flex-basis: 33.33337%;
	max-width: 33.33337%;
}
.fw-col-30-lg {
	flex-basis: 30%;
	max-width: 30%;
}
.fw-col-25-lg {
	flex-basis: 25%;
	max-width: 25%;
}
.fw-col-20-lg {
	flex-basis: 20%;
	max-width: 20%;
}
.fw-col-16-lg {
	flex-basis: 16.66667%;
	max-width: 16.66667%;
}
.fw-col-10-lg {
	flex-basis: 10%;
	max-width: 10%;
}
.fw-col-hidden-lg {
	display: none;
	visibility: hidden;
}
.fw-start-lg {
	justify-content: flex-start;
}
.fw-center-lg {
	justify-content: center;
}
.fw-end-lg {
	justify-content: flex-end;
}
.fw-top-lg {
	align-items: flex-start;
}
.fw-middle-lg {
	align-items: center;
}
.fw-bottom-lg {
	align-items: flex-end;
}
.fw-stretch-lg {
	align-items: stretch;
}
.fw-around-lg {
	justify-content: space-around;
}
.fw-between-lg {
	justify-content: space-between;
}
.fw-first-lg {
	order: -1;
}
.fw-last-lg {
	order: 1;
}
}
/* ==============================================================
   #ナビゲーション設定
   ============================================================== */
.fw-navi {
	margin: auto;
}
.fw-navi {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}
.fw-navi > li {
	cursor: pointer;
	flex-grow: 1;
	margin: 0;
}
.fw-navi > li > a {
	display: block;
}
/* ==============================================================
   #Youtube埋込
   ============================================================== */
.fw-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 100%;
}
.fw-youtube.sq {
	background-color: #222;
	border-radius: 6px;
	padding-top: 100%;
	overflow: hidden;
	z-index: 2;
}
.fw-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}




@media (min-width: 1024px) {
	.visible-lg { 
		display: none !important;
	}
}
@media (max-width: 1023px) {
	.visible-tb { 
		display: none !important; 
	}
}

@media (min-width: 768px) {
	.visible-md {
		display: none !important; /* 768px以上は消える */
	}
}

@media (min-width: 480px) {
	.visible-sm{
		display: none !important; /* 481px以上は消える */
	}
}

@media (max-width: 767px) {
	.hidden-sp{
		display: none !important; /* 0～767pxは消える */
	}
}
@media (max-width: 479px) {
	.hidden-xs{
		display: none !important; /* 0～479pxは消える */
	}
}
