/*==========================================================
  button
==========================================================*/
.btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.btn_small,
.btn_normal {
  width: 360px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 20px;
  border-width: 2px;
  border-style: solid;
}
.btn_normal {
  width: 460px;
} 
.btn_blue {
  background: rgba(255,255,255,0.8);
  border-color: #449FE3;
  color: #449FE3;
  text-align: center;
}
.btn_red {
  background: rgba(255,255,255,0.8);
  border-color: #F67C03;
  color: #F67C03;
  text-align: center;
}
.btn_blue:before,
.btn_red:before,
.btn_normal:before,
.btn_small:before {
  content: "";
  position: absolute;
  right :20px;
  top: calc(50% - 6px);
  width: 32px;
  height: 12px;
  object-fit: contain;
  background:url(svg/icon_arrow_right_blue.svg);
  background-size: contain;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.btn_red:before {
  background-image:url(svg/icon_arrow_right_red.svg);
}
.btn_common,
.btn_contact {
  border-color: transparent;
    background: #449FE3;
    color: white !important;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 2.0;
    position: relative;
    display: inline-block;
    padding: 1rem 7rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 3.0rem;
}
.btn_white {
  border: 2px solid #449FE3;
  color: #449FE3;
}
.btn_white:before {
  background-image:url(svg/icon_arrow_right_blue.svg);
}
.btn_common:before,
.btn_contact:before {
  background-image:url(svg/icon_arrow_right_white.svg);
}
.btn_kizi_more,
.btn_kizi_more:hover {
  font-size: 20px;
  color: #449FE3;
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
}
.btn_blue:hover {
	background: #449FE3;
	color: white;
}
.btn_blue:hover:before {
  background-image:url(svg/icon_arrow_right_white.svg);
}
.btn_red:hover {
	background: #F67C03;
	color: white;
}
.btn_red:hover:before {
  background-image:url(svg/icon_arrow_right_white.svg);
}
.btn_common:hover,
.btn_contact:hover {
	background: white;
	color: #449FE3 !important;
	border-color: #449FE3;
}
.btn_common:hover:before,
.btn_contact:hover:before {
  background-image:url(svg/icon_arrow_right_blue.svg);
}
.btn_contact input[type=submit] {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	outline: none;
	color: inherit;
	cursor: pointer;
}


/*==========================================================
  display
==========================================================*/
.cspb {
	display: none;
}
.cpcb {
	display: block;
}
.container {
	max-width: 996px;
	margin: auto;
}
.siteTitle__link {
	color: white;
}
.l-wrapper,
.breadcrumb__list.container,
.container-header  {
    max-width: 1140px;
}
.l-header .searchBtn .icon-search:before {
	color:white;
}
.l-header .menuBtn .widget.widget_nav_menu ul.menu li a{
	background: #449FE3;
}
.l-header .menuBtn .widget.widget_nav_menu ul.menu li.menu-item-orange a{
	background: #F67C03;
	color: white;
}
.l-header .menuBtn .widget.widget_nav_menu ul.menu li.menu-item-orange a:before{
	color: white;
}
.l-header .menuBtn .widget.widget_nav_menu ul.menu li.menu-item-orange a:hover{
	background: white;
	color: #F67C03;
}
.l-header .menuBtn .widget.widget_nav_menu ul.menu li.menu-item-orange a:hover:before {
	color: #F67C03;
}
.l-header .menuBtn .widget.widget_nav_menu ul.menu li a:hover {
	background: white;
	color: #449FE3;
}
.l-header .menuBtn .widget.widget_nav_menu ul.menu li a:hover:before {
	color: #449FE3;
}
.l-header .menuBtn .widget.widget_nav_menu ul.menu .sub-menu a {
	background: white;
}
.l-header .menuBtn .widget.widget_nav_menu ul.menu .sub-menu a:hover {
	color: white;
	background: #ACDBFF;
}
.l-header .menuBtn .widget.widget_nav_menu ul.menu li .sub-menu li a:before {
	color: #449FE3;
}
.l-header .menuBtn .widget.widget_nav_menu ul.menu li .sub-menu li a:hover:before {
	color: white;
}
.l-header .menuBtn .widget.widget_nav_menu ul.menu li {
	border-color: white;
}
.l-header .searchBtn-right {
	margin: 0;
}
.l-header .globalNavi {
	margin: auto;
}
.l-header .globalNavi__list>li.menu-item-has-children>a::before {
	border-bottom-color: white;
	border-right-color: white;
}
.l-header .globalNavi .globalNavi__list li a {
	color: white;
}
.l-header .globalNavi .globalNavi__list .current-menu-item>a,
.l-header .globalNavi__list .menu-item a:hover,
.l-header .globalNavi__list .current-menu-parent>a {
    border-bottom: 2px solid white;
}
.siteTitle {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
.l-page-wrapper .l-main-wide {
	max-width: 996px;
	margin: auto;
}
h1 {
	font-size: 30px;
	line-height: 1;
	color:#333333;
	border-left: 6px solid #449FE3;
	padding-left: 10px;
}
.content ol {
	padding-left: 1.5rem;
}
.content ol>li {
    list-style: decimal;
    padding-left: 1.5rem;
}
.content ol.alpha>li {
    list-style: lower-latin;
}
.content ol>li:before {
	display: none;
}

.content ol.alpha>li:before {
    background: none;
}
.content h2 {
	border-bottom: 2px solid #449FE3;
	display: block;
	line-height: 2;
}	
.content .postPersonalInfo {
	display: block;
}
.content .postPersonalInfo {
  max-width: 56.8rem;
  border: 1px solid #D9D9D9;
  padding: 3rem;
  margin: 10rem auto;
}
.content .postPersonalInfo h4 {
  font-size: 20px;
  display: block;
  text-align: left;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 0;
}
.content .postPersonalInfo table {
  width: 100%;
  margin: 0;
  border: none;
}
.content .postPersonalInfo table tr>td {
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
  vertical-align: top;
  background: none !important;
  padding: 0;
  border: none;
}
.pageAct {
	margin-top: 40px;
	text-align: center;
}
.content .outline {
	/*  width: 570px;  */
    margin: 4rem auto 0;
    display: block;
    position: relative;
}
.outline__title {
	display: block;
    position: relative;
    padding-left: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}
.content .outline__toggle:checked+.outline__switch::before,
.content .outline__toggle+.outline__switch::before {
    left: 15px;
    right: 0;
    top: 0;
    border: none;
    padding: 0;
    position: absolute;
    top: 25px;
    display: inline-block;
    background: none;
    border: none;
    font-size: 16px;
}
.content .outline__toggle+.outline__switch::before {
	content: "▲";
}
.content .outline__toggle:checked+.outline__switch::before{
	content: "▼";
}
.content .outline__toggle:checked+.outline__switch+.outline__list {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 10px;
    border-top: 1px solid lightgrey;
    padding-top: 10px;
    padding-left: 0;
}
.content .outline__number {
    display: inline-block;
    color: #333333;
    background: none;
    padding: 0;
    font-weight: 400;
    margin-right: 5px;
    font-size: 20px;
}
.content .outline__link {
    color: #449FE3;
    font-size: 20px;
}
.content .outline__item {
	padding-left: 0;
}
.contactDesc {
	margin-top: 40px;
    font-size: 16px;
	text-align: left;
}
.contactPhone {
	padding: 20px;
	border: 2px solid #D9D9D9;
	margin-top: 40px;
	text-align: center;
}
.contactPhone p {
	font-size: 20px;
}
.contactPhone .strong {
	font-size: 30px;
	font-weight: bold;
	margin-top: 0;
}
#contact .contactForm {
	margin-top: 60px;
}
.l-top-wrapper {
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.l-top-wrapper .l-main {
	width: 100%;
}
.l-top-wrapper .widget_search {
	background: #142232;
}
.l-top-wrapper .widget_search,
.widget_search_form {
	padding: 30px 0;
}
.widgetSearch__wrapper {
	max-width: 560px;
	margin: auto;
}
.widgetSearch__wrapper .widgetSearch__flex {
    border-radius: 5px;
    overflow: hidden;
}
.widgetSearch__wrapper .widgetSearch__input,
.widgetSearch__wrapper .widgetSearch__submit {
	outline: none !important;
	border: none !important;
}
.widgetSearch__wrapper .widgetSearch__cateogries {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.widgetSearch__wrapper .widgetSearch__cateogries p {
	padding: 0 5px;
	background: #DDDDDD;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	width: initial;
	text-align: center;
}
.widgetSearch__wrapper .widgetSearch__cateogries ul {
    width: calc(100% - 160px);
    text-align: left;
    display: block;
    margin-top: 0;
	line-height: 1;
}
.widgetSearch__wrapper ul li {
	display: inline-block;
	padding: 0;
	line-height: 1;
    margin: 0;
}
.widgetSearch__wrapper .widgetSearch__cateogries ul li a {
	color: #449FE3;
	display: inline-block;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.widgetSearch__wrapper ul li:before {
	content: "";
}
.widget_container {
	max-width: 996px;
	margin: auto;
}
.dividerBottomHomeTop .widget_search{
	max-width: 100%;
	margin-bottom: 40px;
}
.home_top_widget h2,
.home_mid_widget h2,
.content .item_ranking_widget h2 {
	line-height: 1;
	padding: 0;
	padding-left: 20px;
	border-left: 4px solid #449FE3;
	color: #449FE3;
	background: none;
	border-radius: 0;
	border-bottom: none;
	font-size: 2rem;
}
.home_top_widget .widgetArchive,
.home_mid_widget .widgetArchive,
.item_ranking_widget .widgetArchive {
	display: flex;
	margin: -20px;
	margin-top: 10px;
	width: calc(100% + 40px);
	justify-content: flex-start;
	flex-wrap: wrap;
    padding: 0;
}
.home_top_widget .widgetArchive__item,
.home_mid_widget .widgetArchive__item,
.item_ranking_widget .widgetArchive__item {
	display: block;
	width: calc(50% - 40px);
	margin: 10px 20px;
	padding: 0;
}
.home_mid_widget.widget_custom_html  {
	margin-top: 40px;
}
.home_top_widget .widgetArchive__item.widgetArchive__item-rank:before,
.item_ranking_widget .widgetArchive__item.widgetArchive__item-rank:before {
	content: none;
}
.dividerBottomHomeMid {
	background: #F2F2F2;
	padding: 40px 0;
}
.widget_fit_thumbnail_archive_class.home_mid_widget,
.archive_ranking_widget {
	padding-top: 40px;
	border-top: 1px solid #D9D9D9;
	 	margin-top: 40px;
}
.widget_fit_thumbnail_archive_class.home_mid_widget .widgetArchive,
.archive_ranking_widget .widgetArchive {
	width: 100%;
	margin: 0;
	padding: 0;
}
.widget_fit_thumbnail_archive_class.home_mid_widget .widgetArchive__item,
.archive_ranking_widget .widgetArchive__item  {
	width: 100%;
	margin: 20px 0 0;
	display: flex;
    justify-content: flex-start;
    padding: 0;
}
.widget_fit_thumbnail_archive_class.home_mid_widget .widgetArchive__item .eyecatch,
.archive_ranking_widget .widgetArchive__item .eyecatch
{
	width: 300px;
}
.widget_fit_thumbnail_archive_class.home_mid_widget .widgetArchive__contents,
.archive_ranking_widget .widgetArchive__contents   {
	width: calc(100% - 315px);
}
.archive_ranking_widget .widgetArchive__contents,
.item_ranking_widget .widgetArchive__contents {
	margin-left: 15px;
	margin-top: 0;
}
.archive_ranking_widget .widgetArchive__item:before {
	content: none;
}
.dividerBottomAct  {
	text-align: center;
}
.custom_banner_widget_items {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.custom_banner_widget_detail {
	width: 47.8rem;
	display: block;
    width: calc(50% - 20px);
}
.fvAct .btn {
	margin: 0 1rem;
}
.dividerBottomHomeBottom {
	margin-bottom: 0;
}
.dividerBottomHomeBottom .widget h2 {
	color: #449FE3;
	display: block;
	text-align: center;
	line-height: 2;
	padding: 0;
	background: none;
}
.widget>ul.widget_news {
	border: none;
}
.widget_news,
.widget_news li,
.widget_news li a {
 	display: block;

}
.widget_news li a {
	padding: 20px 0;
	border-bottom: 1px solid #D9D9D9;
}
.widget_news li a .meta {
	display: block;
}
.widget_news a .meta time {
	display: block;
	font-size: 20px;
	float: left;
}
.widget_news a .meta .cats   {
	margin-left: 160px;
}

.widget_news a .meta .cats span {
    background: #F67C03;
    color: white;
    font-size: 14px;
    line-height: 24px;
    border-radius: 12px;
    display: inline-block;
    padding: 0 10px;
}
.widget_news li h3 {
    margin-left: 160px;
    margin-top: 12px;
    font-size: 22px;
    color: #449FE3;
}
.widgetSearch__checkLabel {
	font-size: 14px;	
    margin: 0 20px 10px 0;
}
.custom_osirase_widget   {
	margin-top: 40px;
	margin-bottom: 0;
	padding-top: 40px;
	background: #F2F2F2;
	padding-bottom: 40px;
}
.dividerBottomHomeBottomAct  {
	background: #F2F2F2;
	padding-bottom: 40px;
}
.l-sidebar .custom_banner_widget_items {
	display: block;
}
.l-sidebar .custom_banner_widget_detail {
	width: 100%;
	margin: 20px 0;
}
.l-sidebar>.widget_fit_ranking_archive_class h2 {
	border-radius: 0;
	text-align: center;
}
.l-sidebar>.widget_fit_ranking_archive_class:nth-child(1) h2 {
	background: #449FE3;
}
.l-sidebar>.widget_fit_ranking_archive_class:nth-child(2) h2 {
	background: #142232;
}
.widgetArchive__item .eyecatch {
	margin-bottom: 0;	
}
.item_ranking_widget h3,
.archive_ranking_widget h3  {
	margin-top: 0;

}
.item_ranking_widget .widgetArchive__contents .dateList__item:before,
.archive_ranking_widget  .widgetArchive__contents .dateList__item:before {
	font-family: icomoon,Lato,游ゴシック体,Yu Gothic,YuGothic,ヒラギノ角ゴシック Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,MS PGothic,"sans-serif";
	content: "\e956";
	transform: none;
	line-height: 1.5;
}
.item_ranking_widget .widgetArchive__contents .dateList__item,
.archive_ranking_widget .widgetArchive__contents .dateList__item {
	padding-left: 15px;		
}	


/*==========================================================
  contactform
==========================================================*/
.l-main .contactForm {
  background: #F2F2F2;
  padding: 40px 60px;
  margin-top: 40px;
}
.contactForm table {
  width: 100%;
  border: none !important;
}
.contactForm table tr>td {
  padding: 20px 0;
  border: none !important;
  background: transparent !important;
}
.contactForm table tr>td:first-child {
  width: 250px;
  text-align: left;
}
.contactForm table tr>td:last-child {
  width: calc(100% - 250px);
}
.contactForm table tr>td:last-child {
  color: #AAAAAA;
}
.contactForm table td p {
    margin-top: 0;
}
.contactForm table td.label {
	vertical-align: top;
	padding-top: 25px;
}
.contactForm table td.label p {
  font-size: 20px;
  display: block;
  line-height: 1;
}
.contactForm table td.label span {
  font-size: 12px;
  color: white;
  background: #F67C03;
  height: 20px;
  line-height: 20px;
  border-radius: 12px;
  padding: 0 10px;
  margin-top: 10px;
  display: inline-block;
}
input.formControl,
textarea.formControl,
select.formControl {
  width: 100%;
  height: 50px;
  padding: 5px;
  font-size: 20px; 
}
textarea.formControl {
  height: 180px;
  resize: none;
}
.formControl ~ p {
  font-size: 20px;
  color: #AAAAAA;
  display: block;
  text-align: left;
  margin-top: 8px;
}
.contactFormDesc {
  margin-top: 40px;
  text-align: center;
}
.contactFormDesc a {
  color: #449FE3;
  text-decoration: underline;
}
.contactFormAct {
  text-align: center;
  margin-top: 20px;
}
.bottomFooter {
	padding: 0;
	background: white;
}
.bottomFooter__copyright {
	padding: 25px 0;
	background: transparent;
    color: black;
}
.bottomFooter__navi {
	margin: 0;
	padding: 0 0 50px;
}
.widget-foot .heading.heading-widget {
	background: transparent!important;
}
.commonCtr__bg img {
	display: none;	
}
.commonCtr__container {
	flex-direction: column;
	padding: 30px 0;
}
.commonCtr__image {
    width: 460px;
    margin-left: 0;
}
.commonCtr__contents {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.commonCtr__contents .phrase-bottom {
    margin-bottom: 0;
    line-height: 1.2;
}
.footer_top_widget{
	text-align: center;
}
.footer_top_widget h2 {
	margin: 0;
}
.footer_top_widget>.container {
	padding-top: 40px;
	margin-bottom: 0;
}
.footer_top_widget .widget.widget_categories ul {
	display: block;
	text-align: center;
	border: none;
}
.footer_top_widget .widget.widget_categories ul li {
	display: inline-block;
	border: none;
	margin: 5px 10px;
}
.footer_top_widget .widget.widget_categories ul li a:before {
	content: none;
}
.footer_top_widget .widget.widget_categories ul li a {
	background: transparent;
	padding: 0;
	font-size: 20px;
}
.siteTitle__link span {
	font-size: 0.5em;
	display: block;
    margin-bottom: 0.1em;
}


@media only screen and (max-width: 1138px){
	.widget_container {
		margin: 0 20px;
	}
	.dividerBottomHomeTop .widget_search {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
@media only screen and (min-width: 992px){
	/*==========================================================
	  main bisual setting
	==========================================================*/
	.l-headerBottom-topRight .still__content {
	    width: 1140px;
	    height: 450px;
	    position: relative;
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-end;
	    align-items: flex-start;
	}
	.l-headerBottom-topRight .fvAct {
	    position: absolute;
	    top: 0;
	    right: 0;
	    display: block;
	    text-align: right;
	}
}

@media only screen and (max-width: 991px){
	.container {
    	max-width: calc(100% - 30px);
		margin-left: 15px;
		margin-right: 15px;
	}
	.l-header .searchBtn {
	    position: absolute;
	    top: 0;
	    right: 50px;
	    line-height: initial;
	    font-size: 18px;
	    text-align: right;
	}
	.menuBtn__link {
		width: 50px;
		height: 50px;
		display: inline-block;
		line-height: 50px;
		color: white;
		text-align: center;
		font-size: 18px;
	}
	.l-header .menuBtn {
		position: absolute;
		top: 0;
		right: 0;
		line-height: initial;
		font-size: 18px;
		text-align: right;
		width: initial;
	}
	.fvAct .btn {
		max-width: calc(50% - 30px);
	}
	.siteTitle {
	    padding-left: 0;
	    margin-left: 15px;
	    border-left: 0;
	    padding-top: 10px;
	}
	.l-header .container-header {
		max-width: 100%;
		margin: 0;
	}
	.l-header .globalNavi {
	    margin: auto;
	    padding: 15px 15px 5px;
	}
	.l-header {
	    padding: 0;
	}
	.searchBtn__link {
	    cursor: pointer;
	    transition: .15s;
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    display: inline-block;
	    background: white;
	    text-align: center;
	}
	.l-header .searchBtn .icon-search:before {
	    color: #333333;
	}
}
@media only screen and (max-width: 767px){
	/*==========================================================
    button
  ==========================================================*/
  .btn_small,
  .btn_normal {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 20px;
    border-width: 0;
    border-style: solid;
    font-weight: bold;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.16);
  }
  .btn_white {
    border-width: 4px;
  }
  .btn_blue {
    background: rgba(255,255,255,0.8);
    border-color: #449FE3;
    color: #449FE3;
    text-align: center;
  }
  .btn_kizi_more, .btn_kizi_more:hover {
    font-size: 3rem;
  }
  .btn_blue:before, .btn_red:before, .btn_normal:before {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 6.5px);
    width: 28px;
    height: 13px;
  }
	/*==========================================================
    contactform
  ==========================================================*/
  .formControl ~ p,
  .contactFormDesc {
    font-size: 20px;
  }
  .contactForm table tbody,
  .contactForm table tbody tr,
  .contactForm table tr>td,
  .contactForm table tr>td:first-child,
  .contactForm table tr>td:last-child {
    display: block;
    width: 100%;
  }
  .contactForm table tr>td:last-child {
    padding: 0;
  }
  .content .contactForm {
    padding: 30px 20px 60px;
  }
  .content .contactForm,
  .contactPhone {
    margin-top: 40px;
  }
  .contactForm table tr>td:first-child p {
    font-size: 20px;
    display: inline-block;
  }
  .contactForm table tr>td:first-child span {
    font-size: 22px;
    display: inline-block;
    line-height: 34px;
    height: 34px;
    border-radius: 17px;
    margin-left: 10px;
    padding: 0 20px;
  }
  .contactForm table tr>td {
    padding: 10px 0;
	}
  input.formControl,
  textarea.formControl,
  .contactForm table tr>td:last-child p {
    width: 100%;
  }
  textarea.formControl {
    height: 300px;
  }
  .contactFormAct {
    margin-top: 50px;
  }

  .contactForm table {
  	margin-top: 0;
  }

	/*==========================================================
		display
	==========================================================*/
	  	.cspb {
			display: block;
		}
		.cpcb {
			display: none;
		}

	/*==========================================================
		page
	==========================================================*/
	.fvAct,
	.widgetSearch__wrapper .widgetSearch__cateogries {
		display: block;
	}
	.dividerBottomHomeBottom .widget h2,
	.widget-foot .heading.heading-widget,
	.content h2  {
		font-size: 20px;
	}
	.heading-primary {
	    font-size: 25px;
	}
	.widget_container {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	.dividerBottomHomeBottom .widget_custom_html,
	.l-sidebar .widget_container {
		margin:0;
		padding:0;
	}
	.fvAct .btn {
	    max-width: 100%;
	    margin: 10px 0;
	    border-width: 3px;
	}
	.content .postPersonalInfo {
		max-width: 100%;	
	}
	.l-headerBottom .phrase-slider {
		font-size: 15px;
	}
	.widgetSearch__wrapper {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.widgetSearch__wrapper .widgetSearch__cateogries ul {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	.home_top_widget .widgetArchive__item, 
	.home_mid_widget .widgetArchive__item, 
	.item_ranking_widget .widgetArchive__item,
	.custom_banner_widget_detail {	
		width: 100%;
		margin: 10px 0;
	}
	.home_top_widget .widgetArchive, 
	.home_mid_widget .widgetArchive, 
	.item_ranking_widget .widgetArchive,
	.commonCtr__image {
		margin: 0;
		width: 100%;
	}
	.widgetArchive__contents  {
		margin-top: 10px;
	}
	.widget_fit_thumbnail_archive_class.home_mid_widget .widgetArchive__item .eyecatch, 
	.archive_ranking_widget .widgetArchive__item .eyecatch,
	.l-sidebar .widgetArchive__item .eyecatch {
	    width: 40%;
	}

	.widget_fit_thumbnail_archive_class.home_mid_widget .widgetArchive__contents, .archive_ranking_widget .widgetArchive__contents,
	.widgetArchive__item.widgetArchive__item-normal .widgetArchive__contents {
		width: calc(60% - 10px);
	}
	.widget_fit_thumbnail_archive_class.home_mid_widget .widgetArchive__contents {
		margin-top: 0;
	}
	.custom_banner_widget_items {
		display: block;
	}
	.custom_banner_widget_detail,
	.custom_banner_widget_items {
		margin-top: 20px;
	}
	.widget_news a .meta time {
	    float: none;
	}
	.widget_news li h3,
	.widget_news a .meta .cats {
		margin: 0;
	}
	.widget_news li h3,
	.widget_news a .meta .cats {
		margin-top: 10px;
	}
	.footer_top_widget .widget {
		margin-bottom: 0;
	}
	.l-footerTop .commonCtr__image img {
	    width: 70%;
	    height: auto;
	    margin: auto;
	    margin-bottom: 10px;
	    display: block;
	}
	.dividerBottomHomeBottom .widget_custom_html  {
    	background: #F2F2F2;
    	margin-bottom: 0;
	}
	.l-top-wrapper .l-main {
		margin-bottom: 0;
	}
	.commonCtr__contents .phrase-bottom {
	    margin-top: 10px;
	    line-height: 1.2;
	    font-size: 18px;
	}
	.content .postPersonalInfo {
	    max-width: 100%;
	    padding: 20px;
	    margin: 20px 0;
	}
	.content .postPersonalInfo h4 {
		font-size: 18px;
	}
	.content .postPersonalInfo table tr>td {
	    padding: 2px 0;
	    font-size: 16px;
	}
	.contactPhone .strong {
	    margin-top: 0;
	}
}

/*** lan0713 ***/
div.archive_pagination {
	position: relative;
	margin-top: 5rem;
	padding: 0 5em;
	display: flex;
	justify-content: center;
}
div.archive_pagination::after {
	display: none;
}
.archive_pagination a.page-numbers,
.archive_pagination .page-numbers.current {
	display: inline-block;
	font-family: inherit;
	font-size: 1.5rem;
	min-width: 2.5em;
	height: 2.5em;
	margin: 0 .3em;
	padding: 0 .3em;
	color: #fff;
	background-color: #449fe3;
	text-align: center;
	line-height: 2.2;
	border: 2px solid #449fe3;
	border-radius: 50%;
	transition: .2s ease;
}
.archive_pagination .page-numbers.current {
	background-color: #fff;
	color: #449fe3;
}
.archive_pagination a:hover {
	background-color: #fff;
	color: #449fe3;
}
.archive_pagination a.page-numbers.prev,
.archive_pagination a.page-numbers.next {
	position: absolute;
	min-width: initial;
	top: 0;
	margin: 0;
	border-radius: 3em;
}
.archive_pagination a.page-numbers.prev {
	left: 0;
	padding: 0 1em 0 1.5em; 
}
.archive_pagination a.page-numbers.next {
	right: 0;
	padding: 0 1.5em 0 1em; 
}
.archive_pagination .page-numbers.dots,
.archive_pagination .page-numbers.dots:hover {
	font-family: inherit;
	font-size: 1.5rem;
	margin: 0 .3em;
	background-color: #fff;
	color: #449fe3;
	border: none;
}
@media only screen and (max-width: 767px){
	.archive_pagination a.page-numbers,
	.archive_pagination .page-numbers.current {
		font-size: 1.3rem;
	}
}

/* 追従バナー：フッターの背面になってしまうのを修正。 */

.l-footerTop {
    position: static;
}
.l-footer {
    position: unset;
}
.wider {
    position: unset;
}
.bottomFooter {
    position: unset;
}