@charset "UTF-8";
/* CSS Document */
html {
	font-size: 100%;
}

body {
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
	font-size: 14px;
	line-height: 2;
}

#tinymce {
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    text-align: justify;
    line-height: 2.2;
    font-family: 'Noto Serif JP', sans-serif;
}
#tinymce p {
    text-align: justify;
    margin: 0;
}

#tinymce a {
	text-decoration: underline;
	color: #E22E7F;
}
#tinymce h1 {
    font-size: 28px;
    letter-spacing: 3.33px;
    line-height: 1.5;
    color: #646F7B;
    font-weight: 400;
    padding-left: 44px;
    position: relative;
    margin-bottom: 50px;
}
#tinymce h2 {
    font-size: 23px;
    line-height: 1.5;
    color: #646F7B;
    font-weight: 400;
    letter-spacing: 1.87px;
    text-align: left;
    display: block;
    position: relative;
    padding: 20px 0;
}
#tinymce h3 {
    font-size: 19px;
    letter-spacing: 1.67px;
    line-height: 1.5;
    text-align: left;
    color: #646F7B;
    font-weight: 400;
    padding: 20px 0;
}
#tinymce h4 {
    font-size: 18px;
    letter-spacing: 1.47px;
    line-height: 1.5;
    text-align: left;
    color: #646F7B;
    font-weight: 400;
    padding: 20px 0;
}

#tinymce ul li {
    padding-left: 1em;
}
#tinymce ul li::before {
    content: "●";
    margin-left: -1em;
    margin-right: 0.2em;
    color: #2419AC;
    font-size: 16px;
}

#tinymce ol {
    counter-reset: custom-decimal;
    list-style: none;
    padding-left: 5px; 
}
  
#tinymce ol li {
    counter-increment: custom-decimal;
    position: relative;
    padding-left: 40px;
    padding-bottom: 6px;
}
  
#tinymce ol li::before {
    content: counter(custom-decimal) ;
    position: absolute;
    left: 0;
    color: #2419AC;
}

#tinymce table {
	width:100%;
    text-align: center;
	box-sizing:border-box;
	border-collapse:collapse;
}
#tinymce table th,#tinymce table td {
	border:1px solid #D4D4D4;
	text-align:left;
	vertical-align:middle;
	color:#5A594E;
	line-height:18px;
	padding:15px 15px;
    background-color: #FFFFFF;
}
#tinymce table th, #tinymce table thead th {
    color: #FFFFFF;
	background-color:#2419AC;
}
#tinymce table thead {
	border-bottom:2px solid #D4D4D4;
	background-color:#FFFFFF;
}
#tinymce table th strong {
	color:#D4D4D4;
}
#tinymce table td.short {
    width: 2em;
}
#tinymce table td.middle {
    width: 10em;
}
#tinymce table td.left {
    text-align: left;
}

#tinymce strong {
	font-weight: bold;
}
#tinymce em {
	font-style: italic;
}
#tinymce .cimg_c {
	clear: both;
	padding: 30px 50px;
}
#tinymce .cimg_l {
	float: left;
	margin: 0 1em 10px 0;
}
#tinymce .cimg_r {
	float: right;
	margin: 0 0 10px 1em;
}
#tinymce .cimg_c img {
	max-width: 100%;
	height: auto;
}
#tinymce .cimg_l img,#tinymce .cimg_r img {
	max-width: 300px;
	height: auto;
}
#tinymce .cimg_l a,#tinymce .cimg_r a,#tinymce .cimg_c a {
	display: block;
	font-size: 0;
	line-height: 0;
}
#tinymce .cimg_l p,#tinymce .cimg_r p,#tinymce .cimg_c p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#tinymce .flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
    #tinymce .flex {
		flex-direction: column;
	}
    #tinymce img {
		width: 100%;
        height: auto;
	}
    #tinymce .cimg_c {
        padding: 30px 0 0;
    }
	#tinymce .cimg_l {
		float: none;
		margin: 10px 0;
	}
	#tinymce .cimg_r {
		float: none;
		margin: 10px 0;
	}
	#tinymce .cimg_l img,#tinymce .cimg_r img {
		max-width: 100%;
	}
	#tinymce iframe {
		width: 100%;
	}
}