@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

/* Setting-basic
-----------------------------------------------------------*/
html {font-size: 62.5%;}
body {
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	color: #333;
	background: #c7161d;
	line-height:1.8;
	font-feature-settings: "palt";
	font-size: 1.5rem;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, body { font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro',sans-serif; } /* IE11 */
}

.clearfix {
	clear: both;
}

/* Module
-----------------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
img.ofi {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
	font-family: 'object-fit: cover;'
}
p {
	margin: 0 0 20px;
	line-height: 1.8;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	line-height: 1.3;
	font-weight: bold;
}
h1 { font-size: 3.6rem;}
h2 { font-size: 3rem;}
h3 { font-size: 2.4rem;}
h4 { font-size: 2.1rem;}
h5 { font-size: 1.8rem;}
h6 { font-size: 1.6rem;}

ol,ul {
	list-style: none;
}
.liststyle_decimal {
	list-style: decimal;
	padding: 0 0 0 30px;
}
.liststyle_decimal li {
	margin-bottom: 5px;
}
.liststyle_disc {
	list-style: disc;
	padding: 0 0 0 20px;
}
.liststyle_disc li {
	margin-bottom: 5px;
}


/* Hypertext Module
-----------------------------------------------------------*/
a:link,
a:visited {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #777;
}
a.linkstyle {
	color: #126EAE;
	text-decoration: underline;
}
a:hover.linkstyle {
	color: #e00a8c;
}
::selection {
	color: #91a50b;
	background: #f2ff8e;
}
.swap {
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.swap:hover {
	opacity: 0.7;
}


/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 { margin-bottom: 0!important;}
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}

/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width45 { width: 45%;}
.width40 { width: 40%;}
.width35 { width: 35%;}
.width30 { width: 30%;}
.width25 { width: 25%;}
.width20 { width: 20%;}
.width15 { width: 15%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_fff { color: #fff;}
.c_red { color: #f00;}
.c_blue { color: #126EAE;}
.c_green { color: #189249;}
.c_orange { color: #ee761b;}
.c_pink { color: #ff3366;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}


/* inview
-----------------------------------------------------------*/
.effect_fadein {
	overflow: hidden;
	opacity: 0;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transform: translate(0,30px); 
	-moz-transform: translate(0,30px);
	-webkit-transform: translate(0,30px); 
	-o-transform: translate(0,30px);
	-ms-transform: translate(0,30px);
}
.effect_def {
	opacity: 1.0;
	transform: translate(0,0); 
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0); 
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
}


/* effect
-----------------------------------------------------------*/
.img_effect {
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.img_effect:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/* Table Module
-----------------------------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}
td,th {
	padding: 15px 10px;
	line-height: 1.5;
	border-bottom: 1px solid #ddd;
	word-wrap: break-word;
}


/* Forms Module
-----------------------------------------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 12px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f4f4f4;
}
select {
	padding: 12px 40px 12px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f4f4f4 url(../images/common/icon_down.svg) no-repeat 95% center;
	background-size: 15px 15px;
	cursor: s-resize;
}
select::-ms-expand {
	display: none;
}
.selectbox {
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
.selectbox::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #eee;
	height: 100%;
	width: 30px;
	border: 1px solid #777;
	border-radius: 0 4px 4px 0;
    pointer-events: none;
}
.selectbox::after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #777 transparent transparent transparent; 
    pointer-events: none;
}
.need:before,
.any:before {
	margin: 0 7px 0 0;
	padding: 3px 4px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
}
.need:before {
	content: "必須";
	background: #ff6969;
}
.any:before {
	content: "任意";
	background: #999;
}
.input_text:hover,
textarea:hover,
select:hover {
	opacity: 0.8;
	border-color: #464646
}
label:hover {
	cursor: pointer;
	opacity: 0.8;
}
::placeholder{
  color: #aaa;
}


/* sp_nav
-----------------------------------------------------------*/
.area_drawermenu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 190;
	background: rgba(0,0,0,0.95);
	width: 100%;
	height: 100%;
	overflow: auto;
}
.area_drawermenu.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.area_drawermenu .inner {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 80px 20px 40px;
}
.list_drawermenu {
	margin: 0 0 30px;
}
.list_drawermenu li {
	position: relative;
}
.list_drawermenu li::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #aaa #aaa transparent transparent;
	transform: rotate(45deg);
 }
.list_drawermenu li a {
	display: block;
	width: 100%;
	padding: 15px 0;
	border-bottom:  1px dotted #aaa;
	color: #fff;
}
.drawermenu_closebtn {
	display: inline-block;
	visibility: hidden;
	z-index: 1001;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 8px 0;
	font-size: 160%;
	-webkit-transition: ease-out .5s;
	-ms-transition: ease-out .5s;
	-o-transition: ease-out .5s;
	transition: ease-out .5s;
}
.drawermenu_closebtn.active {
	visibility: visible;
	bottom: 0;
}
.header_menubtn {
	display: none;
	position: fixed;
	top: 5px;
	right: 10px;
	z-index: 200;
	width: 54px;
	height: 54px;
	text-align: center;
	cursor: pointer;
}
.menu_trigger,
.menu_trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu_trigger {
	position: relative;
	width: 30px;
  height: 21px;
  top: 15px;
}
.menu_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: white;
}
.menu_trigger span:nth-of-type(1) {
	top: 0;
}
.menu_trigger span:nth-of-type(2) {
	top: 9px;
}
.menu_trigger span:nth-of-type(3) {
	bottom: 0;
}
.active .menu_trigger span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
	background: white;
}
.active .menu_trigger span:nth-of-type(2) {
	opacity: 0;
}
.active .menu_trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
	background: white;
}


/* layout_common
-----------------------------------------------------------*/
.sp_only {
	display: none;
}
.cover { 
	width: 100%;
	margin: 0 auto;
}
.wrap_1120 {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
}
.wrap_1024 {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
}
.wrap_960 {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}

.area_header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #c7161d;
	z-index: 99;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .7);
}
.area_header_inner {
	position: relative;
	width: 94%;
	max-width: 1120px;
	margin: 0 auto;
}
.area_header_inner .box_logo {
	width: 180px;
	padding: 5px 0 10px;
}
.area_header_inner > div.box_nav {
	position: absolute;
	top: 15px;
	right: 0;
}
.header_nav {
	align-items: center;
}
.header_nav .tel {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: .1em;
}
.global {
	width: 100%;
	border-top: 1px solid #ed647c;
	text-align: center;
}
.global li {
	display: inline;
	margin: 0 0 0 -4px;
}
.global li a {
	position: relative;
	display: inline-block;
	padding: 20px 60px;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .1em;
	z-index: 1;
}
.global li a:hover {
	background: #1a1a1a;
}

.area_contact {
	width: 100%;
	padding: 40px 0;
	background: #f5f5f5;
}
.area_contact .ttl {
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
}
.box_contact > div {
	width: 50%;
	text-align: center;
}
.box_contact .btn_tel {
	background: #c7161d;
	font-size: 2.4rem;
	letter-spacing: .1em;
}
.box_contact .btn_tel a {
	display: block;
	height: 80px;
	padding-top: 12px;
	color: #fff;
}
.box_contact .btn_tel a span {
	display: block;
	margin: 0;
	font-size: 1.1rem;
	letter-spacing: normal;
}
.box_contact .btn_tel2 {
	display: block;
	height: 80px;
	padding-top: 12px;
	background: #c7161d;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: .1em;
}
.box_contact .btn_tel2 span {
	display: block;
	margin: 0;
	font-size: 1.1rem;
	letter-spacing: normal;
}


.box_contact .btn_web {
	background: #1a1a1a;
	font-size: 2.1rem;
	letter-spacing: .1em;
}
.box_contact .btn_web a {
	display: block;
	height: 80px;
	padding-top: 24px;
	color: #fff;
}


.area_footer {
	width: 100%;
	background: #1a1a1a;
}
.block_footer {
	padding: 60px 0 40px;
}
.block_footer > div.box_info {
	color: #fff;
	text-align: center;
}
.block_footer .box_info img {
	width: 100%;
	max-width: 210px;
	margin: 0 0 40px;
}
.block_footer .box_info h2 {
	margin: 0 0 15px;
	font-size: 1.8rem;
}
.block_footer .box_info h2 span {
	font-size: 1.2rem;
	font-weight: 400;
}
.block_footer .box_info p {
	font-size: 1.4rem;
}
.copyright {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 16px 0;
	background: #333;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
}
.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	padding-top: 18px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.7);
}
.pagetop a:hover {
	opacity: 0.5;
}

.btnarea1 {
	padding: 50px 0 0;
	text-align: center;
}
.btnarea2 {
	padding: 15px 0 0;
	text-align: center;
}
.btn01 a {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 260px;
	padding: 10px;
	background: #1a1a1a;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	z-index: 1;
}
.btn01 a:hover {
	opacity: 0.6;
}
.btn02 a {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 260px;
	padding: 10px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	z-index: 1;
}
.btn02 a:hover {
	opacity: 0.6;
}


/* layout_index
-----------------------------------------------------------*/
.cover_slider {
	padding-top: 120px;
}
.slider {
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized {
	opacity: 1;
	width: 100%;
	margin:  0;
}
.slick-current:after {
	visibility: hidden;
}
.slider_arr {
	position: absolute;
	top: 50%;
	border: none;
	cursor: pointer;
	opacity: 0.8;
	z-index: 3;
}
.arr_prev {
	left: 0;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	background: url(../images/common/icon_prev.svg) no-repeat center center;
	background-size: 40px 40px;
}
.arr_next {
	right: 0;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	background: url(../images/common/icon_next.svg) no-repeat center center;
	background-size: 40px 40px;
}
.slider_arr:hover {
	opacity: 0.6;
}

.top_contents {
	width: 100%;
	padding: 100px 0;
}
.top_contents.bg_blk01 {
	background: #000 url(../images/index/bg01.jpg) no-repeat center top;
	background: cover;
}
.top_contents.bg_blk02 {
	background: #000 url(../images/index/bg02.jpg) no-repeat center top;
	background: cover;
}
.contents_inner {
	margin: 0 0 80px;
}
.top_contents_ttl {
	margin: 0 0 80px;
	color: #fff;
	font-size: 4.6rem;
	font-weight: 300;
	letter-spacing: .1em;
	text-align: center;
}
.top_contents_ttl span {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,.4);
	font-size: 1.4rem;
	font-weight: 500;
}

.top_box_about {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.top_box_about .ttl {
	font-size: 2.4rem;
	letter-spacing: .2em;
}
.top_box_about .read {
	position: relative;
	margin: 0 0 60px;
	line-height: 2.4;
	letter-spacing: .2em;
}
.top_box_about .read:before{
	 content: '';
	 position: absolute;
	 bottom: -40px;
	 left: 50%;
	 transform: translateX(-50%);
	 border-top: 12px solid #fff; 
	 border-right: 12px solid transparent;
	 border-left: 12px solid transparent;
}
.top_box_about .read2 {
	margin: 0 0 10px;
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: .1em;
}
.top_box_about .read3 {
	margin: 0 0 40px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: .2em;
}
.btn_about {
	display: flex;
	flex-wrap:wrap; 
   -webkit-justify-content: center;
   justify-content: center;
   width: 100%;
   max-width: 540px;
   margin: 0 auto;
  }
.btn_about  > li {
   width: 48%;
   margin: 0 4% 2% 0;
  }
.btn_about  > li:last-child {
   margin: 0 0 2% 0;
  }
.btn_about  .btn a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	z-index: 1;
 }
.btn_about  .btn a:hover {
	opacity: 0.6;
}

.top_service_ttl {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 2px solid #c7161d;
	color: #c7161d;
	font-size: 1.8rem;
	text-align: center;
}
.box_service > div {
	position: relative;
	background: #c7161d;
}
.box_service > div a {
	display: block;
	width: 100%;
	height: 100%;
}
.box_service .pic {
	height: 160px;
	background: #fff;
	text-align: center;
}
.box_service .pic img {
	height: 100%;
}
.box_service .txt {
	padding: 20px;
	color: #fff;
}
.box_service .ttl {
	margin: 0 0 10px;
	font-size: 1.8rem;
	font-weight: 500;
}

.list_news li {
	position: relative;
}
.list_news li a {
	display: table;
	width: 100%;
	margin: 0 0 5px;
	background: rgba(0,0,0,.15);
	color: #fff;
}
.list_news li a:hover {
	background: rgba(0,0,0,.3);
}
.list_news li span {
	display: table-cell;
	padding: 20px;
}
.list_news li span.date {
	width: 120px;
	border-right: 1px solid #7c000f;
}
.list_news li::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
 }


.box_post > div {
	position: relative;
	background: #f5f5f5;
}
.box_post .label {
	display: block;
	margin: 0 0 10px;
}
.box_post .label a {
	display: inline-block;
	margin: 0 3px 1px 0;
	padding: 3px 10px;
	background: #1a1a1a;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 1;
}
.box_post .label a:hover {
	opacity: .7;
}
.box_post .photoarea {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 150px;
	background: #ccc;
}
.box_post .photoarea img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.box_post .txtarea {
	padding: 15px;
}
.box_post .ttl {
	margin: 0 0 15px;
	font-size: 1.6rem;
	font-weight: 400;
}
.box_post .date {
	margin: 0 0 5px;
	color: #888;
	font-size: 1.1rem;
}
.box_post > div:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.box_post > div:hover .ttl {
	color: #c7161d;
}






/* layout_subpage
-----------------------------------------------------------*/
.sub_mainimg {
	width: 100%;
	height:100%;
	margin-top: 120px;
	padding: 60px 0;
	background: url(../images/common/sub_mainimg01.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.sub_mainimg.page_form {
	width: 100%;
	height:100%;
	margin-top: 65px;
	padding: 60px 0;
	background: url(../images/common/sub_mainimg01.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.sub_mainimg .ttl {
	margin: 0;
	color: #fff;
	font-size: 4rem;
	font-weight: 300;
	letter-spacing: .1em;
	line-height: 1.2;
	text-align: center;
}
.sub_mainimg .ttl span {
	display: block;
	padding-top: 5px;
	font-size: 1.4rem;
	font-weight: 500;
}

.topicpath {
	overflow: hidden;
	padding: 5px 0;
}
.topicpath ul {
	margin: 0;
	padding: 3px 0 0;
	list-style: none;
}
.topicpath li {
	display: inline;
	color: #fff;
	font-size: 1.2rem;
}
.topicpath li a {
	padding-right: 8px;
	color: #fff;
}
.topicpath li a:after {
	content: "\f0da";
	font-family:'Font Awesome 5 Free','FontAwesome';
	padding-left: 12px;
}
.sub_contents {
	width: 100%;
	padding: 60px 0 100px;
}
.sub_contents_head {
	margin: 0;
	padding: 10px 50px;
	background: #1a1a1a;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
}
.sub_contents_block {
	margin: 0 0 80px;
	padding: 40px 60px;
	background: #fff;
}
.sub_contents_block .inner {
	margin: 0 0 80px;
}
.sub_contents_ttl1 {
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 3px solid #c7161d;
	color: #c7161d;
	font-size: 3.6rem;
	font-weight: 400;
}
.sub_contents_ttl2 {
	margin: 0 0 20px;
	font-size: 1.8rem;
	font-weight: 700;
}
.sub_contents_ttl3 {
	margin: 0 0 20px;
	color: #c7161d;
	font-size: 1.8rem;
	font-weight: 700;
}
#m01,
#m02,
#m03,
#m04 {
	margin-top: -120px;
	padding-top: 120px;
}

.list_info li {
	display: table;
	width: 100%;
	margin: 0;
	padding: 25px 25px 25px 10px;
	border-bottom: 1px dotted #ccc;
  font-size: 1.6rem;
}
.list_info li span {
	display: table-cell;
}
.list_info li span.date {
	width: 150px;
	font-weight: 500;
}


/* layout_post
-----------------------------------------------------------*/
.cover_post {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.main {
	width: 72%;
}
.side {
	width: 24%;
}
.box_post2 {
	margin: 0 0 30px;
	padding: 40px 60px;
	background: #fff;
}
.box_post2 .label {
	display: block;
	margin: 0 0 5px;
}
.box_post2 .label a {
	display: inline-block;
	margin: 0 3px 1px 0;
	padding: 3px 10px;
	background: #1a1a1a;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1;
}
.box_post2 .label a:hover {
	opacity: .7;
}
.box_post2 .date {
	margin: 0 0 30px;
	 color: #777;
	 font-weight: 300;
	 font-size: 1.2rem;
	 text-align: right;
}
.box_post2 .ttl {
	margin: 0 0 5px;
	padding: 0 0 10px;
	border-bottom: 3px solid #c7161d;
	color: #c7161d;
	font-size: 3rem;
	font-weight: 400;
}
.entry-content {
	margin: 0 0 40px;
}
.entry-content ul {
	margin-bottom: 27px;
	list-style: disc;
}
.entry-content ol {
	margin-bottom: 27px;
	list-style: decimal;
}
.entry-content li {
	margin: 0 0 5px 25px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 20px;
}
.entry-content h1 {
	font-size: 200%;
}
.entry-content h2 {
	font-size: 180%;
}
.entry-content h3 {
	font-size: 160%;
}
.entry-content h4 {
	font-size: 150%;
}
.entry-content h5 {
	font-size: 140%;
}
.entry-content h6 {
	font-size: 120%;
}
.entry-content img {
	max-width: 100%;
}
.entry-content a {
	color: #4954eb;
	text-decoration: underline;
}
.entry-content a:hover {
	color: #c7161d;
}
.side_box {
	margin: 0 0 40px;
	font-size: 1.3rem;
}
.side_box p {
	margin: 0;
	padding: 3px 15px;
	background: #fff;
	color: #c7161d;
}
.side_box ul {
	width: 100%;
	margin: 0;
	list-style: none;
}
.side_box li {
	margin: 0;
	border-bottom: 1px dotted #ccc;
	color: #fff;
}
.side_box li a {
	display: inline-block;
	padding: 8px 5px 8px 12px;
	color: #fff;
}
.side_box li:hover {
background: #8c0409;
}
.paging{
	overflow: hidden;
	margin: 0 0 30px ;
	list-style-type: none;
	text-align: center;
}
.paging li {
	display: inline-block;
	margin-left: 5px;
}
.paging a,
.paging span{
	display: block;
	text-align: center;
	padding: 5px 15px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.4rem;
}
.paging a:hover{
	color: #1a1a1a;
	background: #fff;
}

a.pages {
	display: inline-block;
	text-align: center;
	margin: 0 0 5px;
	padding: 5px 15px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.4rem;
}
span.pages {
	display: inline-block;
	text-align: center;
	margin: 0 0 5px;
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #fff;
	color: #1a1a1a;
	font-size: 1.4rem;
}
a.pages:hover{
	color: #1a1a1a;
	background: #fff;
}


/* layout_service
-----------------------------------------------------------*/
.block_service {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.block_service > div.pic {
	width: 32%;
	order: 2;
}
.block_service > div.txt {
	width: 65%;
	order: 1;
}
.box_service1 {
	margin: 0 0 20px;
	padding: 25px;
	background: #f5f5f5;
}
.box_service2 {
	margin: 0 0 20px;
	text-align: center;
}
.box_service2 img {
	width: 70%;
}
.list_point {
	margin: 0 0 20px;
}
.list_point li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #aaa;
	font-size: 1.5rem;
	font-weight: 500;
}
.list_point li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.list_point li::before {
	content: "▶";
	padding-right: 5px;
	color: #c7161d;
	font-size: 1.3rem;
}
.list_step {
	margin: 0 0 20px;
}
.list_step dt {
	color: #c7161d;
	font-weight: 500;
}
.list_step dd {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #aaa;
}
.tbl_plan {
	border-left: 1px solid #ddd;
}
.tbl_plan thead th {
	padding: 5px;
	background: #333;
	border-right: 1px solid #ddd;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}
.tbl_plan tbody td {
	padding: 10px 5px;
	background: #fafafa;
	border-right: 1px solid #ddd;
	font-weight: 400;
	text-align: center;
}
.btn_service {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 50px;
}
.btn_service a {
	display: block;
	width: 100%;
	padding: 10px;
	background: #333;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .1em;
}
.btn_service a span {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
}




/* layout_contact
-----------------------------------------------------------*/
.tbl_contact {
	margin: 0 0 40px;
}
.tbl_contact th {
	width: 30%;
	font-weight: 500;
	text-align: left;
}
.tbl_contact td {
width: 70%;
}
.tbl_contact thead th {
	padding: 5px 10px;
	background: #555;
	color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
}
.btn_form {
	display: flex;
	flex-wrap:wrap; 
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.btn_form > li {
	width: 49%;
	margin: 0 2% 2% 0;
}
.btn_form > li:nth-child(2n) {
	margin: 0 0 2% 0;
}
.btn_form > li {
	width: 49%;
}
.btn_form .btn01 {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	border: 1px solid #c7161d;
	color: #c7161d;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
.btn_form .btn02 {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	border: 1px solid #1a1a1a;
	color: #1a1a1a;
	font-size: 1.6rem;
	text-align: center;
}
  





/* Responsive
-----------------------------------------------------------*/
@media screen and (max-width: 1120px) {
.global li a {
	padding: 20px 30px;
}

}


@media screen and (max-width: 768px) {
.sp_only {
	display: block;
}
.pc_only {
	display: none;
}
.header_menubtn {
	display: block;
}
.area_header .box_nav,
.global {
	display: none;
}
.area_header {
	position: fixed;
	top: 0;
	z-index: 99;
}
.area_header .box_logo {
	width: 160px;
}
.box_contact {
	border-left: none;
}
.box_contact > div {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border-right: none;
}


/* layout_index */
.cover_slider {
	padding-top: 60px;
}
.arr_prev {
	left: 0;
	width: 24px;
	height: 24px;
	margin: -12px 0 0;
	background: url(../images/common/icon_prev.svg) no-repeat center center;
	background-size: 24px 24px;
}
.arr_next {
	right: 0;
	width: 24px;
	height: 24px;
	margin: -12px 0 0;
	background: url(../images/common/icon_next.svg) no-repeat center center;
	background-size: 24px 24px;
}
.top_contents {
	padding: 60px 0;
}
.top_contents_ttl {
	margin: 0 0 30px;
	font-size: 3.2rem;
}
.top_contents_ttl span {
	font-size: 1.4rem;
}

.top_box_about .ttl {
	font-size: 2.4rem;
	letter-spacing: .2em;
}
.top_box_about .read {
	margin: 0 0 60px;
	line-height: 2;
	letter-spacing: .1em;
	text-align: left;
}
.top_box_about .read br {
	display: none;
}
.top_box_about .read2 {
	margin: 0 0 40px;
	font-size: 1.8rem;
}
.top_box_about .read3 {
	display: none;
}
.btn_about {
	display: flex;
	flex-wrap:wrap; 
   -webkit-justify-content: center;
   justify-content: center;
   width: 100%;
   max-width: 260px;
   margin: 0 auto;
  }
.btn_about  > li {
   width: 100%;
   margin: 0 0 15px 0;
  }
.btn_about  > li:last-child {
   margin: 0 0 15px 0;
  }

.list_news li a {
	display: inline-block;
	width: 100%;
	margin: 0 0 10px;
	padding: 15px 25px 15px 15px;
}
.list_news li span {
	display: block;
	padding: 0;
}
.list_news li span.date {
	width: 100%;
	margin: 0 0 5px;
	border: none;
	font-size: 1.3rem;
}
.list_news li::after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
 }
.box_service .pic {
	height: 120px;
}

/* layout_subpage */
.sub_mainimg {
	margin-top: 54px;
	padding: 40px 0;
}
.sub_mainimg .ttl {
	font-size: 3rem;
}
.sub_mainimg .ttl span {
	padding-top: 3px;
	font-size: 1.1rem;
}
.sub_contents {
	padding: 30px 0 60px;
}
.sub_contents_head {
	padding: 10px 20px;
	font-size: 1.5rem;
}
.sub_contents_block {
	margin: 0 0 60px;
	padding: 20px;
}
.sub_contents_block .innner {
	margin: 0 0 40px;
}
.sub_contents_ttl1 {
	margin: 0 0 20px;
	font-size: 2.4rem;
}
.sub_contents_ttl2 {
	margin: 0 0 20px;
	font-size: 1.6rem;
	letter-spacing: 1px;
}
.sub_contents_ttl3 {
	margin: 0 0 20px;
	font-size: 1.5rem;
}
.sub_contents_box1 {
	padding: 25px;
}

.list_info li {
	display: block;
	padding: 20px 0;
  font-size: 1.6rem;
}
.list_info li span {
	display: block;
}
.list_info li span.date {
	width: 100%;
}


/* layout_post */
.main {
	width: 100%;
	margin: 0 0 40px;
}
.side {
	width: 100%;
}

/* layout_service */
.block_service > div.pic {
	width: 100%;
	margin: 0 0 30px;
	order: 1;
}
.block_service > div.txt {
	width: 100%;
	order: 2;
}
.box_service1 {
	padding: 15px;
}
.box_service2 img {
	width: 100%;
}



/* layout_contact */
.tbl_contact {
	margin: 0 0 40px;
}
.tbl_contact th {
	display: block;
	width: 100%;
	padding: 15px 10px 0 10px;
	border: none;
}
.tbl_contact td {
	display: block;
	width: 100%;
}
.tbl_contact thead {
	display: none;
}
  
}


@media screen and (max-width: 480px) {
.copyright {
	font-size: 0.9rem;
	text-align: left;
}
.col3.box_service > div {
	width: 49%;
}
.box_service .pic {
	height: auto;
}

.col3.box_post > div,
.col4.box_post > div {
	width: 49%;
}
.box_post .photoarea {
	height: 150px;
}

}

