@charset "UTF-8";
/* CSS Document */
body {
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap : break-word;
  	overflow-wrap : break-word;
	-webkit-text-size-adjust: 100%;	
	line-height: 1.5;
}
a {outline: none;}
img {
	max-width: 100%;
	height: auto;
}
main p { margin-bottom: 1em;}
.align-left { text-align: left;}
.align-center{ text-align: center;}
.align-right{ text-align: right;}

.f_left { float:left; }
.f_right { float: right; }
.clear { clear: both; }

.att,
.list_att li{
	padding-left: 1em;
	text-indent: -1em;
	font-feature-settings :normal;
}
small { font-size: 0.85em; }
strong { font-weight: bold; }


.pc_only { display:block; }
.sp_only { display: none !important; }
.youtube {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube  iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col-10 { width: 7.5%; }
.col-20 { width: 17.5%; }
.col-25 { width: 23.5%; }
.col-30 { width: 27.5%; }
.col-33 { width: 30.5%; }
.col-40 { width: 37.5%; }
.col-45 { width: 42.5%; }
.col-50 { width: 47.5%; }
.col-60 { width: 57.5%; }
.col-70 { width: 67.5%; }
.col-80 { width: 77.5%; }
.col-90 { width:87.5%; }
.col-100 { width:100%; }

[class^="col-"]{
		margin-bottom: 30px;
	}
[class^="col-"] img {
    display: block;
    margin: 0 auto;
}
@media all and (max-width:600px) {
    .pc_only { display:none !important; }
	.sp_only { display: block !important; }
    
    .flex [class^="col-"]
	{
		width: 100%;
		margin: 0 auto 30px;
	}
	
}