@charset "utf-8";
/* Generic-child-obitoku-nurse : main.content ONLY
    固定ページ・投稿ページ・カスタム投稿タイプページで投稿できる要素に対する装飾と
    下層ページで汎用的に使える汎用スタイル
    ※一部editor-style.cssと同期
        【投稿アイテム用スタイル】
        ・メールアドレス記載時ルール
　　　　・メインコンテンツ内ヘッダ・h要素・画像キャプション
        ・リスト（ul , ol）
        ・定義リスト（dl）
        ・テーブル（table）
        ・PDF EmbedderでPDFを埋め込んだときのスタイル上書き
        ・Advances Editor Tools 追加スタイル
        【汎用スタイル】
        【メディアクエリ 】
*/

/*【投稿アイテム用スタイル】*/
/*メールアドレス記載時ルール------------------------------------------*/
/*メールアドレスの表記：以下htmlコード記載例
<span class="mail-address">hoge<span class="domain">domain.jp</span></span>
*/
.mail-address span.domain::before{ content: "@"; display: inline; }

/* メインコンテンツ内ヘッダ・h要素
------------------------------------------------------------ */
/*メインコンテンツ - メインカラム - エントリーコンテンツ - h2 明朝見出し（見出し2） */
main.content .entry-content h2{
  background-color: #66cccc;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.6em;
  justify-content: flex-start;
  padding: .6rem;
  border-radius: 10px;
}
main.content .entry-content h2::before {
    background-color: #fff;
    content: "";
    display: block;
    margin: .10rem;
    width: 5px;
    margin-right: 10px;
    border-radius: 5px;
    margin-left: 3px;
}
/*メインコンテンツ - メインカラム - エントリーコンテンツ - h3 背景カラー見出し（見出し3） */
main.content .entry-content h3{
  border-bottom: 5px solid #f5f7f6;
    font-size: 1.5em;
    padding: .5rem 0;
	position: relative;
    font-weight: normal;
}
main.content .entry-content h3::before {
  background-color: #66cccc;
	content: '';
	height: 5px;
	position: absolute;
        bottom: -5px;
        left: 0;
	width: 25%;
}
/*メインコンテンツ - メインカラム - エントリーコンテンツ - h4 サブ見出し（見出し4） */
main.content .entry-content h4{
	background-color: #EBFBE3;
  padding: 7px;
  font-size: 1.3em;
  border-radius: 10px;
  padding-left: 10px;
}

/*メインコンテンツ - メインカラム - エントリーコンテンツ - h5 小見出し（見出し5） */
main.content .entry-content h5{
  font-size: 1.125em;
  font-weight: normal;
}
main.content .entry-content h5::before{
    content: "●";
    color: #66cccc;
    display: inline;
    padding: 0 .25rem 0 0;
}
/*メインコンテンツ - メインカラム - エントリーコンテンツ - h6 小見出し2（見出し6） */
main.content .entry-content h6{
    font-size: 1.125em;
    color: #66cccc;
}


/* メインコンテンツ内画像キャプション・引用
------------------------------------------------------------ */
/*メインコンテンツ - メインカラム - エントリーコンテンツ - 画像キャプション */
main.content .entry-content .wp-caption-text{
    color: #666;
    font-size: .75rem;
    margin: 0 auto 1em;
    max-width: fit-content;
}
/*メインコンテンツ - メインカラム - エントリーコンテンツ - 引用 */
blockquote {
    background: #f7f7f7;
    border: 3px solid #ddd;
    margin: 0;
    padding: 1rem 2rem;
    position: relative;
}
blockquote::before {
    color: #ddd;
    content: "\f10d";
    display: block;
    font-family: FontAwesome;
    font-size: 1.5rem;
    position: absolute;
        left: .5rem;
        top: .5rem;
}
blockquote::after {
    color: #ddd;
    content: "\f10e";
    display: block;
    font-family: FontAwesome;
    font-size: 1.5rem;
    position: absolute;
        bottom: .5rem;
        right: .5rem;
}

/* リスト
ul li , ol li , ul class="no-mark" ul , ol , li , .no-mark
---------------------------------------------------- */
/* リスト形式（デフォルト・discあり） */
.content ul {
	margin: 0 auto 1.5em 1.5em;
	padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}
.content ul li {
	line-height: 1.7;
    margin: 0 0 1em;
}
.content ul li p{
	font-size: 16px!important;
}
.content ul li:last-child {
	margin-bottom: 0;
}
/* リスト形式（デフォルト・discなし） */
.content ul.nodisc {
  list-style: none;
}
.content ul.nodisc li {
  list-style: none;
}

/* 順序リスト形式 */
.content ol {
	list-style-type: decimal;
	margin: 0 auto 1.5em 1.5em;
	padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
}
.content ol li {
	line-height: 1.7;
  margin: 0 0 1em;
  font-size: 17px;
}
.content ol li p{
	font-size: 17px!important;
}
.content ol li:last-child {
	margin-bottom: 0;
}
/* リスト形式（・discなし） */
.content ul.no-mark {
	margin: 0 auto 1.5em auto;
	padding: 0;
}
.content ul.no-mark li {
	list-style-type: none;
    margin: 0 0 .5em;
}
/* 丸画像アイコンリスト */
ul.maru-ico {
	list-style: none;
	margin: 0 auto 0px 0 !important;
	width: auto;
}
ul.maru-ico li {
	position: relative;
	margin-left: 0;
	margin-bottom: 1em;
	padding-left: 25px;
  list-style: none;
}
ul.maru-ico li::before {
	content: "";
	background-image: url(../images/common/maru.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
		top: 2px;
		left: 0;
	height: 16px;
	width: 16px;
}
/* リスト　アンダーライン*/
ul.under-l {
  list-style-type: none !important;
  margin-left:10px;
  margin-top: 20px;
}
ul.under-l li {
  border-bottom: 1px dotted #B3B3B3;
  list-style-type: none !important;
  padding-bottom: 5px;
}

/* 定義リスト
dl , dt , dd
---------------------------------------------------- */
.content dl {
	margin: 0 auto 1.5em auto;
	padding: 0;
}
.content dl dt {
    font-weight: bold;
    margin: 0 0 .5em;
}

/* テーブル
table thead tbody tfoot tr th td
---------------------------------------------------- */
/* 基本 */
.content table {
    background-color: #fff;
    line-height: 1.25;
	margin: 0 auto 1.5em auto;
	padding: 0;
	width: 100%;
	word-break: break-all;
}
.content table th,
.content table td {
	border: 1px solid #ddd;
    line-height: 150%;
	padding: .75em;
    vertical-align: middle;
	word-wrap: break-word;
}
.content table th {
	background-color: #f5f7f6;
}
.content table td ul{
    margin: 0;
}
.content table td ul li{
    line-height: 150%;
    list-style-position: inside;
    margin: 0;
}
.content table td dl {
    margin: .5em auto 0 ;
}
.content table td dl:first-child {
    margin: 0 auto;
}
.content table td dl dt {
    margin: 0;
}
/* セル均等割テーブル */
.content table.fix {
	table-layout: fixed;
}
/* スクロールテーブル （tableを<div class="table-scroll"></div>で囲う） */
.content .table-scroll {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}
.content .table-scroll table {
    table-layout: inherit;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow: auto;
    white-space: nowrap;
}
/*PDF EmbedderでPDFを埋め込んだときのスタイル上書き---------------------------*/
main.content .entry-content div.pdfemb-viewer {
    background-color: #f7f7f7;
    border: #ddd solid 1px ;
}
/*Advances Editor Tools 追加スタイル------------------------------------------*/
/*下点線追加*/
main.content .entry-content .border-btm{
    border-bottom: #ddd dashed 1px;
    padding: .5rem;
}
/*強調枠 - 青ライン*/
p.border-blue{
    border: rgba(3,164,239,.25) solid 2px;
    padding: 1rem;
}
/*強調枠 - グレー背景*/
p.bg-gray{
    background-color: #f7f7f7;
    padding: 1rem;
}
/*PDFファイルリンク（ハイパーリンクに追加）*/
a.pdf::after{
    color: #c1272d;
    content: "\f1c1";
    font-family: FontAwesome;
    padding: 0 0 0 .25em;
}
a.pdf-w::after{
    color: #fff;
    content: "\f1c1";
    font-family: FontAwesome;
    padding: 0 0 0 .25em;
}
/*Wordファイルリンク（ハイパーリンクに追加）*/
a.doc::after{
    color: #0069A8;
    content: "\f1c2";
    font-family: FontAwesome;
    padding: 0 0 0 .25em;
}
/*EXCELファイルリンク（ハイパーリンクに追加）*/
a.xls::after{
    color: #39b54A;
    content: "\f1c3";
    font-family: FontAwesome;
    padding: 0 0 0 .25em;
}
/*PowerPointファイルリンク（ハイパーリンクに追加）*/
a.ppt::after{
    color: #f25a24;
    content: "\f1c4";
    font-family: FontAwesome;
    padding: 0 0 0 .25em;
}
/*その他ファイルリンク（ハイパーリンクに追加）*/
a.dl::after{
    color: #9079b6;
    content: "\f019";
    font-family: FontAwesome;
    padding: 0 0 0 .25em;
}
/*外部サイトへのリンク（ハイパーリンクに追加）*/
a.clone::after{
    content: "\f24d";
    font-family: FontAwesome;
    padding: 0 0 0 .25em;
}
/*ボタンリンク（ハイパーリンクに追加）*/
a.btn {
    background-color: #66cccc;
    border: 1px solid #66cccc;
    color: #fff;
    display: inline-block;
    padding:1em 2em;
    text-align: center;
    text-decoration: none !important;
    transition: all .3s;
}
a.btn:hover {
    background-color: #fff;
    color: #66cccc;
    text-decoration: none;
}
/*グレーボタンリンク（ハイパーリンクに追加）*/
a.btn_gray {
    background-color: #eee;
    border: 2px solid #eee;
    color: #333;
    display: inline-block;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none !important;
    transition: .3s;
}
a.btn_gray:hover {
    background-color: #f7f7f7;
}

/* 【汎用スタイル】
    ・テキスト装飾
    ・margin・padding スタイル
    ・width スタイル
    ・フレキシブルボックス（.flex , flex-sb , flex-c ）
---------------------------------------------------- */
/*テキスト装飾------------------------------------------*/
/*文字の横位置*/
.al-l{ text-align: left; }
.al-r{ text-align: right; }
.al-c{ text-align: center; }
/*文字の縦位置*/
.vl-t{ vertical-align: top!important; }/*上寄せ*/
.vl-m{ vertical-align: middle!important; }/*中央寄せ*/
.vl-b{ vertical-align: bottom!important; }/*下寄せ*/
/*フォントの装飾*/
.b{ font-weight: bold!important; } /*太字*/
.txtBld { font-weight: bold!important; } /*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/
/*フォントサイズの設定*/
.big{ font-size: 1.2em!important; }
.big2{ font-size: 1.5em!important; }
.big3{ font-size: 1.8em!important; }
.small{ font-size: 0.8em!important; }
.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f15em{ font-size: 1.5em; }
.f16em{ font-size: 1.6em; }
.f17em{ font-size: 1.7em; }
.f18em{ font-size: 1.8em; }
.f19em{ font-size: 1.9em; }
.f20em{ font-size: 2.0em; }
.f21em{ font-size: 2.1em; }
.f22em{ font-size: 2.2em; }
.f23em{ font-size: 2.3em; }
.f24em{ font-size: 2.4em; }
.f25em{ font-size: 2.5em; }
.f26em{ font-size: 2.6em; }
.f27em{ font-size: 2.7em; }
.f28em{ font-size: 2.8em; }
.f29em{ font-size: 2.9em; }
.f30em{ font-size: 3.0em; }
/*フォントの色設定*/
.red{ background-color: transparent !important; color: #e53935!important; }/*赤*/
.blue{background-color: transparent !important; color: #0000dd!important; }/*青*/
.green{background-color: transparent !important; color: #4caf50!important; }/*緑*/
.yellow{background-color: transparent !important; color: #ffff00!important; }/*黄*/
.navy{background-color: transparent !important; color: #3f51b5!important; }/*紺*/
.orange{background-color: transparent !important; color: #ff9800!important; }/*橙*/
.pink{background-color: transparent !important; color: #ec407a!important; }/*ピンク*/
.purple{background-color: transparent !important; color: #9c27b0!important; }/*紫*/
.olive{background-color: transparent !important; color: #808000!important; }/*オリーブ*/
.lime{background-color: transparent !important; color: #00ff00!important; }/*黄緑*/
.aqua{background-color: transparent !important; color: #00bcd4!important; }/*水色*/
.black{background-color: transparent !important; color: #000!important; }/*黒*/
.gray{background-color: transparent !important; color: #ccc!important; }/*灰*/
.white{background-color: transparent !important; color: #fff!important; }/*白*/
.brown{background-color: transparent !important; color: #6d4c33!important; }/*茶*/
/*マーカー表示（背景に着色）*/
.box-key-green,
.box-yellow,
.box-orange,
.box-pink,
.box-lime,
.box-gray{ padding: 2px; }
.box-key-green{ background-color: #00beaf; }/*キーカラー*/
.box-yellow{ background-color: #ff6; }/*黄*/
.box-orange{ background-color: #f90; }/*橙*/
.box-pink{ background-color: #ffccff; }/*ピンク*/
.box-lime{ background-color: #9f9; }/*黄緑*/
.box-gray{ background-color: #ccc; }/*灰*/
.key-pink{ color: #FF8091!important; }/*ピンク*/
.key-green{ color: #69B076!important; }/*ピンク*/

/*margin・paddingスタイル------------------------------------------*/
/* 下マージンリセット */
.no-mb { margin-bottom: 0 !important; }
/*周りのブロックからの距離（margin）*/
.m0{ margin: 0!important; }/*周りからのmarginを0に*/
.m0-t{ margin-top: 0!important; }/*上からのmarginを0に*/
.m0-r{ margin-right: 0!important; }/*右からのmarginを0に*/
.m0-b{ margin-bottom: 0!important; }/*下からのmarginを0に*/
.m0-l{ margin-left: 0!important; }/*左からのmarginを0に*/
.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }
.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }
.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }
.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }
.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }
.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }
.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }
.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }
.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }
.m70{ margin: 70px!important; }
.m70-t{ margin-top: 70px!important; }
.m70-r{ margin-right: 70px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m70-l{ margin-left: 70px!important; }
.m80{ margin: 80px!important; }
.m80-t{ margin-top: 80px!important; }
.m80-r{ margin-right: 80px!important; }
.m80-b{ margin-bottom: 80px!important; }
.m80-l{ margin-left: 80px!important; }
.m90{ margin: 90px!important; }
.m90-t{ margin-top: 90px!important; }
.m90-r{ margin-right: 90px!important; }
.m90-b{ margin-bottom: 90px!important; }
.m90-l{ margin-left: 90px!important; }
.m100{ margin: 100px!important; }
.m100-t{ margin-top: 100px!important; }
.m100-r{ margin-right: 100px!important; }
.m100-b{ margin-bottom: 100px!important; }
.m100-l{ margin-left: 100px!important; }
.m120{ margin: 120px!important; }
.m120-t{ margin-top: 120px!important; }
.m120-r{ margin-right: 120px!important; }
.m120-b{ margin-bottom: 120px!important; }
.m120-l{ margin-left: 120px!important; }
.m150{ margin: 150px!important; }
.m150-t{ margin-top: 150px!important; }
.m150-r{ margin-right: 150px!important; }
.m150-b{ margin-bottom: 150px!important; }
.m150-l{ margin-left: 150px!important; }
.m200{ margin: 200px!important; }
.m200-t{ margin-top: 200px!important; }
.m200-r{ margin-right: 200px!important; }
.m200-b{ margin-bottom: 200px!important; }
.m200-l{ margin-left: 200px!important; }
.m300{ margin: 300px!important; }
.m300-t{ margin-top: 300px!important; }
.m300-r{ margin-right: 300px!important; }
.m300-b{ margin-bottom: 300px!important; }
.m300-l{ margin-left: 300px!important; }
/*周りのブロックからの距離（padding）*/
.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }
.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }
.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }
.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }
.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }
.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }
.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }
.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }
.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }
.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }
.p70{ padding: 70px!important; }
.p70-t{ padding-top: 70px!important; }
.p70-r{ padding-right: 70px!important; }
.p70-b{ padding-bottom: 70px!important; }
.p70-l{ padding-left: 70px!important; }
.p80{ padding: 80px!important; }
.p80-t{ padding-top: 80px!important; }
.p80-r{ padding-right: 80px!important; }
.p80-b{ padding-bottom: 80px!important; }
.p80-l{ padding-left: 80px!important; }
.p90{ padding: 90px!important; }
.p90-t{ padding-top: 90px!important; }
.p90-r{ padding-right: 90px!important; }
.p90-b{ padding-bottom: 90px!important; }
.p90-l{ padding-left: 90px!important; }
.p100{ padding: 100px!important; }
.p100-t{ padding-top: 100px!important; }
.p100-r{ padding-right: 100px!important; }
.p100-b{ padding-bottom: 100px!important; }
.p100-l{ padding-left: 100px!important; }

/*widthスタイル------------------------------------------*/
.w05{ width: 5%; }
.w10{ width: 10%; }
.w15{ width: 15%; }
.w20{ width: 20%; }
.w25{ width: 25%; }
.w30{ width: 30%; }
.w35{ width: 35%; }
.w40{ width: 40%; }
.w45{ width: 45%; }
.w48{ width: 48%; }
.w50{ width: 50%; }
.w55{ width: 55%; }
.w60{ width: 60%; }
.w65{ width: 65%; }
.w70{ width: 70%; }
.w75{ width: 75%; }
.w80{ width: 80%; }
.w85{ width: 85%; }
.w90{ width: 90%; }
.w95{ width: 95%; }
.w100{ width: 100%; }

/* フレキシブルボックス
.flex , flex-sb , flex-c
---------------------------------------------------- */
/*flex（デフォルト） */
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
/*flex-sb（始終端を揃えて子要素を均等配置） */
.flex-sb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*flex-c（子要素を中央揃え） */
.flex-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* フレーム
---------------------------------------------------- */
/*グレー*/
.flame {
  background-color: #f5f7f6;
  padding: 20px;
  margin: 2em auto;
	padding:2em;/*内側余白*/
  position: relative;
}
.flame:before{
	border-bottom:30px solid transparent;
	border-left:30px solid #E2D4C7;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.flame:after{
	border-left:30px solid transparent;
	border-bottom:30px solid #E2D4C7;
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/*薄ピンク*/
.flame-pink {
  background-color: #FFF3F5;
  padding: 20px;
  margin: 2em auto;
	padding:2em;/*内側余白*/
  position: relative;
}
.flame-pink:before{
	border-bottom:30px solid transparent;
	border-left:30px solid #FFD9DE;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.flame-pink:after{
	border-left:30px solid transparent;
	border-bottom:30px solid #FFD9DE;
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/*めくれた紙風*/
.flame-paper {
	margin: 2em auto;
	padding:2em;/*内側余白*/
	background-color:#FFF3F5;/*背景色*/
	position:relative;
}
.flame-paper:after{
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #FFD9DE #fff  #FFD9DE;
	box-shadow: -1px 1px 1px #FFD9DE;
}

/*点線*/
.under-dat {
  border-bottom: 2px dotted #FFBDC8;
  padding-bottom: 8px;
}
/* ----------------------------------------------------------
写真配置用スタイル

１列表示の写真サイズ：740px × 460px

◎2018-03-29 より
１列表示の写真サイズ：600px × 400px
２列表示の写真サイズ：415px × 256px
３列表示の写真サイズ：274px × 170px

※アスペクト比を保持したまま縮小します。
※２列以上の写真を配置する場合、写真の高さは揃えることを推奨。
※PC最大サイズ（コンテンツ幅888pxが基準）
※PCデバイス最大サイズ時に、写真のNativeサイズで出力する。
※イメージファイルを囲うタグは「div」のみ。
----------------------------------------------------------- */
.img-wrap-fix {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	*/
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	/* margin: 0 auto 30px auto; */
	margin: 0 auto;
	padding: 0;
	width: 101%;
}

/* レイアウト崩れを防止 */
.img-wrap-fix::after {
	content:" ";
  	display: block;
	width: 33%;
}

.img-wrap-fix > div {
	margin: 0 1% 14px 0;
	text-align: center;
}
.img-wrap-fix > div > div {
	background-color: inherit;
	border: 1px solid rgba(255, 255, 255, 0);
	padding: 5px 5px 0 5px;
	margin: 0 auto;
}
.img-wrap-fix div.bd {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
}

/* 写真を３列で表示する場合 */
.img-wrap-fix .c3 {
	max-width: 286px;
	width: 32.33%;
	/* width: 100%; */
}
/* 写真を2列で表示する場合 */
.img-wrap-fix .c2 {
	max-width: 427px;
	width: 49%;
	/* width: 100%; */
}
/* 写真を2列で表示する場合(422px)*/
.img-wrap-fix .c2-422 {
	max-width: 434px;
	width: 49%;
	/* width: 100%; */
}
/* 写真を1列で表示する場合 */
.img-wrap-fix > div.c1 {
	margin: 0 auto 10px auto;
	/* max-width: 752px; */
	max-width: 612px;
}
.img-wrap-fix > div.c1 > div {
	/* margin: 0 0 0 -0.5%; */
	width: 100%;
}

/* 写真を1列で表示する場合(写真フルサイズ) */
.img-wrap-fix > div.c-full {
    box-sizing: border-box;
	/* margin: 0 1% 14px 0; */
    margin: 0 0 14px 0;
    max-width: 888px;
    width: 100%;
}
.img-wrap-fix > div.c-full > div {
    width: 100%;
}

/* キャプション */
.img-wrap-fix .cap {
	color: #666;
	display: block;
	font-size: 0.929em; /* 13px */
	text-align: center;
	line-height: 1.25;
	margin-top: 5px;
	max-width: none;
	padding: 0 5px;
	width: 100%;
}
/* キャプション 1列表示のみ */
.img-wrap-fix > div.c1 .cap {
	margin: 5px auto 0 auto;
	padding: 0 5px 0 0;
	width: 99%;
}

.img-wrap-fix .c3 img,
.img-wrap-fix .c2 img,
.img-wrap-fix .c2-422 img,
.img-wrap-fix .c1 img,
.img-wrap-fix .c-full img {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
}

.photo-bd {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	width: auto;
}



/**/
/*【メディアクエリ】*/
@media(max-width:1024px) {}
@media(min-width:769px) {}
@media(max-width:768px) {
/*----- 【各ページ・複数ページ 共通】 -----*/
/* メインコンテンツ内ヘッダ・h要素
------------------------------------------------------------ */
    /*メインコンテンツ - メインカラム - エントリーコンテンツ - h2 明朝見出し（見出し2） */
    main.content .entry-content h2{
        font-size: 1.5em;
    }
    /*メインコンテンツ - メインカラム - エントリーコンテンツ - h3 背景カラー見出し（見出し3） */
    main.content .entry-content h3{
        font-size: 1.5em;
    }

/* ブロック要素
div class="article-body article-sub" .article-sbody , .article-sub
---------------------------------------------------- */
    .content .article-body {
        margin: 0 auto 25px auto;
    }
    .content .article-body .article-sub  {
        margin: 0 auto 12.5px auto;
    }

    /* テーブル
    table thead tbody tfoot tr th td
    ---------------------------------------------------- */
    /* 基本 */
    .content table {
        table-layout:auto;
    }
    .content table th,
    .content table td {
        width: auto !important;
    }
    .content table th {
        word-break: keep-all;
    }

/* 【汎用スタイル】*/
/*フレキシブルボックス
.flex , flex-sb , flex-c
（汎用スタイル使用時は768px以下でflexible解除・子要素横幅100%）
---------------------------------------------------- */
    /*flex（デフォルト） */
    .flex , .flex-sb , .flex-c {
        flex-direction: column;
        justify-content: flex-start;
    }
    .flex > div , .flex-sb > div , .flex-c > div ,
    .flex > p , .flex-sb > p , .flex-c > p {
        width: 100% !important;
    }

    .img-wrap-fix::after {
      content:" ";
        display: block;
      width: 49%;
    }
    .img-wrap-fix .c3 {
      margin-bottom: 5px;
      width: 49%;
    }
    .img-wrap-fix > div.c2,
    .img-wrap-fix > div.c2-422 {
      margin: 0 auto 14px auto;
      width: 99%;
    }
    .img-wrap-fix > div.c2 > div,
    .img-wrap-fix > div.c2-422 > div {
      margin: 0 0 0 -0.5%;
      width: 100%;
    }
}
@media(max-width:767px) {}
@media(max-width:576px) {
  main.content .entry-content h2 {
      font-size: 1.3em;
  }
  main.content .entry-content h3 {
    font-size: 1.3em;
  }
  main.content .entry-content h5 {
    font-size: 0.95rem;
    line-height: 1.7;
  }
/* 投稿からの右寄せ・左寄せ・中央寄せのリセット
---------------------------------------------------- */
    .alignleft ,
    .alignright ,
    .aligncenter {
        clear: both;
        display: block;
        float: none;
        margin: 30px auto;
    }

ul.maru-ico li,
.content ul.nodisc li {
  font-size: 0.95rem;
}
.content table th {
  font-size: 0.95rem;
}
.content table td {
  font-size: 0.95rem;
}
.big3 {
  font-size: 1.3rem!important;
}
/* テーブル
table thead tbody tfoot tr th td
---------------------------------------------------- */
    /* 基本 */
    /*
    .content table th,
    .content table td {
        display: block;
        height: auto !important;
        width: 100% !important;

    }
    .content table th {
        border-bottom: none;
        border-top: none;
        text-align: left;
    }
    .content table tr:first-child th {
        border-top: 1px solid #ddd;
    }
    */
    .img-wrap-fix {
      justify-content: center;
    }
    .img-wrap-fix::after {
      content: none;
    }
    .img-wrap-fix .c3 {
      margin-right: 0;
      margin-bottom: 10px;
      width: 100%;
    }
    .img-wrap-fix .c2,
    .img-wrap-fix .c2-422 {
      width: 100%;
    }

}
@media(max-width:350px) {}
