@charset "UTF-8";

/* Webフォント */
@font-face {
  font-family: "Roboto";
  font-weight: normal;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: bold;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "YakuHanJP";
  font-weight: normal;
  src: url("../fonts/YakuHanJP-DemiLight.woff2") format("woff2"),
       url("../fonts/YakuHanJP-DemiLight.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-weight: bold;
  src: url("../fonts/YakuHanJP-Medium.woff2") format("woff2"),
       url("../fonts/YakuHanJP-Medium.woff") format("woff");
}


/* reset */
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;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

/* base */
body {
line-height: 1;
}

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

nav 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;
}

img {
  max-width :100%;
  vertical-align: middle;
}

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: 0;
padding: 0;
}

/* Custom reset */
* {
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
}

button,
input[type="submit"] {
cursor: pointer;
-webkit-appearance: none;
}

ul {
list-style: none;
}

ol {
padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}

/* font */
body,
button,
input,
textarea {
font-family: "Roboto", "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}


/* html & body */
html {
font-size: 62.5%;
overflow-y: scroll;
}

body {
font-size: 1.6rem;
line-height: 1.8;
color: #333333;
background: #ffffff;
min-width: 320px;
}

/* anchor */
a:link,
a:visited {
color: #333333;
text-decoration: none;
}

a:hover,
a:active {
color: #19ad5e;
text-decoration: none;
}

a:focus {
outline: none;
}

/* clearfix */
.cf::after {
	content: "";
	display: table;
	clear: both;
}







/*PC*/
@media screen and (min-width:751px) {

/* Google Webフォント */
@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'YakuHanJP';
  font-weight: normal;
  src: url('../fonts/YakuHanJP-DemiLight.woff2') format('woff2'),
       url('../fonts/YakuHanJP-DemiLight.woff') format('woff');
}

@font-face {
  font-family: 'YakuHanJP';
  font-weight: bold;
  src: url('../fonts/YakuHanJP-Medium.woff2') format('woff2'),
       url('../fonts/YakuHanJP-Medium.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansJP';
  font-weight: normal;
  src: url('../fonts/NotoSansJP-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifJP';
  font-weight: normal;
  src: url('../fonts/NotoSerifJP-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'MPLUSRounded';
  font-weight: normal;
  src: url('../fonts/MPLUSRounded1c-Bold.ttf') format('truetype');
}

body {
font-size: 1.6rem;
letter-spacing : 0.08rem;
}

.t_xl{
font-size:2rem !important;
}

.t_l{
font-size:1.8rem !important;
}

.t_s{
font-size:1.5rem !important;
}

.t_xs{
font-size:1.4rem !important;
}

.pc{
display:block;
}
.sp{
display:none;
}

/* margin */
.mbpc10{
margin-bottom:10px !important;
}
.mbpc20{
margin-bottom:20px !important;
}
.mbpc30{
margin-bottom:30px !important;
}
.mbpc40{
margin-bottom:40px !important;
}
.mbpc50{
margin-bottom:50px !important;
}
.mbpc60{
margin-bottom:60px !important;
}
.mbpc70{
margin-bottom:70px !important;
}
.mbpc80{
margin-bottom:80px !important;
}
.mbpc90{
margin-bottom:90px !important;
}
.mbpc100{
margin-bottom:100px !important;
}
.mbpc110{
margin-bottom:110px !important;
}
.mbpc120{
margin-bottom:120px !important;
}
.mtpc10{
margin-top:10px !important;
}
.mtpc20{
margin-top:20px !important;
}
.mtpc30{
margin-top:30px !important;
}
.mtpc50{
margin-top:50px !important;
}
.mtpc60{
margin-top:60px !important;
}
.mtpc70{
margin-top:70px !important;
}
.mtpc80{
margin-top:80px !important;
}
.mtpc90{
margin-top:90px !important;
}
.mtpc100{
margin-top:100px !important;
}
.mtpc110{
margin-top:110px !important;
}
.mtpc120{
margin-top:120px !important;
}

.mincho{
  font-family: 'NotoSerifJP';
}

.maru{
font-family: 'MPLUSRounded';
}

}
/*PC*/


/*sp*/
@media screen and (max-width:750px) {
body {
font-size: 1.4rem;
letter-spacing : 0.08rem;
}


.t_xl{
font-size:1.8rem !important;
}

.t_l{
font-size:1.6rem !important;
}


.t_s{
font-size:1.4rem !important;
}

.t_xs{
font-size:1.4rem !important;
}

.pc{
display:none;
}
.sp{
display:block;
}

/*mb*/
.mbsp10{
margin-bottom:1rem !important;
}
.mbsp20{
margin-bottom:2rem !important;
}
.mbsp30{
margin-bottom:3rem !important;
}
.mbsp40{
margin-bottom:4rem !important;
}
.mbsp50{
margin-bottom:5rem !important;
}
.mbsp60{
margin-bottom:6rem !important;
}
.mbsp70{
margin-bottom:7rem !important;
}
.mbsp80{
margin-bottom:8rem !important;
}
.mbsp90{
margin-bottom:9rem !important;
}
.mbsp100{
margin-bottom:10rem !important;
}
.mtsp10{
margin-top:1rem !important;
}
.mtsp20{
margin-top:2rem !important;
}
.mtsp30{
margin-top:3rem !important;
}
.mtsp50{
margin-top:5rem !important;
}

}
/*sp*/
