@charset "utf-8";

/* *****共通設定***** */
.contents{
	background-color: aliceblue;
}

h2{
	text-align:center;
}

h3{
 position: relative;
  margin: 30px 200px;
  text-align: center;
}

h3:before,
h3:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #d90606;
}

h3:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

h3:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

h3 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #fa4141;
}

h3 span:before,
h3 span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #b70505 transparent transparent transparent;
}

h3 span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}

h3 span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}
h3{
	font-family: 'Kosugi Maru', sans-serif;
}

.h41{
  border-bottom: 3px double #002ACD;
	color: #002ACD;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 2rem;
}

.h42{
  border-bottom: 3px double #009944;
	color: #009944;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 2rem;
}

.h43{
  border-bottom: 3px double #DF0003;
	color: #DF0003;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 2rem;
}

.h44{
  border-bottom: 3px double #A407CF;
	color: #A407CF;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 2rem;
}

.p01{
	font-size: 2rem;
	color: #FB3600;
	font-family: 'Kosugi Maru', sans-serif;	
}

.p02{
	font-size: 1.5rem;
	font-family: 'Kosugi Maru', sans-serif;	
}

.p02 span{
	font-size: 1rem
}

.p03{
	font-size: 1.2rem;
	font-family: 'Kosugi Maru', sans-serif;	
}

.p04{
	font-size: 2rem;
	font-family: 'Kosugi Maru', sans-serif;	
}

.photo img{
	height: 100%;
}

.cp_hr01 {
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #727272;
}
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #00BCD4;
  background: #ECECEC;
  transition: .4s;
	font-size: 1.5rem;
	font-family: 'Kosugi Maru', sans-serif;	
}

.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
	text-decoration: none;
}

/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {

	
	
} /* END */





