@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kameron:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

body {
width:100%;
height: 100%;
margin:0px;
padding:0px;
overflow:auto;
background: #f9f1e6 url(../images/bg_master.jpg) repeat;
font-size:14px;
line-height:150%;
color:#000000;
font-family:Arial,Roboto,Avenir,Meiryo,"メイリオ",YuGothic,"游ゴシック体","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN",sans-serif;
word-wrap: break-word;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-o-text-size-adjust: 100%;
text-size-adjust: 100%;
}

html, 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:0px;
padding:0px;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}


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

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

@charset "utf-8";

.fontadjust {
-webkit-text-size-adjust: 150%;
-moz-text-size-adjust: 150%;
-ms-text-size-adjust: 150%;
-o-text-size-adjust: 150%;
text-size-adjust: 150%;
}

h1 {
font-size: 16px;
color:#413B72;
margin: 0px;
padding: 0px;
}

h2 {
font-size: 16px;
line-height: 150%;
color:#008054;
margin: 0px;
padding: 0px;
}

h3 {
font-size: 14px;
line-height: 150%;
color:#007700;
margin: 0px;
padding: 0px;
}

h4 {
font-size: 18px;
color:#ff0000;
}

h5 {
margin: 5px 0px;
font-size: 14px;
color:#ff0000;
font-weight: normal;
}

.bold {
font-weight: bold;
}

.normal {
font-weight: normal;
}

.fs_10{
font-size:10px;
}

.fs_11{
font-size:11px;
}

.fs_12{
font-size:12px;
}

.fs_13{
font-size:13px;
}

.fs_14{
font-size:14px;
}

.fs_15{
font-size:15px;
}

.fs_16{
font-size:16px;
}

.fs_17{
font-size:17px;
}

.fs_18{
font-size:18px;
}

.fs_20{
font-size:20px;
}

.fs_22{
font-size:22px;
}

.fs_24{
font-size:24px;
}

.fs_26{
font-size:26px;
}

.fs_28{
font-size:28px;
}

.fs_30{
font-size:30px;
}

.lh_140{
line-height:140%;
}

.lh_150{
line-height:150%;
}

.lh_160{
line-height:160%;
}

.lh_170{
line-height:170%;
}

.lh_180{
line-height:180%;
}

.lh_190{
line-height:190%;
}

.lh_200{
line-height:200%;
}

.lh_210{
line-height:210%;
}

.lh_220{
line-height:220%;
}

.lh_230{
line-height:230%;
}

.lh_240{
line-height:240%;
}

.lh_250{
line-height:250%;
}

.fc_black{
color:#000000;
}

.fc_dgray{
color:#333333;
}

.fc_gray{
color:#999999;
}

.fc_lgray{
color:#cccccc;
}

.fc_white{
color:#ffffff;
}

.fc_red{
color:#ff0000;
}

.fc_dred{
color:#AA0000;
}

.fc_orange{
color:#ff6600;
}

.fc_yellow{
color:#ffff00;
}

.fc_lyellow{
color:#ffffcc;
}

.fc_blue{
color:#0000ff;
}

.fc_mblue{
color:#0066cc;
}

.fc_dblue{
color:#000099;
}

.fc_lblue{
color:#99ffff;
}

.fc_green{
color:#006600;
}

.fc_dgreen{
color:#004400;
}

.fc_lgreen{
color:#00cc00;
}

.lato_400 {
font-family: Lato;
font-weight: 400;
}

.lato_700 {
font-family: Lato;
font-weight: 700;
}

.Libre_Baskerville_400 {
font-family: 'Libre Baskerville', serif;
font-weight: 400;
}

.Libre_Baskerville_700 {
font-family: 'Libre Baskerville', serif;
font-weight: 700;
}

a {
margin: 0px;
padding: 0px;
}

a:link {
color:#0000CC;
text-decoration: none;
}

a:visited {
color:#336699 ;
text-decoration: none;
}

a:hover {
color:#ff6600;
text-decoration: underline;
}

a:active {
color:#ff6600;
text-decoration: underline;
}

