@charset "utf-8";

/*font*/
body{
font-family: YakuHanJP, 'Mulish',  -apple-system, Avenir ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック', sans-serif;
-webkit-text-size-adjust: 100%;
background-color:#fff;
}

/*reset css*/

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

ul{
	list-style: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

button{
padding: 0;
background: none;
border: none;
font-family: inherit;
font-size: 100%;
cursor: pointer;
}

input, select, textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
padding: 3px 5px;
border: 1px solid #c4c4c4;
}
 
ol, ul{
list-style:none;
}
 
table{
border-collapse: collapse; 
border-spacing:0;
}
 
caption, th{
text-align: left;
}
 
a:focus {
outline:none;
}
a {
outline: none;
text-decoration: none;
color: #000;
}

button:hover{
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

a, a:hover, a:after, a:hover:after,
button, button:hover{
transition: .3s;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
/*reset css end*/

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

iframe{
vertical-align: bottom;
}

.bold{
	font-weight: bold;
}

/*文字サイズ*/
.fo10{font-size: 10px;}
.fo11{font-size: 11px;}
.fo12{font-size: 12px;}
.fo13{font-size: 13px;}
.fo14{font-size: 14px;}
.fo15{font-size: 15px;}
.fo16{font-size: 16px;}
.fo17{font-size: 17px;}
.fo18{font-size: 18px;}
.fo19{font-size: 19px;}

.fo20{font-size: 20px;}
.fo20b{font-size: 20px; font-weight: 500}
.fo21{font-size: 21px;}
.fo22{font-size: 22px;}
.fo23{font-size: 23px;}
.fo24{font-size: 24px;}
.fo25{font-size: 25px;}
.fo26{font-size: 26px;}
.fo27{font-size: 27px;}
.fo28{font-size: 28px;}
.fo29{font-size: 29px;}

.fo30{font-size: 30px;}
.fo31{font-size: 31px;}
.fo32{font-size: 32px;}
.fo33{font-size: 33px;}
.fo34{font-size: 34px;}
.fo35{font-size: 35px;}

.fo40{font-size: 40px;}
.fo41{font-size: 41px;}
.fo42{font-size: 42px;}
.fo43{font-size: 43px;}
.fo44{font-size: 44px;}
.fo45{font-size: 45px; line-height: 120%;}

.fo50{font-size: 50px; line-height: 120%;}
.fo51{font-size: 51px;}
.fo52{font-size: 52px;}
.fo53{font-size: 53px;}
.fo54{font-size: 54px;}
.fo55{font-size: 55px;}
