@charset "UTF-8";
/*
#################################
  共通
 #################################
*/
.inlineL {
	text-align: left;
}
.inlineC {
	text-align: center;
}
.inlineR {
	text-align: right;
}
.f-small {
	font-size: small;
}
.f-large {
	font-size: large;
}
.fc01 {
	color: #0062CC;
}
.fc02 {
	color: #008622;
}
.fc03 {
	color: #6C6C6C;
}
.fc04 {
	color: #C05700;
}
.fc05 {
	color: #CA4C4C;
}


.bc01 {
    background-color: #0062CC;
}
.bc02 {
    background-color: #008622;
}
.bc03 {
    background-color: #6C6C6C;
}
.bc04 {
    background-color: #C05700;
}
.bc05 {
    background-color: #CA4C4C;
}
.sc01 {
    text-shadow: 2px 2px 2px #0062CC;
}
.sc02 {
    text-shadow: 2px 2px 2px #008622;
}
.sc03 {
    text-shadow: 2px 2px 2px #6C6C6C;
}
.sc04 {
    text-shadow: 2px 2px 2px #C05700;
}
.sc05 {
    text-shadow: 2px 2px 2px #CA4C4C;
}

table.table_center th,
table.table_center td {
    text-align: center;
    vertical-align: middle;
}

table.table_center {
    width: 80% !important;
    margin: auto !important;
    padding-top: 20px;
}

img.aligncenter {
	display: block;
	margin: 5px auto;
}
img.alignright, img.alignleft {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	margin: 0 7px 2px 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.imgbox {
	overflow:hidden;
	margin-bottom: 20px;
}
.imgbox img {
	float:left;
	margin-left:20px;
	margin-top:20px;
}

body.mce-content-body#tinymce ,
#tinymce  {
    color: #5f3b24;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
}

#tinymce p {
    color: #5f3b24;
    font-size: 14px;
}

#tinymce a {
    color: #91358e;
    text-underline-offset: 0.15em;
}

#tinymce blockquote {
    margin: 0;
    padding: 0;
    color: #bf47aa;
}

#tinymce li + li {
    margin-top: 4px;
}

table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    margin-top: 34px;
}

th,
td {
    border: 1px solid #b99576;
    padding: 6px 10px;
    color: #76563f;
    text-align: center;
    font-size: 12px;
    line-height: 1.25;
}

th {
    background: #eddcc8;
    font-weight: 500;
}

.sd_list01 li, ol li{
    padding-left: 1.5em;
    color: #320403;
}

#tinymce hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #b17852;
}

h4.midashi {
    color: #5C4635;
    font-family: "M PLUS Rounded 1c";
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}

h3.midashi {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 3px 12px 4px;
    border-radius: 999px;
    background: #6f4523;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

h2.midashi {
    margin-top: 0;
    padding: 8px 0;
    border-top: 1px solid #9E6A41;
    border-bottom: 1px solid #9E6A41;
    color: #5C4635;
    font-size: clamp(20px, 1.94vw, 28px);
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}

.h2_p1 {
    text-align: left;
}

#honbun a[href$=".pdf"]::after {
	margin-left: 8px;
	content: url(../../de/images/common/icon-pdf2.png);
	vertical-align: middle;
	max-width: 100%;
}
#honbun a[href$=".doc"]::after {
	margin-left: 8px;
	content: url(../../de/images/common/icon-doc2.png);
	vertical-align: middle;
	max-width: 100%;
}
#honbun a[href$=".docx"]::after {
	margin-left: 8px;
	content: url(../../de/images/common/icon-doc2.png);
	vertical-align: middle;
	max-width: 100%;
}
#honbun a[href$=".xlsx"]::after {
	margin-left: 8px;
	content: url(../../de/images/common/icon-xls2.png);
	vertical-align: middle;
	max-width: 100%;
}

.news-category {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 78px;
    padding: 4px 10px 5px;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

form {
    width: 100%;
    margin: 0;
    padding: 0;
}
