@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 800px;
	margin: 0;
	padding: 0;
/*
	background: #f8efe0 url(../images/bg.png);
*/
	background: #fdf8eb;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
	font-size: 18px;
	line-height: 1.6;
	color: #383838;
}

h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, a, span, img, figure, figcaption, table {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	font-weight: normal;
	list-style: none;
}

.sp {
	display: none;
}

.red {
	color: #e73323;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.inline {
	display: inline-block;
	vertical-align: top;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.flex{
    display: flex;
}

address, em {
	font-style: normal;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: 0;
}

a {
	text-decoration: none;
	transition: .4s;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

#container {
	width: 800px;
	margin: 10px auto 50px;
	background: #fff;
/*
	box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.3);
*/
}

.container {
	margin: 0 60px 60px;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document heading
--------------------------------------------------------- */

.h2 {
	height: 60px;
	margin-bottom: 20px;
	padding-left: 28px;
	border-bottom: solid 4px #d7d6d5;
	font-weight: 500;
	font-size: 30px;
	line-height: 50px;
	position: relative;
}

.h2:before {
	content: '';
	width: 9px;
	height: 100%;
	background: #e80c7c;
	position: absolute;
	left: 0;
	bottom: 0;
}

.h2 span {
	font-weight: 500;
}

/* ---------------------------------------------------------
	CSS Document matome
--------------------------------------------------------- */

.matome {
	margin-top: 70px;
	padding: 1px 30px 30px;
	border-radius: 10px;
	background: #105d00;
	font-size: 20px;
	color: #fff;
        margin-bottom: 50px;
}

.matome h3 {
	margin: -30px 0 15px;
	text-align: center;
}

.matome h3 span {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	box-shadow: 0 0 0 3px #105d00 inset;
	background: #fff;
	font-weight: 500;
	font-size: 40px;
	line-height: 56px;
	color: #0f0f0f;
}


/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	margin-top: 20px;
	padding: 15px 0;
	background: #009b6b;
	font-size: 13px;
	color: #fff;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 70px;
	height: 70px;
	overflow: hidden;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	background: rgba(255, 106, 139, 0.9);
	font-size: 0;
	color: #fff;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9;
	cursor: pointer;
}

#pagetop:before {
	content: '';
	width: 20px;
	height: 20px;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 22px;
	left: 23px;
}

#pagetop:after {
	content: '';
	width: 20px;
	height: 20px;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 37px;
	left: 23px;
}

#pagetop:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */
#visual {
  height: 160px;
  margin-bottom: 40px;
  padding: 2% 2% 1.8%;
  background: #4472c4;
  font-size: 0;
}
#visual .article {
  width: 100%;
  height: 130px;
}
#visual h1 {
  width: 60%;
  padding: 20px 0;
  float: left;
}
#visual p {
  float: right;
  font-weight: bold;
  text-align: left;
  font-size: 26px;
  line-height: 1.3;
  color: #fff;
  width: 40%;
  padding: 30px 0 0 5%;
}