@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700;800;900&display=swap');

/*	reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	margin: 0; padding: 0;border: 0;outline: 0;
	background: 0 0;
}
a {
	text-decoration: none;
}
textarea {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
	display:block;
}
ol, ul, li {
	list-style-type: none;
}
blockquote,q {
	quotes:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}


/* ----------------------------------------
  Basic Layout
  ---------------------------------------- */
  
/*	EXAMPLE STYLES */
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Yu Gothic','游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic','メイリオ', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .05em;
    color: #7f7f7f;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    text-align: center;
	background: #ffebec;
}

/* link */
a:link { color: #7f7f7f; }
a:visited { color: #7f7f7f; }
a:hover,a:focus { color: #7f7f7f; }
a:active { color: #7f7f7f; }
a img.rollover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
a:hover img.rollover,
a:focus img.rollover,
a.thinly:hover,
a.thinly:focus {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-ms-filter: 'alpha(opacity=80)';
	opacity: 0.8;
}

/* img */
img { vertical-align: bottom; max-width: 100%;}

/* text tag */
h1,h2,h3,h4,h5,h6 {
	line-height: 1.5;
	font-weight: normal;
}
h1,h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.15em; }
h5,h6 { font-size: 1em; }
p { font-size: 1em; }


/*	------responsive.gs.12col------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; /*padding・borderを幅と高さに含める*/
}
.container {
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
}
.clr:after,.col:after,.container:after,.group:after,.row:after{
	content: "";
	display: table;
	clear: both;
}
.row { 
	width: 100%;
	padding-bottom: 0;
}
.col {
	display: block;
	float: left;
	width: 100%;
}

@media screen and (min-width:768px),print { /* PC size */
	.gutters .col{margin-left:2%}
	.gutters .col:first-child{margin-left:0}
	.span_1{width:8.33333333333%}
	.span_2{width:16.6666666667%}
	.span_3{width:25%}
	.span_4{width:33.3333333333%}
	.span_5{width:41.6666666667%}
	.span_6{width:50%}
	.span_7{width:58.3333333333%}
	.span_8{width:66.6666666667%}
	.span_9{width:75%}
	.span_10{width:83.3333333333%}
	.span_11{width:91.6666666667%}
	.span_12{width:100%}
	.span_2_5{width:20%}
	
	.gutters .span_1{width:6.5%}
	.gutters .span_2{width:15%}
	.gutters .span_3{width:23.5%}
	.gutters .span_4{width:32%}
	.gutters .span_5{width:40.5%}
	.gutters .span_6{width:49%}
	.gutters .span_7{width:57.5%}
	.gutters .span_8{width:66%}
	.gutters .span_9{width:74.5%}
	.gutters .span_10{width:83%}
	.gutters .span_11{width:91.5%}
	.gutters .span_12{width:100%}
	.gutters .span_2_5{width:18.4%}
}

@media screen and (max-width: 767px) and (min-width:481px){ /* Tablet size */
	.tbspan_1{width:8.33333333333%}
	.tbspan_2{width:16.6666666667%}
	.tbspan_3{width:25%}
	.tbspan_4{width:33.3333333333%}
	.tbspan_5{width:41.6666666667%}
	.tbspan_6{width:50%}
	.tbspan_7{width:58.3333333333%}
	.tbspan_8{width:66.6666666667%}
	.tbspan_9{width:75%}
	.tbspan_10{width:83.3333333333%}
	.tbspan_11{width:91.6666666667%}
	.tbspan_12{width:100%}
	.tbspan_2_5{width:20%}
	
	.gutters .tbspan_1{width:6.5%}
	.gutters .tbspan_2{width:15%}
	.gutters .tbspan_3{width:23.5%}
	.gutters .tbspan_4{width:32%}
	.gutters .tbspan_5{width:40.5%}
	.gutters .tbspan_6{width:50%}
	.gutters .tbspan_6:nth-child(odd){padding-right:1.5%}
	.gutters .tbspan_6:nth-child(even){padding-left:1.5%}
	.gutters .tbspan_7{width:57.5%}
	.gutters .tbspan_8{width:66%}
	.gutters .tbspan_9{width:74.5%}
	.gutters .tbspan_10{width:83%}
	.gutters .tbspan_11{width:91.5%}
	.gutters .tbspan_12{width:100%}
	.gutters .tbspan_2_5{width:18.4%}
}
@media screen and (max-width:480px) { /* Mobile size */
	.gutters .spspan_6{width:50%}
	.gutters .spspan_6:nth-child(odd){padding-right:2%}
	.gutters .spspan_6:nth-child(even){padding-left:2%}
}
/*	------ / responsive.gs.12col------ */




@media screen and (min-width:768px),print  { /* print global */ }
@media screen and (max-width: 1199px) { }
@media screen and (min-width: 992px) and (max-width: 1199px) { }
@media screen and (min-width: 992px) { }
@media screen and (max-width: 1024px) { /* tablet yoko */ }
@media screen and (max-width: 896px) { /* iphone promax */ }
@media screen and (max-width: 834px) { /* ipad pro tate */ }
@media screen and (max-width: 768px) { /* tablet tate */ }
@media screen and (max-width: 767px) { /* mobile~ tate */ }
@media screen and (max-width: 375px) { /* iphone6~x tate *yoko480 *yoko812 */ }

/* ----------------------------------------
  print
  ---------------------------------------- */
@media print {
	body {
	    width: 1280px;
	   /* zoom: .8;*/
	    transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    -webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}
	.container {
		max-width: inherit !important;
        width: 1200px !important;
    }
}



