@charset "utf-8";
/* CSS Document */

/* リセット
--------------------------------------------------*/
body,
div,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, code, legend,
form, fieldeset, input, textarea,
blockquote {border: 0;font-family: inherit;font-size: 99.2%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

table,
th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;}
:focus {outline: 0;}


#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0 auto 1em;
}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/* 2020.06.23 大山追加 ここから*/
/* 2022.10.26 大山変更 FEJP5MRO.woff → FEJP6MRO.woff */
@font-face {
	font-family: "gaiji-woff";
	src: url(../fonts/FEJP6MRO.woff) format('woff');
}

.gaijiFont {
	font-family: "gaiji-woff";
}

/* 2020.06.23 大山追加 ここまで*/

/* 2020.06.23 大山変更 bodyのfont-familyにgaiji-woffを追加 */
body{
	font-family: Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro", "MS PGothic","Segoe UI Light","Segoe UI",Tahoma,Arial,Verdana,sans-serif, "gaiji-woff";
	color: #444444;
	line-height: 1.5;
}

storong {
	font-size: 110%;
	font-weight: bold;
}
em {
	font-family: "ＭＳ Ｐゴシック", 小塚ゴシック Pro, Meiryo, "メイリオ", "MS PGothic","Segoe UI Light","Segoe UI",Tahoma,Arial,Verdana,sans-serif;
}

/*新要素*/
article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary {
	display: block
}

img {
	max-width: 100%;
	height: auto;
}

p {
    margin: 0;
    padding: 0;
}

textarea {
    width: 100%;
    form-sizing: content;
    height: 5rem;
}

/* リンク
--------------------------------------------------*/

a:link {
	color: #0033CC;
	text-decoration: underline;
}

a:visited {
	color: #0033CC;
	text-decoration: underline;
}

a:hover {
	color: #0099CC;
	text-decoration: underline;
	/*font-weight: bold;*/
}

a:active {
	color: #0066CC;
	text-decoration: underline;
}


/* リスト
--------------------------------------------------*/
ol, ul {
    margin-left: 1em;
}
ol > li {
    list-style: decimal;
    list-style-position: outside;
    padding-left: 1em;
	text-indent: -1em;
}
ul > li {
    padding-left: 1em;
	text-indent: -1em;
}
ul.list-disc > li {
    list-style: disc;
    list-style-position: outside;
}


/* フォント
--------------------------------------------------*/
.font-error {color: #ff0000;}	/* 2024.08.07 大山追加 */
.font-red {color: #ff0000;}
a.font-red {color: #ff0000;}
.font-blue {color: #1085C5;}
.font-blue02 {color: #03419E;}
.font-blue03 {color: #0B57CC;}
.font-green {color: #1CD052;}
.font-orenge {color: #FF3333;}
.font-mikan {color: #FFC000;}
/*.font-pink {color: #F69;}*/
.font-pink {color: #FFB0D6;}
.font-purple {color: #624774;}
.font-gray {color: #666;}
.font-gray02 {color: #AAA;}
.font-white {color: #000;}

.bold {font-weight: bold;}
.normal {font-weight: normal;}


.headspace {margin: 0 0 5px 10px;}
.indent01 {	text-indent: 1em;}
.star_indent {
    padding-left:1em;
    text-indent:-1em;
}

.textright-spleft {
    text-align: right;
}

.font80 {font-size: 80%;}
.font90 {font-size: 90%;}
.font100 {font-size: 100%;}
.font110 {font-size: 110%;}
.font120 {font-size: 120%;}
.font130 {font-size: 130%;}
.font140 {font-size: 140%;}
.font150 {font-size: 150%;}
.font160 {font-size: 160%;}
.font180 {font-size: 180%;}
.font200 {font-size: 200%;}
.font240 {font-size: 240%;}

@media screen and (max-width: 768px) {
  .font160 {font-size: 130%;}
  .font170 {font-size: 135%;}
  .font180 {font-size: 140%;}
  .font200 {font-size: 150%;}
  .font240 {font-size: 170%; }
    .textright-spleft {
        text-align: left;
    }
}

.japan_font {font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;}


/*--テキスト方向--*/
.textcenter {text-align: center;}
.textleft {text-align: left;}
.textright {text-align: right;}


/* スマホ時
--------------------------------------------------*/
.sp_alive {
	display: none;
}

.pc_alive {
	display: block;
}

.sp_line {
	display: none;
}

@media screen and (max-width:768px){
    .tab_alive {
        display: block;
    }
    .tab_100 {
        display: block;
        width: 100%;
    }
}

    
@media screen and (max-width:648px){
    .sp_alive {
        display: block;
    }
    .sp_line {
        display: block;
        width: 100%;
    }

    .pc_alive {
        display: none;
    }
        table td.pc_alive {
            display: none;
        }
    .sp_size100per {
        width: 100%;
    }
}



/* レイアウト
--------------------------------------------------*/
html, body{
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
	/*min-width:1300px;最大幅横スクロール発生*/
}


#container {
	margin: 0 auto;
	overflow: hidden;
    position: relative;
}
/*@media screen and (max-width:460px){
    #container {
        padding-bottom: 60px;
    }
}*/

/*--パンくずリスト--*/
ol#path {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 90%;
}

ol#path li {
    display: inline;
    list-style: none;
    padding-left: 0;
    text-indent: auto;
}

ol#path li:after {
  content: '>';
  padding: 0 0.2em;
}

ol#path li:last-child:after {
  content: '';
}


/* ページ内
--------------------------------------------------*/

/*--全体幅調整--*/
.wrap {
    margin: 0 auto;
    /*overflow: hidden;*/
    padding: 10px;
}
.wrap-normal {
    width: 100%;
    max-width: 1360px;
}
.wrap-max {
    width: 100%;
}
.wrap-1600 {
	max-width: 1600px;
}

/*--ヘッダ--*/
header {
	overflow: hidden;
}

/*ユーザ画面用*/
header.sitetitle-user {
	border-top: solid 5px #2C66AD;
	border-bottom: solid 1px #CCC;
}
header .container {
    padding: 1em 10px;
}

/*管理画面用*/
header.sitetitle-kanri {
    background: #2C66AD;
    color: #444;
    font-weight: bold;
    text-align: center;
    padding: auto 10px;
}


/*--コンテンツ--*/
#contents {
    width: 100%;
    padding: 0 10px 10px;
}
.contents-line {
	border: 1px solid #999;
}

.textarea {
    width: 100%;
}

/*--フッタ--*/
footer {
    position: sticky;
    top: 100vh;
    background: #2C66AD;
    color: #FFF;
    font-size: 90%;
    text-align: center;
    padding: 10px;
    width: 100%;
	margin-top: 2rem;
}
/*footer{
    position: absolute;
    bottom: 0;
    z-index: -1;
}*/

/* 2024.07.12 大山追加 */
input::placeholder {color: #BBB;}

input[type="radio"] {
    accent-color: #0a77d5;
}
