@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Kosugi&display=swap');

.cmshtml ul{
	margin: 0;
	padding: 0;
}
.cmshtml html{
	font-size: 16px;
}
.cmshtml body{
	font-size: 1rem;
	color: #333;
}
.cmshtml #wrapper{
	width: 100%;
}
.cmshtml a{
	color: #333;
	text-decoration: none;
}
.cmshtml a:hover{
	text-decoration: none;
}
.cmshtml a:visited{
	color: #333;
	text-decoration: none;
}
.cmshtml #m_contents_inb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto 100px;
}
.cmshtml #contents_l {
    flex: 1 1 auto;
    padding-right: 20px;
	max-width: 900px;
}

.cmshtml #contents_r {
    width: 300px;
    background: #ccc;
    padding: 1.25rem;
}

.cmshtml h1{
	display: none;
}
.cmshtml img{
	max-width: 100%;
	height: auto;
}
.cmshtml .header{
	margin: 0 auto;
	position: relative
}

.cmshtml #mainimgarea{
	margin-bottom: 50px;
}
.cmshtml .h_area{
	background: #818181;
	display: flex;
	padding: 30px;
	justify-content: space-between;
}
.cmshtml #h_ul{
	display: flex;
	justify-content:center;
	align-items: center;
}
.cmshtml .h_li{
	list-style-type: none;
	padding: 0 20px;
	font-size: 1rem;
	font-weight: bold;
	font-family: 'Kosugi', sans-serif;
	letter-spacing: 0.1em;
}
.cmshtml .h_li a{
	color: #FFFFFF;
	text-decoration: none;
}
.cmshtml .h_li a:hover{
	text-decoration: none;
	color: #CCCCCC;
	transition:0.4s;
}
.cmshtml .h_li a:visited{
	color: #333;
	text-decoration: none;
}


.cmshtml .s_area img {
    width: 100%;
    height: auto;
}

.cmshtml #main{
	width: 100%;
}

.cmshtml .contents-box p{
	letter-spacing: 0.05em;
}


.cmshtml .contents_title{
	background-image: url("../img/title.jpg")
}
.cmshtml .title_text{
	font-size:2rem;
	text-align: center;
	font-weight: bold;
	padding: 50px;
	text-shadow: 3px 3px 3px #fff;
}

.cmshtml .rdplanetitle h2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  font-size:2rem !important;
}

.cmshtml .rdplanetitle h2:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #f31b1e;
}

.cmshtml .rdplanetitle h3 {
  border-bottom: solid 3px #dcdcdc;
  position: relative;
  font-size: 1.5rem !important;
}

.cmshtml .rdplanetitle h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #f31b1e;
  bottom: -3px;
  width: 10%;
}

.cmshtml .rdplanetitle h4 {
	position: relative;
	padding-left: 1.5em;
	font-size: 1.2rem !important;
}
.cmshtml .rdplanetitle h4:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	left: 0;
	top: 0;
	font-weight: 900;
	font-size: 1em;
	color: #f31b1e;
}



.cmshtml .footer{
	width: 100%;
	margin: 0 auto;
}

.cmshtml .cmshtml .contact{
	max-width: 1200px;
	margin: 0 auto 80px;
	padding-top: 20px;
	}
.cmshtml .c_title {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  font-size:2rem !important;
  margin-bottom: 30px;
  color: #fff;
}
.cmshtml .c_title:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #f31b1e;
}
.cmshtml .c_text{
	text-align: center;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.cmshtml .telmail{
	display: flex;
	justify-content:space-around;
}
.cmshtml .tel {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	min-width:350px;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size:1.2rem;
	display: flex;
	justify-content: center;
}
.cmshtml .tel::before{
    display: inline-block;
    transform: scaleX(-1);
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	margin-right: 5px;
}
.cmshtml .c_btn a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	min-width: 350px;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #fff;
	background: #f31b1e;
	color: #fff;
	font-size:1.2rem;
	transition: 0.5s;
}
.cmshtml .c_btn:hover a {
	color: #f31b1e;
	background: #fff;
	border: 1px solid #f31b1e;
}
.cmshtml .c_btn a::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	margin-right: 10px;
}

.cmshtml .btn02 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #fff;
	background: #f31b1e;
	color: #fff;
	font-size:1.2rem;
	transition: 0.5s;
}
.cmshtml .btn02:hover a {
	color: #f31b1e;
	background: #fff;
	border: 1px solid #f31b1e;
}



.cmshtml .company{
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
.cmshtml .f_logo{
	padding: 15px;
}
.cmshtml .adress{
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
}
.cmshtml .adress_in{
	line-height: 2;
	padding: 20px;
}
.cmshtml .adress_in a{
	color: #CCCCCC;
}
.cmshtml .adress_in a:hover{
	text-decoration: none;
	color: #fff;
	transition:0.4s;
}
.cmshtml .adress_in a:visited{
	color: #ccc;
}

.cmshtml #f_ul{
	display: flex;
	justify-content:center;
	align-items: center;
}
.cmshtml .f_li{
	list-style-type: none;
	padding: 15px;
	font-size: 1rem;
	font-family: 'Kosugi', sans-serif;
	letter-spacing: 0.1em;
}
.cmshtml .f_li a{
	color: #FFFFFF;
	text-decoration: none;
}
.cmshtml .f_li a:hover{
	text-decoration: none;
	color: #CCCCCC;
	transition:0.4s;
}
.cmshtml .f_li a:visited{
	color: #333;
	text-decoration: none;
}

.cmshtml #copy{
	font-size: 0.7rem;
	text-align: center;
	padding: 20px;
	color: #fff;
	letter-spacing: 0.05em;
}

.cmshtml .pagetop_btn {
    display: none;
    position: fixed;
    bottom: 2.3rem;
    right: 15px;
    z-index:100;
    border-radius: .2rem;
}
.cmshtml .pagetop_btn a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 1rem;
    text-decoration: none;
    padding: 10px 15px;
    opacity: 0.5;
}
.cmshtml .pagetop_btn a:hover {
    display: block;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    padding:10px 15px;
    opacity: 0.8;
	transition:0.5s;
}

.cmshtml .pc_view {
    display: block;
}

.cmshtml .sp_view {
    display: none;
}


.cmshtml .blogcol_side .rdplanetitle h2 {
	padding: 10px 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #ddd;
}

.cmshtml .blogcol_side .rdBlogSearch .rdBlogSearch-btn, .cmshtml .blogcol_side .rdCalendar .rdCalendarTable-link {
	background-color: #e40005;
}

.cmshtml .blogcol_side .rdMonthlyArchive .rdMonthlyArchive-item::before {
	border-color: #e40005;
}

.cmshtml table{
border-collapse:collapse;
}
.cmshtml .rdtableTable {
    border:none !important;
}