@charset "UTF-8";
/* CSS Document ---------------------------------------------------------------------------------------------------------------- */
/* (C)advista */
/* Default Style Reset --------------------------------------------------------------------------------------------------------- */
body,form,fieldset{margin: 0px;padding: 0px;}
fieldset          {border:none;}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd{margin: 0px;padding: 0px;}
li                {list-style:none;}
input,textarea    {font-size: 1em;}
img{ width: auto; max-width: 100%; border: 0px none;margin: 0;padding: 0;vertical-align: bottom;}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.sp{display: none; } 


/*うつくし明朝*/
@font-face {
    font-family: "ustukushi";
    src: url("../font/ustukushi.woff")  format('woff'),url("../font/ustukushi.otf")  format('otf');
  }

/*mplus*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');


  

/* Tag Castam ----------------------------------------------------------------------------------------------------------------- */

body                {
	margin: 0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",  "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 150%;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(../img/bgimg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100% auto;
	text-align:center;
}
em                  {font-weight: normal;font-style: normal;}
a                   {text-decoration: none;color: #000; transition: .2s;}
a:hover             {text-decoration: none; opacity: 0.8; }
input,textarea      {margin: 3px;padding: 2px;}
img                 {width: auto; max-width: 100%; }
.serif              {font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;}
.flex               {display: flex; flex-wrap: wrap;}
.text               {font-size: 16px;  line-height: 1.8em;font-weight: normal; }
.t_m                {margin: 0 0 10px; }
.text_box           {margin: 0 0 30px; }
.contbox            {width: 100%; max-width: 980px;padding: 0 20px; height: auto;margin: auto;}
.list li            {margin: 0 0 10px; }
.indent li          {text-indent: -1em; padding-left: 1em; }
.container          {width: 100%;height: auto;display: block;}
.bold               {font-weight: bold; }
.center             {text-align: center;}

.container          {width: 80%;height: auto;display: block;margin: 30px auto 50px auto;}
h2                  {color:#0070a8;margin: 20px 0px;}
#siteid            {width: 80%;height: auto;display: block;margin: 80px auto 50px auto;}