@charset "UTF-8";
/* CSS Document */

/*

下記置換で変わります
fontawesomeのアイコンの色：#05933e;
線類：#ccc;
ボタンの色：#830e0e;

*/


.disease h3.tit02{
	margin-bottom: 0!important;
}

.media_info h3{
	font-size: unset;
	font-weight: normal;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.top_media_wrap{
	justify-content: flex-start;
}
.top_media_wrap .item{
	margin: 0 20px 60px;
	padding: 0 0 50px;
	width: calc( 100% / 4 - 41px );
}
.top_media_wrap .item:nth-child(4n){
	border-right: none;
}
/*==================================================================

  疾患名・症状から調べる

==================================================================*/
.search_wp {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
.search_wp > * {
	width: 49.0%;
	box-sizing: border-box;
	border: solid 1px #0278c8;
}

.search_symptoms .tit02 {
	background: #1ba1e6;
	border: solid 1px #1ba1e6;
	margin-bottom: 20px;
	
}
.search_symptoms {
	border: solid 1px #1ba1e6;
}
.search_wp .tit02 {
	text-align: center;
}

/* リスト揃え
.search_list{
	padding: 0 20px 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: flex-start;
}
.search_list li {
	width: 33%;
	margin-bottom: 15px;
	margin-right: 2%;
	
}
.archive .search_list li {
	width: 18%;
}
*/


.search_list{
	padding: 0 20px 10px;
}
.search_list li {
	margin-bottom: 15px;
	margin-right: 30px
	
}

.search_list::after {
	display: block;
	content: "";
	float: none;
	clear: both;
}

.search_list li a {
	font-size: 15px;
	color: #222;
	display: block;
	position: relative;
	padding-left: 14px;
	text-align: left;
	
}
.search_list li a::before {
	position: absolute;
	left: 0;
	top: 6px;
	background: url("images/more_btn_arrow_navy.png");
	width: 7px;
	height: 13px;
	content: ""
	
}
.search_list li a:hover {
	text-decoration: underline;
}
.search_symptoms .search_list li a::before {
	background-image: url("images/more_btn_arrow_blue.png");
}


.disease_name .search_list li{
  float: left;
  width: 46%;
}
.symptoms .search_list li{
  float: left;
  width: 30%;
}

#contents.archive .box2 {
	border: solid 1px #0278c8;
	max-width:1200px;
}
#contents.symptoms .tit02 {
	background: #1ba1e6;
	border: solid 2px #1ba1e6
}
#contents.symptoms .box2 {
	border: solid 1px #1ba1e6
}

.box2 {
max-width: 980px;
}

/*==================================================================

  ブログのみのCSS

==================================================================*/

/*body{
  background: #ccc;
}*/

#contents{

}
#contents_left {
  float: left;
  width: 70%;
}
a {
  color: #1ba1e6;
  text-decoration: none;
}



/* 装飾 --------------------------------------------------------------- */
#contents_left .fa,
#contents_left .fas,
.side_area .fas {
  display: inline-block;
  margin-right: 5px;
  color: #05933e;
}
.blog_box {
  border-top: 3px solid #ccc;
  box-shadow: 0 1px 4px rgba(0,0,0,.1);
  margin-bottom: 50px;
  padding-bottom: 30px;
  background-color: #fff;
  min-height: 200px;
}
.blog_tit {
  font-size: 22px;
  color: #504c43;
  padding: 20px 20px 6px;
}
.blog_content {
	padding: 5px 15px 15px;
	box-sizing: border-box;
	word-break: break-all;
}
.blog_content p {
  margin-bottom: 1em;
}
.blog_content img {
  max-width: 100%;
  height: auto;
}
.blog_btn {
  display: inline-block;
  margin: 20px 0 0 10px;
  text-align: center;
  text-decoration: none;
  float: right;
  margin-bottom: 0!important;
}
.blog_btn:hover {
  opacity: .8;
}
.blog_btn a {
	display: inline-block;
	color: #fff!important;
	padding: 8px 25px;
	background-color: #05933e;
	transition-property: all;
	transition: 0.3s linear;
	box-sizing: border-box;
}
.blog_btn a:hover {
  color: #fff!important;
  text-decoration: none;
}
.blog_btn span {
  position: relative;
  padding-right: 1em;
  transition: all .3s;
  color: #fff!important;
}
.blog_btn span::after {
  position: absolute;
  top: 50%;
  right: -12px;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}
.blog_btn a:hover span::after {
  right: -16px;
}




/* サイドメニュー ----------------------------------------------------- */
.side_area {
  float: right;
  width: 25%;
}
.side_area ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.side_area .box {
  margin-bottom: 40px;
}
.side_area h3{
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
.side_area h3 i{
  margin-right:12px;
  vertical-align:middle;
  color:#05933e;
}
.side_area li {
  margin-bottom: 10px;
}
.side_area li a {
  display: block;
  padding: 0px 0 0px 10px;
  transition: all .3s;  
}
.side_area li a:hover {
}
.side_area li a:hover i {
}



/* 日付・カテゴリ */
.blog_class li {
  display: inline-block;
  margin-right: 15px;
}
.blog_class {
  margin: 0 0 10px;
  padding:0;
}


/* カテゴリ */
.blog_category {
  clear: both;
  margin-bottom: 20px;
}
.blog_category li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  border: 1px solid #004c36;
}
.blog_category li a {
  padding: 6px 12px 6px 10px;
  transition: all .3s;
}
.blog_category li a:hover {
  color: #fff!important;
  background: #004c36;
  text-decoration: none;
}
.blog_category li a {
  color: #004c36!important;
  display: block;
}
.blog_category li a:hover {
  color: #fff!important;
  text-decoration: none;
}
.blog_category li a:hover .fa-tag {
  color: #fff!important;
}


/* ページャー ----------------------------------------------------- */
.pager {
	display: block;
	font-size: 15px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center !important;
	font-weight: bold;
}
.pager a,
.pager span {
	display: inline-block;
	width: 38px;
	height: 38px;
	text-decoration: none;
	margin: 5px 5px 8px;
	border-radius: 50%;
	line-height: 38px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #eee;
	color: #999;
}
.pager a:hover, .pager .current {
	background: #830e0e;
	color: #fff;
}
.pager a:active {
	-webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
	-moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
	box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
}


/*==================================================================

	.breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
	position: relative;
	margin: 0 auto 30px;
	font-size: 14px;
	z-index: 1;
	list-style: none;
	width: 90%;
	max-width: 1200px;
}

.breadcrumbs:last-child {
	margin: 0 auto;
}

.breadcrumbs i {
	margin-right: 5px;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs li {
	float: left;
	margin-right: 5px;
}
.breadcrumbs li:after {
    font-family: FontAwesome;
    content: ">";
    padding-left: 10px;
}
.breadcrumbs li:last-child:after {
    content: "";
}
.breadcrumbs li:last-child a{
	color:#d04634 !important;
}


/*==================================================================

  エディター用

==================================================================*/

.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}


/*リスト設定 ----------------------------------------------------- */
.blog_content > div ul,
.blog_content > div ol{
  list-style-type: none;
  margin-top:20px;
}
.blog_content > div ul ul,
.blog_content > div ul ol,
.blog_content > div ol ul,
.blog_content > div ol ol{
  margin-top:0;
}
.blog_content > div ol{
  counter-reset:number;
}
.blog_content > div ul li:before{
  content:"・";
  position:absolute;
  left:0;
}
.blog_content > div ol li:before{
  counter-increment: number;
  content: counter(number)".";
  position:absolute;
  left:0;
}
.blog_content > div ul li,
.blog_content > div ol li{
  position:relative;
  line-height:1.5;
  padding: 10px 0 0 25px;

}

/*ブログのリストスタイルを消す*/
.no_li_style li:before{
	content:""!important;
	top:10px;
}
/*整形済みテキスト ----------------------------------------------------- */
.blog_content > div pre{
  font-weight:400;
  margin-top:20px;
  padding:20px;
  background-color: #F2F2F2;
  color:#7F7F7F;
  overflow:auto;
}

/*引用 ---------------------------------------------------------------- */
.blog_content > div blockquote{
  position:relative;
  color:#3F3F3F;
  margin-top:20px;
  padding:20px 20px 20px 70px;
  background-color: #F2F2F2;
}
.blog_content > div blockquote::before{
  position:absolute;
  top:20px;
  left:20px;
  font-family: "icomoon";
  content: "\e909";
  font-size:3rem;
  color:#D9D9D9;
}
.blog_content > div blockquote *:first-child{
  margin-top:0;
}

/*ライン ---------------------------------------------------------------- */
.blog_content > div hr{
  margin-top:40px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #E5E5E5;
}
.blog_content > div *:first-child{
  margin-top:0;
}

/*テーブル ---------------------------------------------------------------- */
.blog_content > div table {
  margin-top:20px;
  width: 100%;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.blog_content > div table tr:nth-child(2n+1){background: #F2F2F2;}
.blog_content > div table th{
  padding: 10px;
  background: #323232;
  color: #fff;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.blog_content > div table td{
  padding: 10px;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

/*==================================================================

  見出しタグ修正

==================================================================*/

.blog_box h1{font-size: 32px;}
.blog_box h2{font-size: 24px;}
.blog_box h3{font-size: 18px;}
.blog_box h4{font-size: 16px;}
.blog_box h5{font-size: 12px;}
.blog_box h6{font-size: 10px;}


/*--------------------TinyMCEエディタ用--------------------*/
h3{
	font-family: fot-rodin-pron, sans-serif;
	font-size: 145%;
	position: relative;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	text-align: left;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
	font-family: fot-rodin-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
}
h4{
	font-family: fot-rodin-pron, sans-serif;
	font-size: 130%;
	font-weight: 600;
	padding: 4px 15px;
	margin-bottom: 8px;
	background: #ecf7fb;
}
h5{
font-family: fot-rodin-pron, sans-serif;
font-size: 120%;
color: #0278c8;
}
h6{
font-family: fot-rodin-pron, sans-serif;
font-size: 110%;
color: #0278c8;
}

/*----------見出し----------*/
/*太字*/
.title_style01{
  color: var(--main-color);
  font-weight:bold;
  border: none;
  background: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  display: table;
}
/*下線*/
.title_style02{
  color: var(--main-color);
  font-weight:bold;
  border-bottom: 1px solid var(--main-color);
  background: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  display: table;
}
/*背景色付き・白抜き*/
.title_style03{
  background: var(--main-color);
  color: #fff;
  font-weight:bold;
  border: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 5px 10px;
}
h2.title_style01:before,
h2.title_style01:after,
h3.title_style01:before,
h3.title_style01:after,
h4.title_style01:before,
h4.title_style01:after,
h5.title_style01:before,
h5.title_style01:after,
h2.title_style02:before,
h2.title_style02:after,
h3.title_style02:before,
h3.title_style02:after,
h4.title_style02:before,
h4.title_style02:after,
h5.title_style02:before,
h5.title_style02:after,
h2.title_style03:before,
h2.title_style03:after,
h3.title_style03:before,
h3.title_style03:after,
h4.title_style03:before,
h4.title_style03:after,
h5.title_style03:before,
h5.title_style03:after{
  display:none;
}
/*----------ラインマーカー----------*/
.marker{
  background:linear-gradient(transparent 60%, #ffff93 60%);
}

@media screen and (max-width:640px) {
.search_disease_name{
  margin-bottom: 30px;
}
.search_list li{
  float: none;
  width: auto;
  margin-right: 0;
}
.search_wp{
  display: block;
}
.search_wp > *{
  width: 100%;
}
#contents{
  padding: 30px 0 0;
  width: auto;
  box-sizing: border-box;
}
#contents_left {
  float: none;
  width: 100%;
}
.breadcrumbs{
  width: 90%;
	max-width: 1200px;
	margin: 0 auto 20px;
}
.side_area {
  float: none;
  width: 100%;
  margin-top: 80px;
}  
.top_media_wrap .item {
    width: calc( 100% / 2 - 30px );
    margin: 0 15px 30px;
	padding: 0 0 50px;
}
}