@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 480px) {
  html,
  body {
    -webkit-overflow-scrolling: touch;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  line-height: 1.5em;
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  color: #000;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

dl.dl_style dt {
  float: left;
  clear: left;
}
dl.dl_style dd {
  float: left;
  padding-left: 30px;
}

.col_white{
    color: white;
}

@media screen and (min-width: 801px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .sp_only480 {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .sp_hide {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .sp_kaigyo {
    display: block !important;
  }

  .sp_hide480 {
    display: none !important;
  }
}
.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !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;
}

.text_red {
  color: #C0272D;
}

.text_center {
  text-align: center;
}

.pc img.h_img_pc{
    width: 100%;
}

.pc a{
	display:block;
	padding:15px;
	text-align:center;
	width:250px;
	margin:0px auto;
	font-size:22px;
	border-radius:3px;
	border:#C80033 solid 1px;
	color:#FFF;
    background: linear-gradient(#C80033, #EA396B);
	text-decoration:none;
}

.pc a:hover{
	display:block;
	padding:15px;
	text-align:center;
	width:250px;
	margin:0px auto;
	font-size:22px;
	border-radius:3px;
	border:#C80033 solid 1px;
	color:#C80033;
    background:#FFF;
	text-decoration:none;
}

.sp {
  display: none;
}

@media screen and (min-width: 801px) {
  .tel_icon {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
    width: 100%;
  }

  .sp img {
    width: 100%;
    height: auto;
  }
}
/* ヘッダー
---------------------------------------------------------------------------------------------------------------------------------------*/
h1 {
  /*width: 1360px;
  margin-left: auto;
  margin-right: auto;*/
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}
h1.h1_pc {
  /*margin-top: 10px;*/
  /*no_h1*/
}
h1.h1_sp {
  display: none;
}

.tel_icon img {
  width: 60px;
}

@media screen and (max-width: 1360px) {
  /*h1 {
    width: 100%;
  }*/
}
@media screen and (max-width: 800px) {
  h1 {
    display: none;
  }
  h1.h1_sp {
    display: block;
    margin-top: 60px;
  }
}
/* コンテンツ
---------------------------------------------------------------------------------------------------------------------------------------*/
article {
  width: 100%;
}

section {
  width: 100%;
}

section h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.contents-wrap {
  width: 100%;
}

.contents-box {
  width: 1360px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
.contents-box img {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
}

.box {
  margin-bottom: 1rem;
  padding: 1rem;
  width: 100%;
}

.box2 {
  margin-bottom: 1rem;
  padding: 1rem;
  width: 50%;
}
.box2.size60 {
  width: 60%;
}
.box2.size40 {
  width: 40%;
}

.box3 {
  margin-bottom: 1rem;
  padding: 1rem;
  width: 33.3%;
}

.box4 {
  margin-bottom: 1rem;
  padding: 1rem;
  width: 25%;
}

@media screen and (max-width: 1360px) {
  .contents-box {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .box2 {
    width: 100%;
  }
  .box2.size60 {
    width: 100%;
  }
  .box2.size40 {
    width: 100%;
  }

  .box3 {
    width: 100%;
  }

  .box4 {
    width: 100%;
  }
}
@media screen and (min-width: 481px) {
  .contents-box {
    padding: 0 2.5%;
  }

 p.sp img{
	 display:block;
	 width:90%;}

 .sp a{
	display:block;
	padding:15px;
	text-align:center;
	width:250px;
	margin:0px auto;
	font-size:22px;
	border-radius:3px;
	border:#C80033 solid 1px;
	color:#FFF;
    background: linear-gradient(#C80033, #EA396B);
	text-decoration:none;
}

.sp a:hover{
	display:block;
	padding:15px;
	text-align:center;
	width:250px;
	margin:0px auto;
	font-size:22px;
	border-radius:3px;
	border:#C80033 solid 1px;
	color:#C80033;
    background:#FFF;
	text-decoration:none;
}
  
}

@media screen and (max-width: 481px) {

 p.sp img{
	 display:block;
	 width:90%;}
  
 .sp a{
	display:block;
	padding:15px;
	text-align:center;
	width:250px;
	margin:0px auto;
	font-size:22px;
	border-radius:3px;
	border:#C80033 solid 1px;
	color:#FFF;
    background: linear-gradient(#C80033, #EA396B);
	text-decoration:none;
}

.sp a:hover{
	display:block;
	padding:15px;
	text-align:center;
	width:250px;
	margin:0px auto;
	font-size:22px;
	border-radius:3px;
	border:#C80033 solid 1px;
	color:#C80033;
    background:#FFF;
	text-decoration:none;
}
  
}


/*# sourceMappingURL=common.css.map */
