@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://financial-field.com/wp/wp-content/themes/financial-field/assets/css/style-FF.css');
*{
	padding: 0;
	margin: 0;
	border:0;
}
html, body {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	height: auto;
}
body {
	font-size: 1.4rem;
    font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
	padding: 0;
	margin: 0;
	width:100%;
	color:#000;
	line-height:1.6;
	letter-spacing: 0.04rem;
}
img{
	max-width: 100%;
    height: auto;
}
h3.contentText{
	display: block;
	color: #000000 !important; 
	padding-left: 14px; 
	border-left: 4px solid #0c5ed4; 
	font-size: 18px !important; 
	font-weight: 600; 
	line-height: 1.5;
	margin-top: 38px !important;
	
}


/*----------------------------------------


 link
 
 
----------------------------------------*/	
a {
  color: #319ee4;
  text-decoration:none;
  border:none;
}
a:hover {
	opacity:0.7;
    text-decoration:none;
	transition: all .5s;
}
a img.hover {
transition: opacity 1s ease-out;
}
/*----------------------------------------


header


----------------------------------------*/
header{
	position: fixed;
	background: #fff;
	width: 100%;
	z-index:100 !important;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.47);
}
header .logo {
	display: flex;
	align-items: flex-end;
}
header .logo .logo-ff {
    margin-right: 1rem;
}
header .logo .text-pr {
	font-size: 14px;
}
@media (max-width: 767px){
	header .logo .text-pr {
		font-size: 10px;
	}
}
header .inner{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px 0 0;
	background: #fff;
	width:96%;
}
header h1{
    margin: 0 auto;
    padding: 0 0 10px;
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #666;
	font-weight: normal;
}
/*----------------------------------------


nav


----------------------------------------*/
nav.gNav{
	position: relative;
	width:100%;
}
nav.gNav ul{
	display: flex;
	justify-content:space-between;
	margin: 0 0;
	list-style: none;
}
nav.gNav ul li{
	margin: 0 ;
	padding: 10px 0;
}
nav.gNav ul li a{
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	padding-left: 20px;
	color: #319ee4;
	font-weight: bold;
	font-size: 1.6rem;
}
nav.gNav ul li:nth-child(1) a{
	background-image: url("../images/ico01.svg");
}
nav.gNav ul li:nth-child(2) a{
	background-image: url("../images/ico03.svg");
}
nav.gNav ul li:nth-child(3) a{
	background-image: url("../images/ico04.svg");
}
nav.gNav ul li:nth-child(4) a{
	background-image: url("../images/ico05.svg");
}
nav.gNav ul li:nth-child(5) a{
	background-image: url("../images/ico06.svg");
}
nav.gNav ul li:nth-child(6) a{
	background-image: url("../images/ico07.svg");
}
nav.gNav ul li:nth-child(7) a{
	background-image: url("../images/ico08.svg");
}

/*----------------------------------------


breadcrumb


----------------------------------------*/	
.breadcrumb{
	max-width: 1200px;
	width: 100%;
	margin: 15px auto;
	font-size: 1.3rem;
}
/*----------------------------------------


wrap


----------------------------------------*/
.container {
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 96%;
	margin: 0 auto;
	padding-top: 120px;
}
main {
	width: 68%;
	max-width: 800px;
	display: block;
	margin-top: 40px;
}
.side {
	width: 30%;
	max-width: 340px;
	display: block;
	margin-top: 40px;
}
article .inner {
	width: 100%;
}
/*----------------------------------------


.footer


----------------------------------------*/	
.footer {
	width: 100%;
	background:#c6c6c6;
	margin-top: 150px;
	}
.footer .inner{
	max-width: 1200px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 96%;
	margin: 0 auto;
	padding:40px 0;
	}
.footer .inner .foot_list{
	padding-right:10%;
	min-width: 110px;
	margin-bottom: 40px;
	}
.footer .inner .foot_list h3{
	white-space: nowrap;
	}
.footer .inner .foot_list h3 a{
	color: #444444;
	}
.footer .inner .foot_list ul{
	margin-top: 5px;
	list-style: none;
	}
.footer .inner .foot_list ul li{
	font-size: 1.2rem;
	padding-bottom: 5px;
	}
.footer .inner .foot_list ul li a{
	color: #000;
	}
.footer .inner .foot_list ul li p{
	margin-bottom: 0;
}

/*共通footer*/
#footer {
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
    width: 100%;
    font-size: 1em;
    line-height: 1.6;
    background-color: #333;
    color: #fff;
    z-index: 1000;
	padding-top: 10px;
    box-shadow: 0 8px 1px -7px rgba(0,0,0,.1) inset;
}
#footer-menu {
    display: block;
    margin: 0 auto;
    padding: 0;
    clear: both;
    width: 100%;
    max-width: 1200px;
}
#footer-nav {
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}
#footer-nav ul {
    clear: both;
    margin: 0;
    text-align: left;
	list-style: none;
}
#footer-nav ul li {
    margin-right: 28px;
    display: inline-block;
}
#footer a {
    color: #fff;
}
#footer aa:link, #footer aa:visited {
    color: #33bad2;
}
#footer p {
    margin-bottom: 0;
}
.bottom .logo {
    text-align: center;
}
.copyright {
    margin: 10px;
    text-align: center;
    width: auto;
}
.copyright img {
    width: 300px !important;
	height: 50px;
}
/*----------------------------------------


list


----------------------------------------*/
ol,
ul.disc{
	margin-left:25px; 
}
ul.disc li{
	list-style: disc outside;
}
.writer_comment_area .writer_comment ul,
.top_article_contents_area ul,
.article_list_contents ul,
.article_list_contents ul,
.cate_article_area .article_contents ul{
	margin-left: 20px;
}
p span{
	vertical-align: baseline;
}
/*----------------------------------------


flex


----------------------------------------*/
.col{
	display: flex;
}
.cols_3 li{
	width: calc(33.333% - 10px);
}
/*----------------------------------------


title


----------------------------------------*/
.line{
	border-bottom: 5px solid #6dc4fc;
	padding-bottom: 10px;
	color: #1459e5;
	margin-bottom: 20px;
}
/*----------------------------------------


記事一覧


----------------------------------------*/
.news_list_area{
	margin-top: 70px;
}
.news_list_area.cate_article_area{
	margin-top: 0;
}
.news_list_area h2{
	font-size: 1.6rem;
}
.news_article_area .date{
	color: #666;
	text-align: right;
}
.news_list_area .date{
	font-size: 1.3rem;
	padding: 10px 0 5px;
}
.news_list_area ul{
	flex-wrap: wrap;
	list-style: none;
}
.news_list_area li{
	margin-left: 15px;
	margin-bottom: 40px;
}
.news_list_area figure{
	position: relative;
	height: 160px;
	overflow: hidden;
}
.news_list_area figure img{
	height: 160px;
	object-fit: cover;
}
.news_list_area li:nth-child(3n+1){
	margin-left: 0;
}
figure .ico_new{
	position: absolute;
	background: #fb003c;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.0;
	display: inline-block;
	padding: 5px 12px;
	top:0;
	left: 0;
}
.news_list_area li h3{
	font-weight: 400;
	font-size: 1.4rem !important;
}
.news_list_area .btn a{
	width: 280px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 1.6rem;
}
/*----------------------------------------


side


----------------------------------------*/
.side ul{
	background: #fff;
	border-radius: 5px;
	border:1px solid #e0e0e0;
	overflow: hidden;
	list-style: none;
}
.side ul li p{
	margin-bottom: 0;
}

/*----------------------------------------


cate_list_area


----------------------------------------*/
.cate_list_area h2{
	background: #5889eb;
	padding: 15px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 1.8rem;
	margin-block-end: 0;
}
.cate_list_area ul{
	background: #e5f0fd;
	padding: 15px;
	border-radius: 0 0 5px 5px;
	list-style: none;
}
.cate_list_area ul li{
	margin-bottom: 10px;
}
.cate_list_area ul li a{
	display: block;
	padding: 15px;
	background: #fff;
	color: #319ee4;
	font-size: 1.5rem;
}
.cate_list_area ul li a span{
	font-size: 1.8rem;
	vertical-align: baseline;
}
/*----------------------------------------


side_list_area


----------------------------------------*/
.side_list_area{
	margin-top: 40px;
}
.side_list_area h2{
	padding-left: 5px;
	line-height: 1.3;
	margin-bottom: 10px;
	border-left: 5px solid #6dc4fc;
	font-size: 1.5rem;
}
.side_list_area ul li{
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}
.side_list_area ul li:last-child{
	border-bottom: none;
}
.side_list_area ul li a{
	display: block;
	padding: 15px 40px 15px 15px;
	background-color: #fff;
}
.side_list_area ul li::after{
	position: absolute;
	content: "";
	right:15px;
	top:40%;
	width: 10px;
	height: 10px;
	border-top:1px solid #1c9ee4;
	border-right:1px solid #1c9ee4;
	transform: rotate(45deg);
}
/*----------------------------------------


side_ph_list_area


----------------------------------------*/
.side_ph_list_area ul li{
	display: flex;
	padding: 10px 40px 10px 10px;
}
.side_ph_list_area ul li figure{
	width: 54px;
	height: 54px;
	overflow: hidden;
	margin-right: 6px;
}
.side_ph_list_area ul li a{
	display: block;
	padding: 0;
	width: calc(100%);
}
.side_ph_list_area ul li .txt{
	width: calc(100% - 60px);
}
.side_ph_list_area ul li figure img{
	width: 54px;
	height: 54px;
	object-fit: cover;
}
.side_list_area ul li a{
	position: relative;
	display: block;
}
/*----------------------------------------


btn


----------------------------------------*/
.btn{
}
.btn a{
	display: block;
}
.btn .round50_btn{
	border-radius: 100px;
	text-align: center;
}
.btn .round10_btn{
	border-radius: 10px;
    text-align: center;
    border: 2px solid #fff;
    -webkit-box-shadow: 2px 4px 4px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 4px 4px 0px rgba(0,0,0,0.4);
    box-shadow: 2px 4px 4px 0px rgba(0,0,0,0.4);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
    transition: .4s;
}
.btn .blue_btn{
	color: #fff;
	text-align: center;
	background: linear-gradient(135deg, #49bee7, #0f95e3);
}
.btn .orange_btn{
	color: #fff;
	text-align: center;
	background: linear-gradient(135deg, #fc9c08, #fa7802);
}
.triangle_icon {
    padding: 10px 0 0 25px;
    min-height: 25px;
    background: url(https://financial-field.com/pharmacist-compare/wp/wp-content/themes/theme_yakuzai/aseets/images/action_btn_arrow.svg) no-repeat;
    background-position: 0px 90%;
    background-size: 20px auto;
    letter-spacing: 1.4px;
}
/*----------------------------------------


bg


----------------------------------------*/
.bg_color_area{
	border-radius: 5px;
	background: #e5f0fd;
	padding: 40px;
}
.btn a{
	display: block;
}
.btn .round50_btn{
	border-radius: 100px;
	text-align: center;
}
.btn .round10_btn{
	border-radius: 10px;
	text-align: center;
}
.btn .blue_btn{
	color: #fff;
	text-align: center;
	background: linear-gradient(135deg, #49bee7, #0f95e3);
}

.pagenation{
	text-align: center;
	margin-top: 50px;	
}
.pagenation span a,
.pagenation span.active {
	display: inline-block;
    background-color: #fff;
    border: solid 1px #1c9ee4;
    color: #1c9ee4;
    border-radius: 2px;
	padding: 5px 10px;
	margin: 0 3px;
}
.pagenation span.active {
    background-color: #1c9ee4;
    border: solid 1px #1c9ee4;
    color: #fff;
    border-radius: 2px;
}
.pagenation span a:hover {
  background-color: #1c9ee4;
  color: #fff;
}


/*----------------------------------------


Mr. Fukuhara request for Enclosure


----------------------------------------*/
.encl_fc9595{
	position: relative;
	padding: 1em 1.5em;
	margin: 2em 0;
	border: solid 3px #fc9595;
	border-radius: 8px;
	color: #000000;
}

.enclSpan_ff7373{
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 10px;
	line-height: 1;
	font-size: 1em;
	background: #ffffff;
	color: #ff7373;
	font-weight: bold;
}
.encl_fffad9{
	position: relative;
	padding: 1em 1.5em;
	margin: 2em 0;
	border: solid 3px #fffad9;
	border-radius: 8px;
	color: #000000;
	background: #ffffe8;
}
.enclSpan_488ec4{
	margin-left: 8px; 
	padding: 6px 10px; 
	background: #488ec4; 
	color: #fff; 
	font-weight: bold; 
	border-radius: 5px;
}
.encl_488ebd{
	border: 2px dotted #488ebd;
	padding: 35px 14px 14px 14px;
	border-radius: 8px;
	line-height: 170%;
	background: #fff;
}
.encl_009ac7{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0, 167, 216)), to(rgb(0, 154, 199))); padding-top: 10px; padding-left: 14px; padding-bottom: 6px; width: auto; font-weight: bold; color: rgb(255, 255, 255);
}
.tdBlueGrad{
	background:linear-gradient(rgb(0, 167, 216), rgb(0, 154, 199)); border: 1px solid rgb(0, 80, 218); text-align: center; vertical-align: middle; font-weight: bold; color: rgb(255, 255, 255); width: 100%
}
.tdWidth35{
	background: rgb(242, 242, 242); border: 1px solid rgb(204, 204, 204); padding: 5px; text-align: center; vertical-align: middle; width: 35%;
}
.tdWidth65{
	border: 1px solid rgb(204, 204, 204); padding: 5px; text-align: center; vertical-align: middle; width: 65%;
}
.tdWidth40{
	background: #fcfcfc none repeat scroll 0% 0%; border: 1px solid rgb(204, 204, 204); padding: 5px; text-align: center; vertical-align: middle; width: 40%;
}
.tdWidth60{
	border: 1px solid rgb(204, 204, 204); padding: 5px; text-align: center; vertical-align: middle; width: 60%;
}
.hrWhite{
	display: block; margin: 0;padding: 0;line-height: 1.7;border: none; color: #fff;
}
.hrBlue{
	margin: 0 !important;display: block; border-top: 0.5px solid rgb(5, 161, 207); border-right: none; border-bottom: none; border-left: none; border-image: initial; height: 1.5px; color: rgb(255, 255, 255); width: 100%;
}
.hrDotted{
	margin: 0;display: block; border-color: rgb(204, 204, 204) currentcolor currentcolor; border-style: dashed none none; border-width: 0.5px medium medium; border-image: none 100% / 1 / 0 stretch; height: 1.5px; color: rgb(255, 255, 255); width: 100%;
}

@media only screen and (min-width:768px) {
	body{
		overflow: inherit!important;
	}
    .sp{
        display:none !important;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
    nav.gNav{
        display: block !important;
    }
}
@media only screen and (max-width:1050px) {
    nav.gNav ul{
        margin: 0 0;
    }
    nav.gNav ul li a{
        font-size: 1.5rem;
    }
}
@media only screen and (max-width:900px) {
    main ,.side  {
        width: 100%;
        max-width: 100%;
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .pc{
        display:none !important;
    }
    /*----------------------------------------


    header


    ----------------------------------------*/
    header{
        position: fixed;
        background: #fff;
        width: 100%;
        z-index:100 !important;
        box-sizing: border-box;
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.47);
    }
	header .logo  {       
        margin:5px auto 10px 50px;
		justify-content: center;
    }
	
	header .logo .logo-ff {
        width: 152px;
    }
	
    header .inner{
        position: relative;
        width: 100%;
		padding:0;
    }
    header h1{
        display: none;
    }
    /*----------------------------------------


    nav


    ----------------------------------------*/
    nav.gNav{
        position:fixed;
        display: none;
        padding: 20px 7% 20px;
        box-sizing: border-box;
        height: 90%;
        background:#fff;
        z-index: 10000;
        overflow-y: auto;
    }
    nav.gNav ul{
        display: block;
		padding-bottom:20px;
    }
    nav.gNav ul li{
        padding: 10px 0;
    }
    nav.gNav ul li a{
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
        padding-left: 20px;
        color: #003aa0;
        font-weight: bold;
        font-size: 1.5rem;
    }
	.navBtnArea{
        position: absolute;
        width: 50px;
        height: 70px;
        top:0;
        left:0;
        text-align:center;
    }
    .navBtn{
        position:absolute;
        top:0;
        left:7%;
        cursor:pointer;
        width: 35px;
        height: 45px;
        border-radius: 50%;
    }
    .icon-animation span {
        width: 26px;
        height: 3px;
        display: block;
        background: #003aa0;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -1px;
        margin-left: -11px;
        transition: all 0.3s;
        transform: rotate(0deg);
    }
    .icon-animation .top {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    .icon-animation .bottom {
        transform: translateY(8px);
    }
    .is-open .middle {
        background: rgba(51, 51, 51, 0);
    }
    .is-open .top {
        transform: rotate(-45deg) translateY(0px);
        background: #003aa0 !important;
    }
    .is-open .bottom {
      transform: rotate(45deg) translateY(0px);
      background: #003aa0 !important;
      width: 26px;
    }
    /*----------------------------------------


    breadcrumb


    ----------------------------------------*/	
    .breadcrumb{
        width: 100%;
        margin: 0 0;
    }
    /*----------------------------------------


    wrap


    ----------------------------------------*/
    .container {
        display: block;
        width: 94%;
        margin: 0 auto;
        padding-top: 70px;
    }
    main {
        width: 100%;
        margin-top: 40px;
    }
    .side {
        width: 100%;
        margin-top: 40px;
    }
    article .inner {
        width: 100%;
    }
    /*----------------------------------------


    .footer


    ----------------------------------------*/	
    .footer {
        position:fixed;
        display: none;
		top:0;
		left: 0;
        padding: 80px 0 20px;
        box-sizing: border-box;
        height: 100%;
        background:#fff;
        z-index: 99;
		margin:0 0 0 0;
        overflow-y: auto;
        }
    .footer .inner{
        max-width: 1200px;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding:0 7% 0;
        }
    .footer .inner .foot_list{
        padding-right:0;
        margin-bottom: 40px;
        }
    .footer .inner .foot_list h3{
        color: #00a5d9;
		font-size: 1.6rem;
        }
    .footer .inner .foot_list h3 a{
        color: #00a5d9;
        }
    .footer .inner .foot_list ul{
    margin-top: 5px;
        list-style: none;
        }
    .footer .inner .foot_list ul li{
        font-size: 1.4rem;
		border-bottom: 1px solid #e0e0e0;
        }
    .footer .inner .foot_list ul li a{
        display: block;
        color: #319ee4;
        padding: 10px 0 10px 0;
	}
    .footer .inner .foot_list ul.foot_cate_list li a{
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 15px 15px;
		padding-left: 20px;
		padding-left: 20px;
        color: #319ee4;
    }
    .footer .inner .foot_list ul.foot_cate_list li:nth-child(1) a{
        background-image: url("../images/ico01.svg");
    }
    .footer .inner .foot_list ul.foot_cate_list li:nth-child(2) a{
        background-image: url("../images/ico03.svg");
    }
    .footer .inner .foot_list ul.foot_cate_list li:nth-child(3) a{
        background-image: url("../images/ico04.svg");
    }
    .footer .inner .foot_list ul.foot_cate_list li:nth-child(4) a{
        background-image: url("../images/ico05.svg");
    }
    .footer .inner .foot_list ul.foot_cate_list li:nth-child(5) a{
        background-image: url("../images/ico06.svg");
    }
    .footer .inner .foot_list ul.foot_cate_list li:nth-child(6) a{
        background-image: url("../images/ico07.svg");
    }
    .footer .inner .foot_list ul.foot_cate_list li:nth-child(7) a{
        background-image: url("../images/ico08.svg");
    }
    .footer .inner .foot_list ul.foot_cate_list li p{
        margin-bottom: 0;
    }
	.foot_default{
		background: #e0e0e0;
		padding: 30px 7%;
	}
	.foot_default ul{
		list-style: none;
	}
	.foot_default li a{
		display: block;
		padding: 5px 0;
		color: #000;
	}

    /*共通footer*/
    #footer {
        display: block;
        margin: 120px 0 0 0;
        padding: 0;
        clear: both;
        width: 100%;
        font-size: 1em;
        line-height: 1.6;
        background-color: #fff;
        color: #fff;
        z-index: 1000;
        padding-top: 10px;
        box-shadow: 0 8px 1px -7px rgba(0,0,0,.1) inset;
    }
    #footer-menu {
        display: block;
        margin: 0 auto;
        padding: 0;
        clear: both;
        width: 100%;
    }
    #footer-nav {
        padding: 0 10px;
    }
    #footer-nav ul {
    }
    #footer-nav ul li {
        margin-right: 0;
        display: block;
		border-bottom: 1px solid #ccc;
    }
    #footer a {
        line-height: 1;
        padding: 15px 0;
        display: block;
		color: #323232 !important;
    }
    #footer a:link, #footer a:visited {
        color: #33bad2;
    }
    #footer p {
        margin-bottom: 0;
    }
    .bottom .logo {
        text-align: center;
    }
    .copyright {
		color: #323232 !important;
    }
    .copyright img {
        display: none;
    }    
    /*----------------------------------------


    list


    ----------------------------------------*/
    ol,
    ul.disc{
        margin-left:25px; 
    }
    ul.disc li{
        list-style: disc outside;
    }
    /*----------------------------------------


    flex


    ----------------------------------------*/
    .col{
        display: block;
    }
    .cols_3 li{
        width: 100%;
    }
    /*----------------------------------------


    title


    ----------------------------------------*/
    .line{
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    /*----------------------------------------


    記事一覧


    ----------------------------------------*/
    .news_list_area{
        margin-top: 70px;
    }
    .news_list_area.cate_article_area{
        margin-top: 0;
    }
    .news_list_area h2{
        font-size: 1.5rem;
    }
    .news_article_area .date{
        color: #666;
        text-align: right;
	    padding: 10px 0 5px;
    }
    .news_list_area .date{
        font-size: 1.2rem;
        padding: 0 0 0;
		margin-bottom: 0;
    }
    .news_list_area li{
		display: flex;
        justify-content: space-between;
        margin-left: 0;
        margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e0e0e0;
    }
    .news_list_area .txt{
		width: calc(100% - 120px);
    }
    .news_list_area figure{
		width: 100px;
        height: 100px;
		margin-bottom: 0;
    }
    .news_list_area figure img{
        height: 100px;
    }
    .news_list_area li h3{
        font-weight: 400;
        font-size: 1.4rem !important;
    }
    .news_list_area .btn a{
        width: 70%;
		max-width: 280px;
        padding: 10px 0;
        font-size: 1.4rem;
    }
    figure .ico_new{
        font-size: 1.0rem;
        padding: 2px 5px;
    }
    /*----------------------------------------


    side


    ----------------------------------------*/
    .side ul{
        background: #fff;
        border-radius: 5px;
        border:1px solid #e0e0e0;
        overflow: hidden;
        list-style: none;
    }
    .side ul li p{
        margin-bottom: 0;
    }

    /*----------------------------------------


    cate_list_area


    ----------------------------------------*/
    .cate_list_area{
		margin-bottom: 40px;
    }
    .cate_list_area h2{
        padding: 12px;
        font-size: 1.6rem;
    }
    .cate_list_area ul{
        padding: 12px;
        background: #e5f0fd;
        border-radius: 0 0 5px 5px;
    }
    .cate_list_area ul li{
        margin-bottom: 7px;
    }
    .cate_list_area ul li a{
        padding: 7px 10px;
        font-size: 1.4rem;
    }
    .cate_list_area ul li a span{
        font-size: 1.6rem;
        vertical-align: baseline;
    }
    /*----------------------------------------


    side_list_area


    ----------------------------------------*/
    .side_list_area{
        margin-top: 40px;
    }
    .side_list_area h2{
        padding-left: 5px;
        line-height: 1.3;
        margin-bottom: 20px;
        border-bottom: 5px solid #6dc4fc;
        border-left: none;
        font-size: 1.5rem;
		padding-bottom: 10px;
		color: #1459e5;
    }
    .side_list_area ul li:last-child{
        border-bottom: none;
    }
    .side_list_area ul li a{
        display: block;
        padding: 15px 40px 15px 15px;
        background: #fff;
    }
    .side_list_area ul li::after{
        position: absolute;
        content: "";
        right:15px;
        top:40%;
        width: 10px;
        height: 10px;
        border-top:1px solid #1c9ee4;
        border-right:1px solid #1c9ee4;
        transform: rotate(45deg);
    }
    /*----------------------------------------


    side_ph_list_area


    ----------------------------------------*/
    .side_ph_list_area ul,
	.side_ph_new_list_area ul{
        border: none;
    }
    .side_ph_list_area ul li,
	.side_ph_new_list_area ul li{
        display: flex;
        justify-content: space-between;
        margin-left: 0;
        margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e0e0e0;
    }
    .side_ph_list_area ul li,
	.side_ph_new_list_area ul li{
        padding: 0 0 15px;
    }
    .side_ph_list_area ul li a,
	.side_ph_new_list_area ul li a{
        display: flex;
        align-items: center;
        padding: 0;
    }
    .side_ph_list_area ul li figure,
	.side_ph_new_list_area ul li figure{
        width: 100px;
        height: 100px;
		margin-bottom: 0;
        margin-right: 0;
    }
	.side_ph_list_area .txt,
    .side_ph_new_list_area .txt{
		width: calc(100% - 120px) !important;
    }
    .side_ph_list_area ul li figure img,
	.side_ph_new_list_area ul li figure img{
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    .side_ph_list_area ul li::after,
	.side_ph_new_list_area ul li::after{
        display: none;
    }
    .side_ph_list_area ul li .date,
	.side_ph_new_list_area ul li .date{
		color: #666;
        font-size: 1.2rem;
        padding: 0 0 0;
		margin-bottom: 0;
    }
    /*----------------------------------------


    btn


    ----------------------------------------*/
    .btn{
    }
    .btn a{
        display: block;
    }
    .btn .round50_btn{
        border-radius: 100px;
        text-align: center;
    }
    .btn .round10_btn{
        border-radius: 10px;
        text-align: center;
    }
    .btn .blue_btn{
        color: #fff;
        text-align: center;
        background: linear-gradient(135deg, #49bee7, #0f95e3);
    }
    .btn .orange_btn{
        color: #fff;
        text-align: center;
        background: linear-gradient(135deg, #fc9c08, #fa7802);
    }
    /*----------------------------------------


    bg


    ----------------------------------------*/
    .bg_color_area{
        border-radius: 5px;
        background: #e5f0fd;
        padding: 15px;
    }
    .btn a{
        display: block;
    }
    .btn .round50_btn{
        border-radius: 100px;
        text-align: center;
    }
    .btn .round10_btn{
        border-radius: 10px;
        text-align: center;
    }
    .btn .blue_btn{
        color: #fff;
        text-align: center;
        background: linear-gradient(135deg, #49bee7, #0f95e3);
    }
    .pagenation{
        margin-top: 30px;

    }
    .pagenation span a,
    .pagenation span.active {
        font-size: 1.3rem;
		padding: 5px 7px;
		margin: 0 2px;
    }
}

/*=============== go to top ================*/
.gototop {
    width: 48px;
    height: 48px;
    color: #5392d4;
    text-align: center;
    background: #fff;
    border: 1px solid #5392d4;
    cursor: pointer;
    opacity: .75;
    transition: .25s;
    line-height: 48px;
    position: fixed;
    right: 2em;
    bottom: 64px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 4px 4px -4px rgb(0 0 0 / 10%);
    transition: all .25s;
    transform: translateY(-8px);
    visibility: hidden;
    opacity: 0;
}

.gototop:hover {
    background: #5392d4;
    color: #fff;
}

.gototop.active {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.gototop i{
    line-height: 48px;
}
.gototop .fa-chevron-up:before {
    content: "\f077" !important;
}

/*=========== Related Post ==================*/
.box-related{
	margin: 20px 0;
}
.box-related .title {
	padding: 10px 15px 7px;
	font-size: 18px !important;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #5392d4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0;
}
.box-related ul {
	margin: 0 !important;
	padding: 0 20px 0 10px !important;
	border: 3px solid #5392d4;
}
.box-related ul li{
	margin: 6px 0;
	list-style: disc !important;
}
.box-related ul li a{
	color: #319ee4;
	font-size: 14px;
}
.box-related ul li a:hover{
	color: #0056b3;
    opacity: .7;
	transition: all 0.3s;
}
