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

.sp,.spnavi{
	display:none !important;
}

.grecaptcha-badge{
	display:none;
}
.form_page .grecaptcha-badge{
	display: block !important;
	bottom:130px !important;
}

.anchor{
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    float: left;
    clear: both;
}

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
    font-family:"Yu Gothic medium", "游ゴシック medium", YuGothic, "游ゴシック体", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ",Meiryo, "sans-serif"; 
	font-weight: 300;
	width:100%;
	height:100%;
	margin:0;
    animation: fadeIn 0.8s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.8s ease 0s 1 normal;
}

/*アニメーション要素のスタイル*/
.fade{
	opacity : 0;
	visibility: hidden;
    transition: 1.0s;
    transition-delay: 0.2s;
	transform: translateY(80px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* top movie */
#topimg  {
    display: flex;
    height: 100vh;
    min-height: 100%;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
    overflow: hidden;
}

#toppage #topimg .slides{
    display: block;
    position: relative;
    width: 100% !important;
    height: 100%;
    min-height: 100vh;
    object-fit: cover !important;
    object-position: top center;
    z-index: 0 !important;
}
#toppage #topimg .slides img{
    display: block;
    position: relative;
    width: 100% !important;
    height:  100%;
    min-height: 100vh;
    object-fit: cover !important;
    object-position: top center;
}
.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}

.slide-image:nth-child(1) {
  background-image: url(../images/top01.jpg);
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
  background-image: url(../images/top02.jpg);
  animation-delay: 6s;
}

.slide-image:nth-child(3) {
  background-image: url(../images/top01.jpg);
  animation-delay: 14s;
}

.slide-image:nth-child(4) {
  background-image: url(../images/top02.jpg);
  animation-delay: 22s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}

.top_copy{
    display: block;
    position: absolute;
    mix-blend-mode:normal;
    width: 22%;
    height: auto;
    max-width: 250px;
}

img{
	display: block;
	max-width: 100%;
	height: auto;
	border:0;
	border-style:none;
}

a{
	word-break: break-all !important;
}

a img {
	border:0;
    border-style:none;
}

header ul {
	list-style:none;
}

header{
	display: block;
	position: fixed;
	width: 100%;
	height: 120px;
	margin: 0 !important;
	top:0;
	z-index: 20;
    transition: 0.3s;
}
#secondary header{
	height: 120px;
    background-color: #fff;
}

footer{
	display: block;
	width: 100%;
    color: #fff;
    background-color: #000;
    padding: 60px 0 0 0;
	margin: 0 0 0 0;
	float: left;
	clear: both;
}

#logo a{
    display: inline;
    position: absolute;
    text-decoration: none;
    width: 477px;
    height: auto;
    z-index: 1011 !important;
    top:22px;
    left: 42px;
    transition: 0.8s;
    cursor: pointer;
}
#logo a:hover{
    filter:alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
    transition: 0.3s;
}
#logo .logo_w{
    display: block;
    position: absolute;
    width: 477px;
    height: auto;
    opacity: 1.0;
    transition: 0.3s;
}
#toppage #logo .logo_w.fixed{
    opacity: 0;
    transition: 0.3s;
}
#secondary #logo .logo_w{
    display: none !important;
}

nav{
    position: absolute;
    width: 100%;
}
#gnavi{
    display: flex;
    position: absolute;
    width: 320px !important;
    height: 185px;
    justify-content: space-between !important;
    top:38px;
    right: 45px;
    z-index: 1000;
    transition: 0.3s;
}

#gnavi li{
    display: block;
    width: 44px !important;
    height: 185px;
    background-color: #efe2c2;
    padding: 0 !important;
    margin: 0;
    transition: 0.2s;
    overflow: hidden;
}
#gnavi li a{
    display: block;
    width: 44px;
    height: 185px;
    color: #000;
    padding: 0;
    background-image: url("../images/ro.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 0;
    transition: 0.3s;
}
#gnavi li a:hover{
    background-image: url("../images/ro.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 0.3s;
}
header.fixed #gnavi li img{
    display: block;
    transition: 0.3s;
}

#hnavi{
    display: flex;
    position: absolute;
    width: 85px;
    height: 35px;
    justify-content: space-between;
    top:37px !important;
    right: 400px;
    transition: 0.5s;
}
#hnavi li{
    display: block;
    width: 35px;
    height: 35px;
    transition: 0.5s;
}
#hnavi li a{
    display: block;
    width: 35px;
    height: 35px;
    transition: 0.15s;
}
#hnavi li img{
    background-color: #fff;
    transition: 0.15s;
}
#hnavi li img:hover{
    background-color: #999;
    transition: 0.3s;
}
#hnavi li a:hover{
    transition: 0.15s;
}

.cnavi{
    display: block;
    position: fixed;
    width: 360px;
    list-style: none;
    text-align: center;
    right: 65px !important;
    bottom:80px !important;
    z-index: 29;
}
#secondary .cnavi{
    display: none !important;
}
.cnavi>li{
    display: block;
    width: calc(100% - 30px);
    margin: 0;
    padding: 15px 25px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px !important;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.20)) !important;
}
.cnavi02 a{
    display: block;
}
.cnavi li ul>li{
    list-style: none;
    background-color: #fff;
    font-size: 0.75rem !important;
}
.cnavi02{
    background-color: #f4edd9 !important;
}
.cnavi li strong{
    display: block;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.1rem;
    line-height: 110% !important;
    font-weight: normal;
}
.cnavi .tel a{
    pointer-events: none;
    text-decoration: none;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.9rem;
    line-height: 170%;
    color: #87613a;
    padding-left: 25px;
    background-image: url("../images/tel.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 25px;
}
.cnavi .form_bt{
    width: 230px;
    margin: 10px auto 0 auto;
    background-color: #fff !important;
}
.cnavi .form_bt a{
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding: 8px 0;
    background-color: #a71527;
    background-image: url("../images/tri_w.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    transition: 0.2s;
}
.cnavi .form_bt a:hover{
    background-color: #E85B6D;
    transition: 0.2s;
}


header.fixed{
	height: 60px !important;
    background-color: #fff;
    filter: drop-shadow(0 3px 30px rgba(0,0,0,0.10));
    transition: 1.0s;
}

header.fixed #logo a{
    display: inline;
    position: absolute;
    text-decoration: none;
    width: 300px;
    height: auto;
    z-index: 1011;
    top:5px;
    left: 35px;
    transition: 1.2s;
    cursor: pointer;
}

header.fixed #gnavi{
    display: flex;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
    position: absolute;
    width: auto !important;
    height: 50px !important;
    justify-content: flex-end !important;
    top:18px;
    right: 20px;
    z-index: 1000;
    transition: 0.3s;
}

header.fixed #gnavi li{
    display: inline;
    width: initial !important;
    height: 25px !important;
    background-color: transparent !important;
    padding: 0 9px !important;
    margin: 0;
    transition: 0.2s;
}
header.fixed #gnavi li a{
    display: inline;
    width: initial !important;
    font-size: 1.0rem;
    color: #000;
    text-decoration: none;
    padding: 0 15px 0 0;
    background-image: url("../images/tri.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    transition: 0.5s;
}
header.fixed #gnavi li a:hover{
    color: #D90000 !important;
    transition: 0.2s !important;
}
header.fixed #gnavi li img{
    display: none;
    transition: 0.3s;
}

header.fixed #hnavi{
    display: none;
    transition: 0.5s;
}

.copyright{
	display: block;
	width:100%;
    max-width: 1150px;
    text-align: right !important;
	font-size:0.6rem;
    color: #fff !important;
	padding: 0;
	margin:30px auto 60px auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
	float: none;
	clear: both;
}

/*footer*/
footer .block{
    display: table;
    width: 90%;
    max-width: 1150px;
    margin: 0 auto 0 auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
}
footer .block .address{
    display: table-cell;
    width: 330px;
    font-size: 0.8rem;
    line-height: 180%;
    letter-spacing: 0.5px;
    vertical-align: top !important;
}
footer .block .address .tel a{
    pointer-events: none;
    text-decoration: none !important;
}
footer .block .address img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
footer .block .fnavi_area{
    display: inline;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    float: right;
}
footer .block .fnavi{
    display: block;
    font-size: 0.8rem;
    line-height: 190%;
    font-weight: 300;
    margin-left: 35px;
    float: left;
}
footer .block .fnavi p{
    display: block;
    width: 100%;
    margin-bottom: 24px;
    clear: both;
}
footer .block .fnavi p span{
    font-size: 0.7rem !important;
    line-height: 180% !important;
}
footer .block .fnavi a,
footer .block .fnavi2 a{
    color: #fff;
    text-decoration: none;
}
footer .block .fnavi a:hover,
footer .block .fnavi2 a:hover{
    color: #999;
}
footer .block .fnavi2{
    display: inline;
    font-size: 0.7rem;
    line-height: 190%;
    font-weight: 300;
    float: right;
    clear: both;
}


.logo2_area{
    display: block;
    position: relative;
    width: 355px;
    height: auto;
    margin: 0 0 0 0 !important;
    z-index: 10;
    transition: 0.2s;
    float: left;
}
#logo2 a{
    display: block;
    width: 336px;
    height: auto;
    transition: 0.2s;
    margin-bottom: 25px;
    float: left;
    clear: both;
}
#logo2 a:hover{
    filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
    transition: 0.3s;
}
.address{
    display: block;
    width: 100% !important;
    font-size: 0.85rem !important;
    color: #ccc;
    padding-left: 2px;
    margin-bottom: 15px;
    float: left;
    clear: both;
}
.address a{
    color: #ccc;
}
.address a:hover{
    text-decoration: none;
    color: #fff;
}


.totop{
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    right: 30px;
    bottom:40px;
    filter: drop-shadow(0 4px 5px rgba(0,0,0,0.20));
    z-index: 30;
}
.totop a{
    display: block;
    background-color: #756a57;
    transition: 0.3s;
}
.totop a:hover{
    display: block;
    background-color: #9D8E74;
    transition: 0.2s;
}

#sns{
    display: flex;
    width: 58px;
    height: 25px;
    justify-content: space-between;
    margin-left: 2px;
    transition: 0.5s;
}
#sns li{
    display: block;
    width: 25px;
    height: 25px;
    transition: 0.5s;
}
#sns li a{
    display: block;
    width: 25px;
    height: 25px;
    transition: 0.3s;
}
#sns li a:hover{
    opacity: 0.6;
    transition: 0.3s;
}

/*マップ*/
.map_area{
    display: block;
    width: 100%;
    background-color: #000000;
    padding: 0;
    margin: 0;
    float: left;
    clear: both;
}
.map_area iframe,
.map_area object,
.map_area embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.map_area iframe:hover,
.map_area object:hover,
.map_area embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}


/*TOP　NEWS*/
#toppage #top_news_area{
    display: block;
    width: 100%;
    margin-top: -45px;
    background-color: #f4edd9;
    padding: 0 0 50px 0;
    clear: both;
    z-index: 10;
}
#toppage #top_news_area .block{
    display: table;
    position: relative;
    width: calc(90% - 70px);
    max-width: 1130px;
    color: #fff;
    padding: 25px 35px 25px 35px;
    margin: 0 auto 0 auto !important;
    background-color: #fff;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 11 !important;
}
#toppage #top_news_area .block dl{
    display: block;
    width: calc(100% - 35px) !important;
    color: #000;
    font-size: 1rem;
    line-height: 170%;
    padding: 25px 0 25px 35px;
    clear: both !important;
}
#toppage #top_news_area .block dl dt{
    display: block;
    width: 140px;
    padding: 0 0 0 45px;
    background-image: url("../images/news_tri.svg");
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    float: left;
    clear: left;
}
#toppage #top_news_area .block dl dt span{
    display: inline-block !important;
    width: 130px;
    font-size: 11px !important;
    line-height: 11px !important;
    text-align: center;
    padding: 6px 0 5px 0 !important;
    margin: 1px 20px 0 0 !important;
    vertical-align: top !important;
    float: right;
}

.category6{
    background-color: #D0E1F0;
}
.category7{
    background-color: #B5DDAB;
}
.category8{
    background-color: #E5D6AC;
}
.category9{
    background-color: #E5E5E5;
}
#toppage #top_news_area .block dl dd{
    display: block;
    width: calc(100% - 185px);
    word-break: break-all;
    margin-bottom: 10px;
    float: left;
}
#toppage #top_news_area .block dl dd:last-child{
    margin-bottom: 0 !important;
}
#toppage #top_news_area .block dl a{
    color: #000;
    text-decoration: none;
}
#toppage #top_news_area .block dl a:hover{
    text-decoration: none;
    color: #999;
}
#toppage #top_news_area .top_news_title{
    display: table-cell;
    width: 135px;
    vertical-align: middle;
    border-right: solid 1px #ccc;
}
#toppage #top_news_area .top_news_title strong{
    display: block;
    width:104px;
    height: 53px;
}
.to_news a{
    display: inline;
    text-decoration: none;
    text-align: right;
    font-size: 0.9rem;
    color: #000;
    padding-right: 18px;
    margin-top: 10px;
    background-image: url("../images/tri.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    float: right;
    clear: both !important;
}
.to_news a:hover{
    color: #999;
}

/*TOP　ご挨拶*/
#toppage #top_greeting_area{
    display: block;
    width: 100%;
    background-color: #f4edd9;
    padding: 70px 0 120px 0;
    background-image: url("../images/top_greeting_bg.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    clear: both;
    z-index: 10;
}

.top_greeting_title img{
    display: block;
    width: auto;
    height: 41px;
    margin: 0 auto 55px auto;
}

#toppage #top_greeting_area .block{
    display: block;
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 0 auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 11 !important;
}
#toppage #top_greeting_area .block .text{
    display: block;
    width: calc(100% - 320px);
    float: left;
}
#toppage #top_greeting_area .block .profile{
    display: block;
    width: 250px;
    float: right;
}

#toppage #top_greeting_area .block p{
    font-size: 1.1rem;
    line-height: 210%;
    text-align: justify;
    font-feature-settings: 'palt' !important;
    letter-spacing: 2px;
    margin-bottom: 35px;
}
#toppage #top_greeting_area .block .profile p{
    display: block;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    width: calc(100% - 20px);
    text-align: center;
    font-size: 1.4rem;
    line-height: 200%;
    letter-spacing: 1px;
    padding: 0 10px;
    margin: 0 0 15px 0 !important;
}
#toppage #top_greeting_area .block .profile p span{
    font-size: 1.2rem !important;
}
#toppage #top_greeting_area .block .profile p rt{
    font-size: 0.55rem !important;
}
#toppage #top_greeting_area .block .profile img{
    margin-bottom: 15px;
    border-radius: 5px;
}
#toppage #top_greeting_area .block .to_profile{
    display: block;
    width: 210px !important;
    margin: 0 auto 8px auto;
}
#toppage #top_greeting_area .block .to_profile a{
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: #000;
	background-color: #fff;
    padding: 7px 0 7px 0 !important;
    background-image: url("../images/tri.svg");
    background-position: right+7px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    transition: 0.2s;
    border: solid 1px #666;
}
#toppage #top_greeting_area .block .to_profile a:hover{
    background-color: #F4E37A;
    transition: 0.2s;
}

/*TOP　事業内容*/
#toppage #top_service_area{
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 150px 0 150px 0;
    background-image: url("../images/top_service_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    clear: both;
    z-index: 10;
}

#toppage #top_service_area .block{
    display: block;
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 0 auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 11 !important;
}
.service_list{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
.service_list dt{
    display: block;
    width: 32%;
    max-width: 350px;
    float: left;
}
.service_list dt img{
    display: block;
    width: 100%;
    max-width: 350px;
    height: auto !important;
    float: left;
}
.service_list01 img{
    background-color: #E0935E;
    transition: 0.3s;
}
.service_list02 img{
    background-color: #699AD5;
    transition: 0.3s;
}
.service_list03 img{
    background-color: #BEAE77;
    transition: 0.3s;
}

.service_list01 img:hover{
    background-color: #E84400;
    transition: 0.3s;
}
.service_list02 img:hover{
    background-color: #176BD0;
    transition: 0.3s;
}
.service_list03 img:hover{
    background-color: #B58D04;
    transition: 0.3s;
}

.service_menu{
    display: block;
    font-size: 1.0rem;
    line-height: 200%;
    letter-spacing: 1px;
    padding: 30px 30px 0 30px;
}

.service_list hr{
    display: block;
    width: 100%;
    height: 60px;
    border:0;
    padding: 0;
    margin: 0;
    float: left;
    clear: both;
}

.service_list dd{
    display: block;
    width: calc(68% - 20px);
    float: right;
}
.service_list dd p{
    font-size: 1.1rem;
    line-height: 190%;
    margin: 10px 0 20px 0;
    text-align: justify;
}
.service_list dd p strong{
    display: block;
    height: 18px;
    /*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
    font-weight: 500;
    font-size: 1.4rem;
    font-feature-settings: 'palt' !important;
    letter-spacing: 1px;
}



/*CONTACT*/
#contact_area{
    display: block;
    width: 100%;
    text-align: center;
    padding: 65px 0 !important;
    background-image: url("../images/contact_bg.jpg");
    background-position: top center;
    background-size: cover;
    background-color: #000000;
    background-attachment: fixed;
    float: left;
    clear: both;
}
.top_contact_title img{
    display: block;
    width: auto;
    height: 41px;
    margin: 0 auto 28px auto;
}
#contact_area .block {
	width: calc(90% - 120px) !important;
    max-width: 1080px;
	height: auto;
    padding: 45px 60px 35px 60px !important;
    margin: 0 auto 0 auto !important;
    background-color: #efe2c2;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
#contact_area .text p{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
    font-size: 1.15rem;
    line-height: 190%;
    font-feature-settings: 'palt';
    letter-spacing: 1.5px;
}
#contact_area .text p strong{
    display: inline-block;
    font-size: 1.6rem !important;
    font-weight: 500;
    color:#fff;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    padding: 7px 35px;
    margin: 15px 0;
    background-color: #5f3c13;
    border-radius: 50px;
}
.contact_navi{
    display: flex;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    margin: 35px 0 0 0;
}
.contact_navi>li{
    display: block;
    width: calc(48.7% - 20px);
    margin: 0;
    padding: 25px 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
}
.contact_navi li ul>li{
    list-style: none;
    background-color: #fff;
    font-size: 0.85rem !important;
}
.contact_navi li strong{
    display: block;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.35rem;
    font-weight: normal;
}
.contact_navi .tel a{
    pointer-events: none;
    text-decoration: none;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 2.2rem;
    line-height: 180%;
    color: #87613a;
    padding-left: 30px;
    background-image: url("../images/tel.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px 30px;
}
.contact_navi .form_bt a{
    display: block;
    text-decoration: none;
    width: 75%;
    max-width: 300px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    padding: 10px 0;
    margin: 18px auto 0 auto;
    background-color: #a71527;
    background-image: url("../images/tri_w.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    transition: 0.3s;
}

.contact_navi .form_bt a:hover{
    background-color: #E85B6D;
    transition: 0.3s;
}


/*table*/
#contents_area .table01{
    display: table;
    font-size: 1rem;
    line-height: 210%;
    margin-bottom: 50px;
}
#contents_area .table02{
    display: table;
    font-size: 1rem;
    line-height: 210%;
    margin-top: 40px !important;
    margin-bottom: 50px;
}
#contents_area .table01 th{
    display: table-cell;
    width: 20%;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    padding: 20px;
    border-top:solid 1px #888;
}
#contents_area .table02 th{
    display: table-cell;
    width: 18%;
    min-width: 115px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    padding: 20px;
    border-top:solid 1px #888;
}
#contents_area .table01 td,
#contents_area .table02 td{
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding: 20px;
    border-top:solid 1px #ccc;
}
#contents_area .table01 tr:last-child th,
#contents_area .table02 tr:last-child th{
    border-bottom:solid 1px #888;
}
#contents_area .table01 tr:last-child td,
#contents_area .table02 tr:last-child td{
    border-bottom:solid 1px #ccc;
}
.table01{
    width: 100%;
}


/*fee table*/
.table_fee{
    display: table;
    width: 100%;
    line-height: 180%;
    border:solid 1px #ccc !important;
    border-collapse:  collapse; 
    margin-bottom: 15px;
}
.table_fee th{
    display: table-cell;
    width: 50%;
    text-align: center  !important;
    vertical-align: top;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 500 !important;
    background-color: #888;
    padding: 2px 0 0 0 !important;
    border:solid 1px #ccc !important;
}
.table_fee td{
    display: table-cell;
    text-align: center;
    vertical-align: top;
    font-size: 1.1rem;
    padding: 8px 0 6px 0;
    border:solid 1px #ccc !important;
}
.table_fee tr:nth-child(odd)	{
    background-color: #F2F2F2;
}


.table_fee2{
    display: table;
    width: 100%;
    line-height: 180%;
    border:solid 1px #ccc !important;
    border-collapse:  collapse; 
    margin-bottom: 15px;
}
.table_fee2 th{
    display: table-cell;
    width: 50%;
    text-align: center  !important;
    vertical-align: top;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 500 !important;
    background-color: #3D879E;
    padding: 2px 0 0 0 !important;
    border:solid 1px #ccc !important;
}
.table_fee2 td{
    display: table-cell;
    text-align: center;
    vertical-align: top;
    font-size: 1.1rem;
    padding: 8px 0 6px 0;
    border:solid 1px #ccc !important;
}
.table_fee2 tr:nth-child(odd)	{
    background-color: #F2F2F2;
}



.table_fee_main{
    display: table;
    width: 100%;
    line-height: 180%;
    border:solid 1px #ccc !important;
    border-collapse:  collapse; 
    margin-bottom: 15px;
}
.table_fee_main th{
    display: table-cell;
    width: auto;
    text-align: center  !important;
    vertical-align: top;
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: 500 !important;
    background-color: #73B679;
    padding: 6px 0 5px 0 !important;
    border:solid 1px #ccc !important;
}
.table_fee_main td{
    display: table-cell;
    text-align: center;
    vertical-align: top;
    font-size: 1.1rem;
    padding: 8px 0 6px 0;
    border:solid 1px #ccc !important;
}
.table_fee_main_header td{
    display: table-cell;
    text-align: center;
    vertical-align: top;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 2px 0 0 0;
    background-color: #498A4F !important;
}


/* メディアファイルレイアウト */
..alignnone{
	display: inline;
	float:none !important;
	clear: both;
	margin-bottom: 20px;
}
.alignleft{
	display: inline;
	float:left !important;
	margin:0 20px 20px 0;
}

.alignright{
	display: inline;
	float:right !important; 
	margin:0 0 20px 20px;
}

.aligncenter{
	display:block;
	margin:0 auto 20px auto;
	float:none;
	clear:both;
}

/* pager */
.pager{
	display:block;
	width:100%;
	height:100px;
	text-align:center;
	font-size:1.25rem;
	margin:50px 0 0 0;
	float:left;
	clear:both;
}

a.page-numbers,
.pager .current{
	color: #999999;
	text-decoration: none;
	padding:5px 7px 4px 7px;
	margin:0 4px;
    border-radius: 6px;
}
.pager .current{
	background:#000;
	color:#fff;
}
.pager a{
	color:#000;
}


/*お問い合わせ*/
.page_contact .form_area{
	display: table;
	width: 100%;
	margin: 40px auto !important;
	clear: both;
}

.page_contact .form_area th{
	display: table-cell;
	width: 220px !important;
    font-weight: 500 !important;
	padding: 30px 0 50px 0 !important;
	text-align: left;
    border:0 !important;
}
.page_contact .form_area td{
	display: table-cell;
    width: calc(100% - 270px);
	padding-bottom: 15px !important;
    border:0 !important;
}
.page_contact .form_area th .required{
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size:10px;
    line-height: 180% !important;
	background-color: #D90000;
	padding:3px 12px 2px 12px !important;
	margin: 0 0 5px 12px !important;
	vertical-align: bottom;
    border-radius: 3px;
}

.page_contact .form_area input{
	width: calc(100% - 42px);
	padding: 20px;
	font-size:15px;
	line-height: 150%;
	margin: 10px 0 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #ccc;
	background-color: #FBFDFF;
}

.page_contact .form_area textarea{
	width: calc(100% - 42px);
	height: 200px;
	padding: 20px;
	font-size:15px;
	line-height: 150%;
	margin: 10px 0 25px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #ccc;
	background-color: #FBFDFF;
}
input::-webkit-input-placeholder{
    color: #999;
}
input::-moz-placeholder{
    color: #999;
}
input:-moz-placeholder{
    color: #999;
}
input::placeholder {
  color: #999 !important;
}
input:-ms-input-placeholder {
  color: #999 !important;
}
input::-ms-input-placeholder {
  color: #999 !important;
}

.page_contact .agreement{
	display: block;
	font-size: 13px;
	float: left;
	clear: both;
}

.wpcf7 input[type="submit"] {
	display: block;
	width: 250px;
	font-size: 1.5rem;
	padding: 15px 0;
	margin: 20px auto 0 auto;
	background-color: #4C90FC;
	color: #fff;
	cursor: pointer;
	border-style: none;
}
.wpcf7 input[type="submit"]:hover{
	background-color: #8AC2FD;
}
.wpcf7 input[type="submit"]:active{
	background-color: #004D82;
}

.policy_area{
	display: block;
	width: calc(100% - 42px);
	height: 200px !important;
	font-size: 13px !important;
	line-height: 160% !important;
    font-weight: normal !important;
	border: solid 1px #999;
	padding: 20px;
	margin-bottom: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.policy_area p{
	font-size: 13px !important;
	line-height: 160% !important;
	margin-bottom: 20px;
}

/*セカンダリ共通*/
#title{
    display: flex;
    width: calc(100% - 100px);
    height: 320px;
    background-color: #575442;
    background-image: url("../images/title_bg.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    padding: 110px 50px 0 50px;
    align-items: center;
    align-content: center;
    justify-content: center;
    float: left;
    clear: both;
}
#title h2{
    display: block;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
    color: #000;
    font-size: 2.4rem;
    line-height: 170%;
    font-weight: 500;
    font-feature-settings: 'palt' !important;
    letter-spacing: 5px !important;
    background-color: #DFCE8C;
    border: double 5px #847861;
    padding: 4px 35px;
    clear: both;
}

.listmenu{
    display: block;
    width: calc(100% - 100px);
    margin: 0 auto !important;
    font-size: 0.7rem;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: none;
    clear: both;
}
.listmenu a{
    color: #000;
}
.listmenu a:hover{
    color: #999;
    text-decoration: none;
}

#contents_area{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
#contents_area article{
    display: block;
    width: 90%;
    max-width: 1200px;
    min-height: 300px;
    margin: 50px auto 100px auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: none;
    clear: both;
}
.faq_list_page article{
	display: block;
    width: 90%;
    max-width: 1200px;
    min-height: initial !important;
    margin: 0 auto 50px auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: none;
    clear: both;
}
.faq_list_page article:first-child{
    margin: 50px auto 50px auto !important;
}
.faq_list_page article:last-child{
    margin: 0 auto 100px auto !important;
}
#contents_area article h3{
    display: block;
    width: 100%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 2rem;
    font-weight: 500;
    font-feature-settings: 'palt' !important;
    letter-spacing: 2px;
    padding-left: 20px;
    margin-top: 45px;
    margin-bottom: 30px;
    border-left: solid 10px #DFCE8C !important;
    float: left;
    clear: both;
}
#contents_area article h3:first-child{
    margin-top: 0 !important;
}

#contents_area article h4{
    display: block;
    width: 100%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.9rem;
    font-weight: 500;
    color: #8D7851;
    font-feature-settings: 'palt' !important;
    letter-spacing: 3px;
    border-bottom: solid 1px #8D7851;
    padding-bottom: 5px;
    margin-top: 45px;
    margin-bottom: 27px;
    float: left;
    clear: both;
}
#contents_area article h4:first-child{
    margin-top: 0 !important;
}

#contents_area article p{
    font-size: 1rem;
    line-height: 210%;
    margin-bottom: 25px !important;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
}
#contents_area article p a{
    color: #000;
}
#contents_area article a:hover{
    text-decoration: none;
    color: #d90000;
}

/*FAQ*/
.faq_block{
 	display: block;
	width: 100%;
	max-width: 100%;
	text-decoration: none;
	padding: 0 0 0 32px;
	margin: 0 auto 15px auto !important;
	float: left;
	clear: both;
}
.faq_block p{
 	margin-bottom: initial !important;
}

article .faq_block a{
	color: #000;
}
article .faq_block a:hover{
	text-decoration: none;
}

.faq_block .q{
    font-weight: 400;
    color: #E87B00;
    margin-right: 8px !important;
}
.faq_block .a{
    font-weight: 500;
    color: #fff;
    font-size: 0.8rem;
    background-color: #2E996C;
    padding: 5px 6px 4px 7px !important;
    margin-right: 8px !important;
    border-radius: 4px;
    vertical-align: top;
}
.faq_block .a2{
    font-weight: 500;
    color: #fff;
    font-size: 0.8rem;
	line-height: 100% !important;
    background-color: #2E996C;
    padding: 5px 6px 6px 7px !important;
    margin-right: 8px !important;
	margin-top: 5px !important;
    border-radius: 4px;
    vertical-align: top;
	float: left;
}

.question{
	display: block;
	font-size: 1.2rem !important;
	font-weight: 400;
    padding-bottom: 12px !important;
    border-bottom: solid 1px #ccc;
}
.question label{
	cursor: pointer !important;
}
.question label:hover{
	color: #E87B00;
}
.question label:after{
	content: '▼';
    font-size: 0.8rem;
    color: #E87B00 !important;
    vertical-align: top !important;
    padding-left: 5px;
}

.answer{
	display: block !important;
	width: calc(100% - 100px);
    font-size: 1.1rem !important;
    line-height: 180% !important;
	padding: 10px 0 30px 43px; !important;
	margin: 0 0 0 0 !important;
	text-align: justify;
    float: left;
    clear: both;
}

.hidden_box {
    margin: 0 0 0 0 !important;
    padding: 0;
}

.hidden_box label {
    display: block !important;
    pointer-events: all !important;
	cursor: pointer !important;
}

.hidden_box label:hover {
    text-decoration: none;
}
.hidden_box label:active {
    color: #ccc;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.6s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    height: auto;
    opacity: 1;
}

/*ご契約までの流れ*/
.flow_block_area{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}

.flow_block_area .block{
    display: block;
    width: calc(100% - 100px);
    text-align: center;
    font-size: 1.2rem;
    line-height: 180%;
    padding: 30px 50px 50px 50px;
    margin-bottom: 40px;
    background: linear-gradient(rgba(255,255,255), rgba(208,241,219));
    border-radius: 5px;
    float: left;
    clear: both;
}

.flow_block_area .block>strong{
    display: block;
    font-size: 1.6rem;
    line-height: 180%;
    font-weight: 500 !important;
    font-feature-settings: 'palt' !important;
    letter-spacing: 2px;
    padding-bottom: 10px;
    border-bottom: solid 1px #A0C6AC;
}
.flow_block_area .block>strong span{
    display: inline-block !important;
    font-weight: 800 !important;
    color: #7CB48E;
    padding-right: 10px !important;
}
.tri_flow{
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto !important;
}
.flow_block_area .cnavi .form_bt a{
    color: #fff !important;
}

/*提供するサービス*/
.left_column{
    display: block;
    width: calc(100% - 290px);
    min-height: 300px;
    padding-right: 39px;
    border-right: solid 1px #ccc;
    float: left;
}
aside{
    display: block;
    width: 210px !important;
    min-height: 300px;
    float: right;
}
.snavi{
    display: block;
    width: 100%;
    list-style: none;
}
.snavi li{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.snavi li a{
    display: block;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    width: calc(100% - 45px);
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    line-height: 150%;
    padding: 12px 25px 10px 20px;
    background-color: #EFE1C2;
    background-image: url("../images/tri.svg");
    background-position: right +5px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    border-radius: 3px;
}
.snavi li a:hover{
    color: #00 !important;
    background-color: #FFF2D6;
    border-radius: 3px;
}

.service_block_area{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px !important;
    margin-bottom: 50px !important;
    float: left;
    clear: both;
}
.service_block_area .block{
    display: block;
    width: calc(100% - 60px);
    text-align: justify;
    font-size: 1.0rem;
    line-height: 190%;
    padding: 25px 30px 30px 30px;
    margin-bottom: 22px;
    background-color: #F2F2F2;
    border-radius: 5px;
}
.service_block_area .block strong{
    display: block;
    width: 100%;
    text-align: left !important;
    font-size: 1.4rem;
    line-height: 150% !important;
    font-weight: 600;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 25px !important;
    border-bottom: solid 1px #999;
    float: left;
    clear: both;
}
.service_block_area .block a{
    color: #006EDA !important;
}
.service_block_area .block a:hover{
    text-decoration: none;
}
.service_block_area .block strong span{
    display: block;
    width: 100%;
    text-align: left !important;
    font-size: 0.8rem !important;
    line-height: 150% !important;
    font-weight: 400 !important;
    font-feature-settings: 'palt';
    letter-spacing: 0.5px;
    margin-top: 10px !important;
    float: left;
    clear: both;
}
.service_block_area .block strong small{
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    margin-left: 4px !important;
}
.caution{
    display: block;
    width: 100%;
    text-align: right;
    font-size:0.9rem;
    font-feature-settings: 'palt';
    letter-spacing: 0.5px;
    margin: 10px 0;
    float: left;
    clear: both;
}
.copy{
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 500;
    color: #004805;
    border-bottom: double 3px #004805;
}

.religious{
    display: block;
    width: calc(100% - 60px);
    background-color: #F5F1E6;
    padding: 30px 30px 15px 30px;
    margin-bottom: 50px !important;
    border-radius: 5px;
    float: left;
    clear: both;
}

.grant{
    display: block;
    width: calc(100% - 60px);
    background-color: #ECF5FF;
    padding: 30px 30px 15px 30px;
    margin-bottom: 20px !important;
    border-radius: 5px;
    float: left;
    clear: both;
}

.pension{
    display: block;
    width: calc(100% - 60px);
    background-color: #F4FFE9;
    padding: 30px 30px 15px 30px;
    margin-bottom: 20px !important;
    border-radius: 5px;
    float: left;
    clear: both;
}

.pdf{
    display: inline-block !important;
    width: 22px;
    height: auto;
    margin: 0 3px 4px 8px;
    vertical-align: middle;
}
.blank{
    display: inline-block !important;
    width: 22px;
    height: auto;
    margin: 0 3px 2px 8px;
    vertical-align: middle;
}

.service_blockquote{
    display: block;
    width: calc(100% - 100px);
    background-color: #f5f5f5;
    padding: 25px 50px 15px 50px;
    margin-top: 20px !important;
    float: left;
    clear: both;
}
.service_blockquote p{
    font-size: 0.9rem !important;
    line-height: 170% !important;
}
.service_blockquote strong{
    display: block;
    width: 100%;
    text-align: center;
}

.grant_block_area strong{
    font-size: 1.2rem !important;
    line-height: 200%;
    font-weight: 500 !important;
}
.grant_block_area .other{
    font-size: 1.0rem !important;
    font-weight: 500 !important;
    color: #4A6BBE;
}
.grant_block_area strong a{
    font-weight: 400 !important;
    padding-left: 5px !important;
}

.pref{
    color: #EA73D7;
}
.pref2{
    color: #6DB743;
}

.block2{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    float: left;
    clear: both;
}
.block2 .block{
    display: block;
    width: calc(48.5% - 30px) !important;
    background-color: #f5f5f5;
    padding: 15px 15px 20px 15px !important;
    border-radius: 5px;
}
.block2 .block .kinds{
    display: flex;
    width: 100%;
    justify-content: space-between;
    float: left;
    clear: both;
}
.block2 .block .kinds span{
    display: block;
    width: 32%;
    text-align: center;
    padding: 8px 0 7px 0;
    background-color: #fff;
}

.block2 .block strong{
    display: inline-block !important;
    width: 100%;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    padding-bottom: 12px;
    margin:  0 !important;
    border-bottom:solid 1px #999;
}

/*プライバシーポリシー*/
.policy_block_area{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}

.policy_block_area p{
    margin-bottom: 30px;
}
.policy_block_area p strong{
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
}

/*profile*/
#secondary .profile{
    display: block;
    width: 100%;
    margin-top: 10px !important;
    margin-bottom: 50px;
    float: left;
    clear: both;
}
#secondary .profile p{
    font-size: 1.1rem !important;
    line-height: 200% !important;
    letter-spacing: 1px !important;
}

#secondary .profile p strong{
    display: block;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.9rem;
    font-weight: 500;
    color: #8D7851;
    font-feature-settings: 'palt' !important;
    letter-spacing: 3px;
    margin-bottom: -10px !important;
}
#secondary .profile p strong rt{
    font-size: 0.65rem !important;
}

#secondary .profile .profile_img{
    display: block;
    width: 340px;
    margin: 0 45px 0 0;
    float: left;
}
.list{
    display: inline-block;
    list-style: initial !important;
    margin-bottom: 30px;
}
.list li{
    list-style: initial !important;
    list-style-type: disc !important;
    margin-left: 25px;
    margin-bottom: 5px !important;
    clear: both !important;
}
.list li a{
    color: #000000;
}

/*被保険者の種別*/

.hihoken{
    display: flex;
    width: calc(100% - 60px) !important;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #E9F6DD !important;
    padding: 25px 30px 10px 30px;
    margin-bottom: 30px;
    float: left;
    clear: both;
}
.hihoken .block{
    display: block;
    width: calc(48.5% - 30px) !important;
    background-color: #fff;
    padding: 15px 15px 20px 15px !important;
    margin-bottom: 25px;
    border-radius: 5px;
}
.hihoken .block span{
    display: inline-block;
    color: #458611;
    font-weight: 500 !important;
    border-bottom: solid 8px #fff;
}
.hihoken .block strong{
    display: inline-block !important;
    width: 100%;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    padding-bottom: 9px;
    margin:  0 0 20px 0 !important;
    border-bottom:solid 1px #999;
}
#contents_area article .hihoken h4{
    display: block;
    font-family:"Yu Gothic medium", "游ゴシック medium", YuGothic, "游ゴシック体", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ",Meiryo, "sans-serif" !important; 
    width: 100%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
    font-feature-settings: 'palt' !important;
    letter-spacing: 2px !important;
    margin-bottom: 30px;
    float: left;
    clear: both;
}
#contents_area article .hihoken h4 .circle{
    display: inline-block;
    color: #458611 !important;
    padding-right: 5px !important;
}
#contents_area article .hihoken h4 small{
    display: inline-block;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    vertical-align: bottom !important;
    margin-bottom: 4px !important;
    margin-left: 5px !important;
}

.komon{
    display: block;
    width: 100%;
    color: #3E879E;
    font-size: 1.2rem !important;
    font-weight: 500;
    margin: 30px 0 0 0;
    float: left;
    clear: both;
}
.komon2{
    display: block;
    width: 100%;
    font-size: 1.2rem !important;
    margin: 30px 0 0 0;
    float: left;
    clear: both;
}


/*お知らせ*/
.news_area aside{
	display: block;
	width: 200px;
	min-height: 400px;
	padding: 0;
	margin: 8px 0 0 0 !important;
	float: right;
}

.to_news_top{
    display: block;
    width: 100%;
    margin-top: 150px !important;
    float: left;
    clear: both;
}
.to_news_top p a{
    display: block;
    position: relative;
    width: 230px;
    font-size: 0.9rem;
    text-align: center;
    text-decoration: none;
    color: #000;
    /*background-color: #004d82;*/
    padding: 2px 0;
	margin: 0 auto;
    background-image: url("../images/news_tri.svg");
    background-position: center right+12px;
    background-repeat: no-repeat;
    background-size: auto 15px;
    list-style: none !important;
	background-color: #FFF0D0;
    clear: both;
}
.to_news_top p a:hover{
    transition: 0.15s;
}

.news_area .news_list_area{
	display: block;
	width: calc(100% - 270px);
	float: left;
}
.news_area .contents{
	display: block;
	width: 100%;
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	float: left;
}
.news_area .blog_list{
	margin-bottom: 100px !important;
	float: left !important;
	clear: both !important;
}

.news_area .category6{
	display: inline-block;
	width: 150px;
	font-size: 11px !important;
	line-height: 12px !important;
	text-align: center;
	color: #000;
	padding: 5px 0 4px 0 !important;
	margin: 6px 0 0 0;
	background-color: #D0E1F0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	float: right;
}
.news_area .category7{
	display: inline-block;
	width: 150px;
	font-size: 11px !important;
	line-height: 12px !important;
	text-align: center;
	color: #000;
	padding: 5px 0 4px 0 !important;
	margin: 6px 0 0 0;
	background-color: #B5DDAB;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	float: right;
}
.news_area .category8{
	display: inline-block;
	width: 150px;
	font-size: 11px !important;
	line-height: 12px !important;
	text-align: center;
	color: #000;
	padding: 5px 0 4px 0 !important;
	margin: 6px 0 0 0;
	background-color: #E5D6AC;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	float: right;
}
.news_area .category9{
	display: inline-block;
	width: 150px;
	font-size: 11px !important;
	line-height: 12px !important;
	text-align: center;
	color: #000;
	padding: 5px 0 4px 0 !important;
	margin: 6px 0 0 0;
	background-color: #E5E5E5;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	float: right;
}

.to_list{
	display: block;
	width: 100%;
	text-align: center !important;
	margin: 50px 0 0 0;
	float: left;
	clear: both;
}
.to_list a{
	font-size: 13px;
	color: #000;
}
.to_list a:hover{
	text-decoration: none;
}


.news_area article p{
	font-size: 1rem;
	line-height: 180%;
    letter-spacing: 0.5px;
	margin-bottom: 25px;
}
.news_area article a:hover{
	text-decoration: none;
}
.news_area .list_title strong a{
	font-size: 20px;
	font-weight: 500;
	color: #000;
}
.news_area .list_title strong a:hover{
	text-decoration: none !important;
}

.news_area article h3{
    font-size: 1.8rem !important;
    letter-spacing: 1px !important;
}

.news_area article .s_date{
    display: block;
	width: 100%;
	height: 35px !important;
	border-bottom: solid 1px #999;
	margin:0 0 55px 0 !important;
	float: left;
	clear: both;
}

/*サイドバー*/
.news_area .news_aside,
.news_area .blog_aside{
	display: block;
	width: 200px;
	min-height: 400px;
	padding: 0;
	margin: 0;
	float: right;
}
.news_aside .widget_title{
	display: block;
	width: calc(100% - 2px) !important;
	text-align: center !important;
	background-color: #fff !important;
	color: #000 !important;
    font-weight: bold !important;
	font-size: 1.0rem !important;
	letter-spacing: 2px !important;
	padding: 6px 0 4px 0 !important;
	margin: 0 0 15px 0 !important;
	border: solid 1px #d90000 !important;
	float: left;
	clear: both;
}
.blog_aside .widget_title{
	display: block;
	width: calc(100% - 2px) !important;
	text-align: center !important;
	background-color: #fff !important;
	color: #000 !important;
    font-weight: bold !important;
	font-size: 1.0rem !important;
	letter-spacing: 2px !important;
	padding: 6px 0 4px 0 !important;
	margin: 0 0 15px 0 !important;
	border: solid 1px #07570A !important;
	float: left;
	clear: both;
}
.program-widget-title{
	display: block;
	position: relative;
	width: calc(100% - 2px) !important;
	text-align: center !important;
	background-color: #C4B896 !important;
	color: #fff;
    font-weight: 500 !important;
	font-size: 16px !important;
	padding: 2px 0 4px 0 !important;
	margin: 0 0 10px 0 !important;
	float: left;
	clear: both;
}
.news_area .news_aside ul,
.news_area .blog_aside ul{
	display: block;
	list-style: none;
	width: 100%;
	font-size: 0.9rem;
	line-height: 180% !important;
	margin-bottom: 15px;
	float: left;
	clear: both;
}
aside ul a{
	color:#000;
}
aside ul a:hover{
	text-decoration: none;
}
.news_area .news_aside ul li,
.news_area .blog_aside  ul li{
	display: block;
	padding-left: 30px;
	background-image: url("../images/news_tri.svg");
	background-repeat: no-repeat;
	background-position: 6px 3px;
	background-size: auto 14px;
	float: left;
	clear: both;
}
.news_area .news_aside ul li a,
.news_area .blog_aside  ul a{
	display: block;
	margin-bottom: 15px;
	float: left;
	clear: both;
}


/*ブログ*/
.blog_page #title{
    background-color: #35499B;
	background-position: center center !important;
    background-image: url("../images/blog_title_bg.jpg");
}
.blog_page #title h2{
    color: #000;
    font-size: 2.0rem !important;
    background-color: #fff;
    border: double 5px #35499B;
}
.blog_lead{
	display: block;
	width: calc(100% - 40px);
	font-size: 1.05rem !important;
	line-height: 180%;
	color: #000;
	font-feature-settings: 'palt';
	letter-spacing: 1px;
	padding: 20px;
	margin: 6px 0 15px 0;
	background-color: #F8E9EF;
	border-radius: 5px;
	float: left;
	clear: both;
}
.blog_lead_hr{
	display: block;
	width: 100%;
	height: 50px;
	border: none;
	border:0 !important;
	float: left;
	clear: both;
}

.info_navi{
	display: block;
    width: 96% !important;
    height: 50px;
    padding: 20px 2% 0 2% !important;;
	margin: 50px 0 0 0;
    font-size: 0.9rem;
    color: #000;
    border-top: solid 1px #A79A7F;
	float: left;
	clear: both;
}
.icon-prev{
	display: block;
	width: 50% !important;
	height: auto;
    text-align: left !important;
	float: left;
}

.icon-next{
	display: block;
	width: 50% !important;
	height: auto;
    text-align: right !important;
	float: right;
}
.info_navi a{
    text-decoration: none;
    color: #666 !important;
}
.info_navi a:hover{
    color: #5BA2A7 !important;
}

aside .to_news_top{
    display: block;
    width: 100%;
    margin-top: 0 !important;
    float: left;
    clear: both;
}
.news_aside .to_news_top a{
    display: block;
    position: relative;
    width: 100%;
    font-size: 0.9rem;
    text-align: center;
    text-decoration: none;
    color: #000;
    /*background-color: #004d82;*/
    padding: 2px 0;
	margin: 0 auto;
    background-image: url("../images/news_tri.svg");
    background-position: center right+12px;
    background-repeat: no-repeat;
    background-size: auto 15px;
    list-style: none !important;
	background-color: #F6F1DF;
    clear: both;
}
.blog_aside .to_news_top a{
    display: block;
    position: relative;
    width: 100%;
    font-size: 0.9rem;
    text-align: center;
    text-decoration: none;
    color: #000;
    /*background-color: #004d82;*/
    padding: 2px 0;
	margin: 0 auto;
    background-image: url("../images/news_tri.svg");
    background-position: center right+12px;
    background-repeat: no-repeat;
    background-size: auto 15px;
    list-style: none !important;
	background-color: #FBF1F5;
    clear: both;
}
aside .to_news_top a:hover{
    transition: 0.15s;
}