@charset "UTF-8";

html,body {
	width:100%;
}
html {
	font-size: 62.5%; /*10px*/
   /* vertical-align:baseline;*/
    background:transparent;
    /*
	overflow-y: scroll;
	overflow-x: auto;
    */
}
/*
html.dsktp body {
	min-width:1260px!important;
}*/

body { font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial; sans-serif; }
html.win.firefox body { font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial sans-serif; }

body {
	font-size:15px;
	font-size:1.5rem;
	line-height: 1.8;
	color:#3c3c3c;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
	font-feature-settings : "palt" 1;
    position: relative;
    overflow-y: scroll;
    min-width: 320px;
}
/* float clear */
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

* {
	font-size:inherit;
	letter-spacing:0.08em;
	color:inherit;
/*	line-height:inherit;
	text-align:inherit;*/
	font-family:inherit;
}
* {
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling:touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
	margin:0;
	padding:0;
	font-style:normal;
	box-sizing: border-box;
	word-break:normal;
}
*:before, *:after {
	box-sizing: border-box;
}

/* Text Link Color & UnderLine */
/* Text Link Color & UnderLine */
a {
	text-decoration: none;/* or underline;*/
	display: inline-block;
	transition-property:all;
	transition-duration:0.2s;
}
@media screen and (min-width:768px) {
    a:hover {
        opacity: 0.6;
    }
}
/*
a,a:active,a:visited,a:hover,button,button:hover,
a img, a:active img ,a:visited img, a:hover img,
a span, a:active span ,a:visited span, a:hover span {
	transition-property:all;
	transition-duration:0.4s;
}
*/

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:14px;
    font-size:1.4rem;
	*/
/*   vertical-align:baseline;*/
/*    background:transparent;*/
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
ul li,
ol li {
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
ins {
    background-color:#ff9;
    color:#343434;
    text-decoration:none;
}
 
mark {
    background-color:#ff9;
    color:#343434; 
    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;
}
 
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px dotted #9E9E9E;
    margin:1em 0;
    padding:0;
}

a img {
	display:block;
	vertical-align:bottom;
}

*::before, *::after {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;    
}
 
/*input, select {
    vertical-align:middle;
}*/
/*
* :not( :hover ) {
	transition-property:all;
	transition-duration:0.4s;
}
*/


/*-- font size -----------------------------------*/
.font_sss { font-size:11px; font-size:1.1rem; }
.font_ss { font-size:12px; font-size:1.2rem; }
.font_s { font-size:13px; font-size:1.3rem; }
.font_m { font-size:14px; font-size:1.4rem; }
.font_l { font-size:17px; font-size:1.7rem; }
.font_ll { font-size:22px; font-size:22rem; }
.font_lll { font-size:22px; font-size:22rem; }
/*-- /font size -----------------------------------*/

/* i icon ------------------------ */
/* alt テキストが必要ないもののみ */

/* */
i.arrow_fff::before{ mask-image: url(../images/icon_arrow_fff_14x14.svgz); }
i.udarrow_fff::before{ mask-image: url(../images/icon_udarrow_fff_10x10.svgz); }
i.exlink_3c3c3c::before{ mask-image: url(../images/icon_exlink_12x12_3c3c3c.svgz); }

i.arrow_fff::before,
i.udarrow_fff::before,
i.exlink_3c3c3c::before {
content: "";
position: relative;
height: auto;
aspect-ratio: 1;
mask-size: contain;
}


/* */

/* / i icon ------------------------ */
/*色セット -------------------------------------------
*/
/* 白 */
:root{
--clr_white: #fff;
--clr_green: #1eaa39;
--clr_yellow: #faed00;
--clr_yellowgreen: #7cb229;
--clr_blue: #008cce;
--clr_pink: #e8546b;
--clr_lightyellow: #fbf4ad;
--clr_red: #d33c3c;
}