﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
	box-sizing:border-box;
}
h1,h2,h3,h4,h5,h6{
	color:#2f2f2f;
   font-family: Sawarabi Gothic;
   font-weight:normal;
   transform: rotate(0.001deg);
}
@font-face {
   font-family: Sawarabi Gothic;
   /*font-display: swap;*/
   transform: rotate(0.001deg);
   /*src: url('/common/font/SawarabiGothic-Regular.woff')format('woff');*/
}
.sawarabi{
   font-family: Sawarabi Gothic;
   transform: rotate(0.001deg);
}
html{
	font-size:62.5%;
}
body {
	font-size:1.6rem;
    line-height:1.6;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "メイリオ", sans-serif;
	color:#3c3c3c;
	overflow-wrap: break-word;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color:#3c3c3c;
	text-decoration:none;
	box-sizing:border-box;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img.hoverImg{
	transition:0.3s;
}
a:hover img.hoverImg {
	opacity:0.7;
}
.sp_display{
	display:none;
}

.flex{
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
	justify-content:space-between;
}
sup{
	font-size:0.7em;
	position:relative;
	top:-0.4em;
}
.bold{
	font-weight:bold;
}


@media screen and (max-width:767px){
	
.pc_display{
	display:none;
}
.sp_display{
	display:block;
}
html{
	font-size:2.6vw;
}

	
}



