﻿@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;
}
html{
	font-size:62.5%;
}
html.font_L{
	font-size:70%;
}
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;
	overflow-wrap: break-word;
  color:#64635c;
}
.arial{
	font-family: 'Arial', sans-serif;
}
.lexend{
  font-family: 'Lexend Giga', sans-serif;
}
.noto{
  font-family: 'Noto Sans JP', sans-serif;
}
h1,h2,h3,h4,h5,h6,h7{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
main{
	display:block;
}
ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}
img{
  backface-visibility:hidden;
	vertical-align:bottom;
	max-width:100%;
}
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:#64635c;
	text-decoration:none;
	box-sizing:border-box;
	transition-duration:0.3s;
}
a:hover{
	opacity:0.8;
}
/* 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;
}

.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;
}
img{
	width:100%;
}
html{
	font-size:2.6vw;
}
html.font_L{
	font-size:2.9vw;
}
	
}




