@charset "utf-8";

/* // mce-edit-area //
----------------------------------------------- */
html:not(.noneMce) .mce-edit-area {
	overflow:auto;
}
html:not(.noneMce) .mce-edit-area iframe {
	min-width:810px;
}


/* // mce-content-body //
----------------------------------------------- */

html:not(.noneMce) body.wp-autoresize.mce-content-body,
html:not(.noneMce) .mce-content-body{
	text-align:left;
	padding: 0 !important;
	line-height: 2.1;
}
.mce-content-body:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.mce-content-body {	display: inline-block;}
* html .mce-content-body {	height: 1%;	}
.mce-content-body {	display:block;	}

html:not(.noneMce) body#tinymce.wp-autoresize.mce-content-body,
html:not(.noneMce) #tinymce.mce-content-body {
	padding: 8px !important;
	background-color: #fff;
	overflow-x: hidden;
}

html:not(.noneMce) .mce-content-body > div{
	min-height:25px;
}
html:not(.noneMce) .mce-content-body p{
	margin-bottom: 14px;
	clear:both;
}

html:not(.noneMce) .mce-content-body h2{
	background: #F0F0F0;
	font-size: 135%;
	line-height: 1.6;
	padding: 20px;
	border-left: 7px solid #001C4C;
	font-weight: 600;
	margin-bottom: 28px;
	color: #001C4C;
	margin-top: 60px;
}
html:not(.noneMce) .mce-content-body._2 h2{
	border-color: #000;
	color: #000;
}

html:not(.noneMce) .mce-content-body h2:first-of-type{
	margin-top: 0;
}

html:not(.noneMce) .mce-content-body h3 {
    font-size: 124%;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 25px;
    border-bottom: 3px solid #273C7C;
	position:relative;
    line-height: 1.6;
    padding-bottom: 11px;
}
html:not(.noneMce) .mce-content-body._2 h3 {
    border-color: #000;
}

html:not(.noneMce) .mce-content-body h4{
	font-weight: 500;
	font-size: 117%;
	line-height:1.6;
	margin-bottom: 16px;
	border-bottom: 1px solid #273C7C;
	padding-bottom: 10px;
	color: #000;
	border-left: 0;
	margin-top: 20px;
}
html:not(.noneMce) .mce-content-body h5{
	font-weight: 500;
	font-size: 110%;
	line-height:1.6;
	margin-bottom: 10px;
	color: #000;
}
html:not(.noneMce) .mce-content-body span:not(.btnA) a{
	color: #5088C4;
}
html:not(.noneMce) .mce-content-body span.btnA{
	min-width:120px;
	background-color: transparent;
	width: auto;
}
html:not(.noneMce) .mce-content-body span.btnA a{
	padding:  10px 60px 12px 30px;
	display: inline-block;
	border: 1px solid #000;
	color: #000 !important;
	text-decoration: none;
	z-index: 10;
	position: relative;
	min-width: 200px;
}
html:not(.noneMce) .mce-content-body span.btnA a:after{
	position: absolute;
	right:15px;
	font-size: 14px;
	top: 50%;
	transform: translateY(-50%);
	content:"\e9bb";
	font-family: iconfontA;
}
html:not(.noneMce) .mce-content-body span.btnA:before{
	opacity:0.1;
	z-index: 1;
}

html:not(.noneMce) .mce-content-body .mceBoxA{
	border:7px solid #E8ECF6;
	padding: 20px;
	line-height: 1.8;
}
html:not(.noneMce) .mce-content-body .mceBoxA p{
	margin-bottom: 7px;
	line-height: 1.9;
}
html:not(.noneMce) .mce-content-body .emTx1{
	background: linear-gradient(transparent 60%, #FDC369 40%);
	color:#000;
	font-weight: 500;
}
html:not(.noneMce) .mce-content-body .box1{
	border:1px solid #C4A53E;
	padding: 23px 30px;
	margin: 30px 0px;
}

html:not(.noneMce) .mce-content-body .quote1{
	background-color: #F9F8EB;
	color:#4D4B42;
	font-size: 86%;
	padding: 35px 55px;
	position:relative;
	margin: 40px 0;
	line-height: 1.9;
}
html:not(.noneMce) .mce-content-body .quote1:before{
	position: absolute;
	left:11px;
	top: 25px;
	font-size:39px;
	transform: translateY(-50%);
	content:"\ea5a";
	font-family: iconfontA;
	color:#EEE7C8;
	line-height: 1;
}
html:not(.noneMce) .mce-content-body .quote1:after{
	position: absolute;
	right:11px;
	bottom: -16px;
	font-size:39px;
	transform: translateY(-50%);
	content:"\ea59";
	font-family: iconfontA;
	color:#EEE7C8;
	line-height: 1;
}


html:not(.noneMce) .mce-content-body ul{
	margin-left: 10px;
	margin-top: 23px;
	margin-bottom: 23px;
	list-style-type: none !important;
}
html:not(.noneMce) .mce-content-body ul li{
	line-height: 1.5;
	padding-left: 14px;
	margin-bottom: 10px;
	position:relative;
}
html:not(.noneMce) .mce-content-body ul li:last-of-type{
	margin-bottom: 0;
}
html:not(.noneMce) .mce-content-body ul li:before{
	content:" ";
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	border-radius: 100px;
	background-color:#273C7C;
	left:0px;
	top:0.5em;
}
html:not(.noneMce) .mce-content-body._2 ul li:before{
	background-color:#000;
}


html:not(.noneMce) .mce-content-body ol{
	margin-left: 10px;
	margin-top: 23px;
	margin-bottom: 23px;
}
html:not(.noneMce) .mce-content-body ol li{
	line-height: 1.7;
	padding-left: 22px;
	margin-bottom: 10px;
	position:relative;
}
html:not(.noneMce) .mce-content-body ol li:last-of-type{
	margin-bottom: 0;
}
html:not(.noneMce) .mce-content-body ol li:before{
	content:"0.";
	position:absolute;
	color:#000;
	left:0px;
	top:2px;
	font-size: 110%;
	line-height: 1.2;
}
html:not(.noneMce) .mce-content-body ol li:nth-of-type(1):before{	content:"1.";}
html:not(.noneMce) .mce-content-body ol li:nth-of-type(2):before{	content:"2.";}
html:not(.noneMce) .mce-content-body ol li:nth-of-type(3):before{	content:"3.";}
html:not(.noneMce) .mce-content-body ol li:nth-of-type(4):before{	content:"4.";}
html:not(.noneMce) .mce-content-body ol li:nth-of-type(5):before{	content:"5.";}
html:not(.noneMce) .mce-content-body ol li:nth-of-type(6):before{	content:"6.";}
html:not(.noneMce) .mce-content-body ol li:nth-of-type(7):before{	content:"7.";}
html:not(.noneMce) .mce-content-body ol li:nth-of-type(8):before{	content:"8.";}
html:not(.noneMce) .mce-content-body ol li:nth-of-type(9):before{	content:"9.";}

html:not(.noneMce) .mce-content-body .cmt1{
	display: flex;
	display: -ms-flexbox;
	margin: 38px 0;
}
html:not(.noneMce) .mce-content-body .cmt1 .staff{
	width:90px;
	height:90px;
	border-radius: 1000px;
	overflow:hidden;
}
html:not(.noneMce) .mce-content-body .cmt1 .staff img{
	margin:0;
}
html:not(.noneMce) .mce-content-body .cmt1 .box{
	width:calc(100% - 90px - 25px);
	margin-left: 25px;
	position:relative;
	background-color: #EEEEDB;
	color:#6C5408;
	padding:25px 32px;
	border-radius: 3px;
}
html:not(.noneMce) .mce-content-body .cmt1 .box:before{
	content:" ";
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	background-color:#EEEEDB;
	left:-13px;
	top:25px;
	transform: rotate(45deg);
}
html:not(.noneMce) .mce-content-body img {
	display:inline-block;
	margin: 16px 0 9px;
}
html:not(.noneMce) .mce-content-body a img {
  margin: 0;
}
html:not(.noneMce) .mce-content-body .caption {
	margin-top: 3px;
	font-size: 90%;
	color:#666;
	line-height: 1.7;
}

/* 
html:not(.noneMce) .mce-content-body a{
	color:#007AE4;
}
html:not(.noneMce) .mce-content-body a:hover{
	text-decoration:underline;
}
 */
 
html:not(.noneMce) .mce-content-body a:not(.noLine) {
	color:#2A3F91;
	background-image: linear-gradient(to bottom, transparent calc(100% - 1px), #0074D3 calc(100% - 1px));
	display:inline-block;
	vertical-align:top;
}
html:not(.noneMce) .mce-content-body a:not(.btnA):hover {
	color:#F7006A !important;
	background-image: linear-gradient(to bottom, transparent calc(100% - 1px), #F7006A calc(100% - 1px));
}

html:not(.noneMce) .mce-content-body iframe.youtube{
}

html:not(.noneMce) .mce-content-body a.btnA{
	padding: 10px 30px 10px 14px;
	background-image:none;
}
html:not(.noneMce) .mce-content-body a.btnA.pdf{
	padding-right: 40px;
}
html:not(.noneMce) .mce-content-body a.btnA.l1{
	padding-top: 15px;
	padding-bottom: 15px;
	background-image:none;
	min-width: 350px;
}
html:not(.noneMce) .mce-content-body a.btnA:before{
	opacity:0.08;
}
html:not(.noneMce) .mce-content-body a.btnA:after{
	position: absolute;
	right:10px;
	top: 50%;
	font-size:80%;
	transform: translateY(-50%);
	content:"\ebc2";
	font-family: iconfontA;
	color:#273C7C;
}
html:not(.noneMce) .mce-content-body a.btnA.pdf:after{
	content:"\e921";
	font-size:110%;
}



/* ________SP________ */
@media all and (max-width: 760px)  {
	html:not(.noneMce) .mce-content-body{
		font-size: 13px;
	}
	html:not(.noneMce) .mce-content-body h2{
		font-size: 123%;
		line-height: 1.5;
		padding: 8px 10px 8px 15px;
		border-left-width: 4px;
		margin-bottom: 20px;
	}
	html:not(.noneMce) .mce-content-body h3{
		line-height: 1.5;
		font-size: 110%;
		padding-bottom: 10px;
		margin-top: ;
		margin-bottom: 20px;
	}
	html:not(.noneMce) .mce-content-body h4{
		font-size: 117%;
		margin-bottom: 15px;
		padding-bottom: 9px;
	}
	html:not(.noneMce) .mce-content-body h5{
		font-size: 111%;
		margin-bottom: 8px;
	}

	html:not(.noneMce) .mce-content-body p{
		margin-bottom: 14px;
	}
	html:not(.noneMce) .mce-content-body .mceBoxA{
		padding: 15px;
	}
	html:not(.noneMce) .mce-content-body iframe.youtube{
		width:100% !important;
	}
	
	html:not(.noneMce) .mce-content-body .box1{
		padding: 13px 20px;
		margin: 25px 0px;
	}
	
	html:not(.noneMce) .mce-content-body .quote1{
		padding: 32px 22px;
		position:relative;
		margin: 30px 0;
		font-size: 84%;
	}
	html:not(.noneMce) .mce-content-body .quote1:before{
		left:7px;
		top: 19px;
		font-size:30px;
	}
	html:not(.noneMce) .mce-content-body .quote1:after{
		right:10px;
		bottom: -11px;
		font-size:30px;
	}
	html:not(.noneMce) .mce-content-body ul{
		margin-left: 8px;
		margin-top: 18px;
		margin-bottom: 18px;
	}
	html:not(.noneMce) .mce-content-body ul li{
		padding-left: 7px;
		margin-bottom: 8px;
	}
	html:not(.noneMce) .mce-content-body ul li:last-of-type{
		margin-bottom: 0;
	}
	html:not(.noneMce) .mce-content-body ul li:before{
		width:7px;
		height:7px;
	}
	html:not(.noneMce) .mce-content-body ol{
		margin-left: 7px;
		margin-top: 18px;
		margin-bottom: 18px;
	}
	html:not(.noneMce) .mce-content-body ol li{
		line-height: 1.5;
		padding-left: 22px;
		margin-bottom: 10px;
		position:relative;
	}	
	html:not(.noneMce) .mce-content-body .cmt1{
		margin: 31px 0;
	}
	html:not(.noneMce) .mce-content-body .cmt1 .staff{
		width: 55px;
		height: 55px;
	}
	html:not(.noneMce) .mce-content-body .cmt1 .box{
		width:calc(100% - 55px - 10px);
		margin-left: 10px;
		padding:14px 15px;
		font-size: 96%;
		line-height: 1.8;
	}
	html:not(.noneMce) .mce-content-body .cmt1 .box:before{
		width:24px;
		height:24px;
		top:12px;
	}
	html:not(.noneMce) .mce-content-body img {
		margin: 12px 0 7px;
		height: auto;
	}
	html:not(.noneMce) .mce-content-body .caption {
		margin-top: 5px;
		font-size: 87%;
		line-height: 1.7;
	}
	
	
	html:not(.noneMce) .mce-content-body a.btnA{
		padding-top: 10px;
		padding-bottom: 10px;
	}

}

/* // html:not(.noneMce) .mce-content-body table //
----------------------------------------------- */
html:not(.noneMce) .mce-content-body table {
	/*! width: auto !important; */
}
html:not(.noneMce) .mce-content-body table tr {
	height:auto !important;
}
html:not(.noneMce) .mce-content-body table th ,
html:not(.noneMce) .mce-content-body table td {
	border: 1px solid #dfdfdf;
	line-height: 1.65;
	vertical-align: middle;
	padding: 8px 25px;
	height:auto !important;
}
html:not(.noneMce) .mce-content-body table th:not(.dwl) ,
html:not(.noneMce) .mce-content-body table td:not(.dwl) {
	width:auto  !important;
}
html:not(.noneMce) .mce-content-body table thead th {
	background-color: #f0eaea;
}
html:not(.noneMce) .mce-content-body table tbody th {
	background-color: #f7f7f7
}
html:not(.noneMce) .mce-content-body table td {
	/*! font-weight: 300; */
}

html:not(.noneMce) .mce-content-body table td p {
  margin-bottom: 9px;
}
html:not(.noneMce) .mce-content-body table td .annotation {
    font-size: 0.84rem;
}
html:not(.noneMce) .mce-content-body table td p:last-of-type {
    margin-bottom: 0;
}
html:not(.noneMce) .mce-content-body table .btnA {
	vertical-align:middle;
	min-width:160px;
	background-color:#FFF;
	border:1px solid #888;
	color:#000 !important;
	border-radius: 100px;
	padding: 5px 25px 6px;
	line-height: 1.0em;
	font-size: 12px;
}
html:not(.noneMce) .mce-content-body table .btnA .icon {
	display:none;
}
html:not(.noneMce) .mce-content-body table .btnA::before {
	opacity:0.1;
}
/* ________SP________ */
@media all and (max-width: 760px)  {
	html:not(.noneMce) .mce-content-body table {
		width: 100%;
		font-size: 13px;
	}
	html:not(.noneMce) .mce-content-body table th ,
	html:not(.noneMce) .mce-content-body table td {
		padding: 8px 10px;
		line-height: 1.4;
	}
	html:not(.noneMce) .mce-content-body table td p {
	  margin-bottom: 9px;
	}
	html:not(.noneMce) .mce-content-body table td .annotation {
	    font-size: 0.84rem;
	}
}

/* // img //
----------------------------------------------- */
img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right: auto;
}
/* ________PC________ */
@media screen and (min-width: 761px)  {
	img.alignleft {
		float:left;
		margin-top: 0px !important;
		margin-right: 21px !important;
	}
	img.alignright {
		float:right;
		margin-top: 0 !important;
		margin-left: 20px !important;
	}
}




/* // composition //
----------------------------------------------- */
html:not(.noneMce) .mce-content-body table.composition {
	width: 100% !important;
	font-size: 12px;
	line-height:1.45;
}
html:not(.noneMce) .mce-content-body table.composition td {
padding: 8px 13px;
}
html:not(.noneMce) .mce-content-body table.composition th {
	text-align:center;
	padding-left:4px !important;
	padding-right:4px !important;
}
html:not(.noneMce) .mce-content-body table.composition .dwl{
	width:75px;
	font-size: 11px;
	line-height: 1.4;
}
.downloadBtn a{
	background-color: #1a3a71;
	border-radius: 50%;
	width: 31px;
	height: 31px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.downloadBtn a:hover{
	background-color: #3C63A3;
}
.downloadBtn a .icon{
	color: #fff;
	font-size: 17px;
	padding: 0;
	transform: translateY(-2px);
}
