@charset "utf-8";

/* CSS Document */

/* ======================================================
	[object]
	@import"../css/test_line.css";
	------------------------------------------------------
	min-width　→　○px以上だと??という設定にする
	max-width　→　○px以下だと??という設定にする
====================================================== */


/* ======================================================
	font
------------------------------------------------------ */
body,
.FreeMark:before
{
	font-weight: normal;
	font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Mplus 1p', sans-serif;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family:"ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "osaka", "Hiragino Kaku Gothic Pro W3", "sans-serif";
[[ナール]]
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
*/


/* ------------------------------------------------------
	web font
	------------------------------------------------------
	日本語Webフォント( M PLUS 1p)がつぶれる＆ジャギる問題を解決する
	https://irokoto.co.jp/blog/20200911/post-16
------------------------------------------------------ */





/* ======================================================
	text
------------------------------------------------------ */
b
{
}

strong
{
}

em
{
	font-style: normal;
	font-weight: inherit;
}

sup
{
	font-weight: normal;
	line-height: 1.1;
	vertical-align: super;
}

sub
{
	font-weight: normal;
	line-height: 1.1;
	vertical-align: sub;
}

u
{
	white-space: nowrap;
}

.lighter
{
	font-weight: lighter;
}

.normal
{
	font-style: normal;
	font-weight: normal;
}

.bold
{
	font-weight: bold;
}

.bolder
{
	font-weight: bolder;
}

.italic
{
	font-style: italic;
}

small,
.small
{
	font-size: small;
}

/*
	font-weight: normal;
*/
.smaller
{
	font-size: smaller;
	font-weight: inherit;
}

.x_small
{
	font-size: x-small;
}

.xx_small
{
	font-size: xx-small;
}

b.small
{
}

.small2
{
	font-size: 0.6em;
}

.medium
{
	font-size: medium;
}

big,
.big,
.larger
{
	font-size: larger;
}

.large
{
	font-size: large;
}

.x_large
{
	font-size: x-large;
}

.xx_large
{
	font-size: xx-large;
}

.ModePC .xx_large
{
}

.ModeSP .xx_large
{
	font-size: x-large;
}

.modoru
{
	font-size: 0.8em;
	text-align: right;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* ------------------------------------------------------
	改行禁止 */
.nowrap
{
	white-space: nowrap;
}

a .nowrap
{
	background-image: none;
	padding: 0;
}

.Thnowrap tbody th
{
	white-space: nowrap;
}

/* ------------------------------------------------------
	等幅 */
.monospace
{
	font-family: monospace;
	font-size: 101%;
}

/* ------------------------------------------------------
	段落を付ける */
.Indent
{
	text-align: left;
}

.Indent p
{
 text-indent: calc(1.15em * 1);
}

/*
	margin-top: 1em;
	margin-bottom: 1em;
*/



/* ------------------------------------------------------
	ふりがな */
ruby
{
}

rt
{
}

.ruby
{
}

.ruby_wrap
{
}

.ruby_data
{
	display: block;
	font-size: 0.75em;
	line-height: 1;
}

/* ------------------------------------------------------
	必須項目・<table> */
.Required
{
	position: relative;
	padding-left: 1.5em;
}

.Required::before
{
	content: "必須";
	content: "※";
	margin-right: 0.25em;
}

.Required::before,
.Required::after
{
	display: inline-block;
	position: absolute;
	top: 0em;
	left: 0.5em;
	width: 1em;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
	text-indent: 0;
}

/*
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-size: smaller;
	font-size: 0.8em;
	vertical-align: super;
*/

.TableRequired
{
}

.TableRequired tbody th
{
	padding-left: 1.5em;
}

.TableRequired tbody th.Required::before,
.TableRequired tbody th.Required::after
{
	font-size: 0.8em;
	top: 1em;
}

/* ------------------------------------------------------
	必須項目・<sup><sub> */
sup.Required
{
	display: inline;
	vertical-align: middle;
}

sup.Required::before,
sup.Required::after
{
}

/* ------------------------------------------------------
	error */
.Alert
{
}

.ErrorMessage
{
	display: inline-block;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
}

.ErrorMessage.c
{
	text-align: center;
}

th .ErrorMessage
{
	color: #fff;
}

#Admin .ErrorMessage
{
}

/*.ErrorMessage .BtnBack*/
.ErrorMessage input[type="submit"]
{
	margin-top: 2em;
}

.ErrorMessage ul
{
	text-align: left;
}

.ErrorMessage ul>li
{
}

/*
.Required::before,
.Required::after
	{
	background-color: #c33;
	color: #fff;
}
*/

.message
{
	text-align: center;
	margin-top: 5em;
	margin-bottom: 5em;
}

.message input
{
	margin-top: 5em;
	margin-bottom: 5em;
}

/* ======================================================
	見出し
------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5
{
	margin-top: 2em;
	margin-bottom: 2em;
	font-weight: inherit;
}

h1,
h2,
h3
{
	font-size: 1em;
}

h4,
h5
{
	font-size: 1em;
}

:is(h1, h3, h4, h5)>b
/*
h1>b,
h2>b,
h3>b
*/
{
	font-weight: inherit;
}

h1
{
}

h2
{
	margin-top: 0em;
}

h2:before,
h2:after
{
}

h2:not([class])
{
}

h2:not([class]):before
{
}

h2>b
{
	font-size: 2em;
}

h2>b:before
{
}

h2>b:after
{
}

h2>span
{
	display: block;
	font-weight: bold;
}

.Index h2
{
}

.Index h2:before,
.Index h2:after,
.Index h2>b:before,
.Index h2>b:after
{
	content: none;
}

.Index h2>b
{
}

h3
{
}

h3>b
{
	font-size: 1.5em;
	display: inline-block;
	vertical-align: middle;
}

h3:before,
h3:after
{
}

h3:before
{
}

h3:after
{
}

h3:not([class])
{
}

.memo h3:first-child
{
	margin-top: 0;
}

h4,
dt
{
}

h4
{
	margin-top: 2em;
}

/* ======================================================
	underline
------------------------------------------------------ */
.UnderLine,
.UnderLine *
{
	display: inline;
}

.UnderLine
{
}
