@charset "utf-8";
/* CSS Document 後続共通css*/

/*基本レイアウト*/
#contents {
}
#main {
	padding-top: 100px;
	margin-top: -100px;
}

/*本文マージン*/
#contents .margin0 {
	margin-bottom: 0px!important;
}
#contents .margin10 {
	margin-bottom: 10px!important;
}
#contents .margin20 {
	margin-bottom: 20px!important;
}
#contents .margin30 {
	margin-bottom: 30px!important;
}
#contents .margin40 {
	margin-bottom: 40px!important;
}
#contents .margin50 {
	margin-bottom: 50px!important;
}
#contents .margin60 {
	margin-bottom: 60px!important;
}
#contents .margin70 {
	margin-bottom: 70px!important;
}
#contents .margin80 {
	margin-bottom: 80px!important;
}
#contents .margin90 {
	margin-bottom: 90px!important;
}
#contents .margin1em {
	margin-bottom: 1em!important;
}
#contents .margin2em {
	margin-bottom: 2em!important;
}
#contents .margin3em {
	margin-bottom: 3em!important;
}
#contents .margin4em {
	margin-bottom: 4em!important;
}
#contents .margin5em {
	margin-bottom: 5em!important;
}
#contents .margin6em {
	margin-bottom: 6em!important;
}
#contents .margin7em {
	margin-bottom: 7em!important;
}
#contents .margin8em {
	margin-bottom: 8em!important;
}
#contents .margin9em {
	margin-bottom: 9em!important;
}


/*本文内各種パーツ***********************/
#main .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#main .flex.wrap {
	flex-wrap: wrap;
}
#main .dummy{
	height: 0!important;
	margin: 0!important;
	padding: 0!important;
}
#main .pagelink {
	margin-top: -70px;
	padding-top: 70px;
}

/*見出し*/
#main h2 {
	margin-bottom: 45px;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.0rem;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
#main h2 span {
	font-size: 1.8rem;
}
#main h2.toppage {
	margin-bottom: 45px;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.5rem;
	text-align: center;
	letter-spacing: 0.1em;
}
#main h2.toppage span {
	font-size: 1.8rem;
}
#main h2.cornertit {
	width: 1000px;
	margin-top: -25px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.0rem;
	text-align: left;
}
#main h2.cornertit span {
	margin-left: 1em;
	font-size: 1.6rem;
	text-align: left;
}
#main h2.pagetit {
	margin-top: -25px;
	margin-bottom: 0;
	font-size: 3.0rem;
	text-align: center;
}
#main h3 {
	margin-bottom: 1em;
	font-size: 2.6rem;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
#main h3.nallow {
	font-size: 2.5rem;
}
#main h4 {
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 0.1em;
	line-height: 1.7;
}
#main h5 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 0.1em;
	line-height: 1.7;
}
#main h6 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 0.1em;
	line-height: 1.7;
}

/*段落*/
#main .content_area {
	line-height: 2.0;
}
#main p {
	margin-bottom: 1.5em;
}
#main p:last-child {
	margin-bottom: 0;
}
#main section {
	padding: 60px 0;
}
#main section .inside {
	width: 1200px;
	margin: 0 auto;
}
#main section section {
	padding: 60px 0 0 0;
}
#main .bg_gy {
	background-color: #f6f6f6;
}
#main .bg_bl {
	background-color: #dbf0fb;
}

/*パンくず*/
#main .breadcrumb {
	width: 1020px;
	margin: 0 auto 25px;
	padding-top: 5px;
	font-size: 1.5rem;
	line-height: 1;
}
#main .breadcrumb ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}
#main .breadcrumb ul li {
	list-style: none;
	margin-left: 0;
}
#main .breadcrumb ul li:after {
	content: "＞";
}
#main .breadcrumb ul li:last-child:after {
	content: "";
}
#main .breadcrumb ul li a {
	color: #303030;
	text-decoration: none;
}
#main .breadcrumb ul li a:hover {
	color: #303030;
	text-decoration: underline;
}

/*ページャー*/
#main .wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
#main .wp-pagenavi .current {
	margin: 0 10px;
}
#main .wp-pagenavi a {
	margin: 0 10px;
	color: #999;
	text-decoration: none;
	border: none;
}
#main .wp-pagenavi .previouspostslink, #main .wp-pagenavi .nextpostslink {
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border: none;
}
#main .pager {
	letter-spacing: 0.05em;
	text-align: center;
}
#main .pager a {
	text-decoration: none;
}
#main .pager a:hover {
	text-decoration: underline;
}

/*画像*/
#contents .imgvisual {
	margin: 0px auto 0px auto;
	line-height: 0;
}
/*リスト*/
#main ul {
	margin-bottom: 1.5em;
}
#main ul > li {
	list-style: square;
	list-style-position: outside;
	margin-bottom: 0.5em;
	margin-left: 2em;
}
#main ol {
	margin-bottom: 1.5em;
}
#main ol > li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 0.5em;
	margin-left: 2em;
}
#main ol.second {
	counter-reset: second;
	list-style: none;
	margin-bottom: 1.5em;
}
#main ol.second > li {
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 2.2em;
}
#main ol.second li:before {
	counter-increment: second;
	content: counter(second);
	content: "(" counter(second) ")";
	position: absolute;
	top: 0%;
	left: 0;
}
#main ol.bold li:before {
	font-weight: 500;
}
#main ol.third {
	counter-reset: third;
	list-style: none;
	margin-bottom: 1.5em;
}
#main ol.third > li {
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 2.2em;
}
#main ol.third li:before {
	counter-increment: third;
	content: "[" counter(third) "]";
	position: absolute;
	top: 0%;
	left: 0;
}
#main dl {
	margin-bottom: 1.5em;
}
#main dl > dt {
	list-style: none;
}
#main dl > dd {
	list-style: none;
	margin-bottom: 0.5em;
	margin-left: 2em;
}
#main ul:last-child, #main ol:last-child, #main dl:last-child {
	margin-bottom: 0;
}
/*リンク*/
#main .link {
	position: relative;
	padding-left: 0.8em;
	padding-right:0.2em;
}
#main .link::before {
	position: absolute;
	content: ">";
	top: -0.2em;
	left: 0.2em;
	color: #1455aa;
	font-size:1em;
}
#main .pdf {
	position: relative;
	margin-right: 20px;
	padding-left: 1em;
}
#main .pdf {
	white-space: nowrap;
	position: relative;
	margin-right: 20px;
	padding-left: 1em;
}
#main .pdf::before {
	position: absolute;
	content: ">";
	top: -0.2em;
	left: 0.2em;
	color: #1455aa;
	font-size:1em;
}
#main .pdf::after {
	position: absolute;
	content: url(../images/common/icon_pdf_s.png);
	bottom: -5px;
	right: -17px;
}
#main .back {
	position: relative;
	padding-left: 0.8em;
	padding-right:0.2em;
}
#main .back::before {
	position: absolute;
	content: "<";
	top: -0.2em;
	left: 0.2em;
	color: #006699;
	font-size:1em;
}
.more {
	margin-bottom: 4px;
	text-align: center;
	font-size: 1.8rem;
}
.more {
	text-decoration: none;
}
.more span::after {
	content: ">";
}
.more:hover span {
	border-bottom: solid 1px #75c4b4;
}
.more02 {
	font-size: 1.8rem;
}
.more02 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 30px;
	text-decoration: none;
	border: solid 1px #303030;
}
.more02:hover {
	background-color: #303030;
	color: #fff;
}
.andmore {
	font-size: 1.8rem;
}
.andmore a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 40px;
	margin: 0 auto;
	text-decoration: none;
	border: solid 1px #303030;
}
.andmore a:hover {
	background-color: #303030;
	color: #fff;
}
#main .newwin {
	white-space: nowrap;
	position: relative;
	margin-right: 20px;
	/*padding-left: 1em;*/
}
#main .newwin::before {
	/*position: absolute;
	content: ">";
	top: -0.2em;
	left: 0.2em;
	color: #1455aa;
	font-size:1em;*/
}
#main .newwin:after {
	position: absolute;
	content: url(../images/common/mark_newwindow.png);
	top:-0.0em;
	right: -17px;
}
#main a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 50px;
	margin: 0 auto;
	border: solid 1px #303030;
	border-radius: 10px;
	text-decoration: none;
}
#main a.btn:hover {
	background-color: #303030;
	color: #fff;
}
#main section.btn {
	margin: 0;
	padding: 50px 0;
	background-color: #F2F2F2;
}
#main section.btn .contact_btn a.contact_btn {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    margin: 0 auto;
    text-decoration: none;
	background-color: #CE5D8C;
	border: none!important;
	color: #fff;
}
#main section.btn .contact_btn a.contact_btn::after {
	content: "▶";
	position: absolute;
	right: 5px;
	top: 6px;
	color: #fff;
}
#main section.btn .contact_btn a.contact_btn:hover {
	opacity: 0.8;
}
#main section.btn .contact_btn a.contact_btn img {
	margin-right: 10px;
	margin-top: 5px;
}


/*テーブル**********************************************/
#main table {
	margin: 0 auto 40px auto;
	border-top: #b3b3b3 1px solid;
	border-spacing: 0;
	border-collapse : collapse;
}
#main table th {
	width: 30%;
	width: auto;
	padding: 8px 10px;
	word-wrap: normal;
	text-wrap: none;
	border-bottom: #b3b3b3 1px solid;
	white-space: nowrap;
	font-weight:normal;
	text-align: center;
	background-color:#f5f1eb;
}
#main table td {
	position: relative;
	width: 70%;
	width: auto;
	padding: 8px 20px;
	border-bottom: #b3b3b3 1px solid;
}
#main table th.center, #contents #main table td.center {
	text-align: center;
}
#main table th.left, #contents #main table td.left {
	text-align: left;
}
#main table th.right, #contents #main table td.right {
	text-align: right;
}
#main table caption {
	font-weight: 500;
}
#main .form_area table {
	margin: 0 auto 40px auto;
	border-top: none;
	border-spacing: 0;
	border-collapse : collapse;
}
#main .form_area table th {
	width: 30%;
	padding: 8px 10px;
	word-wrap: normal;
	text-wrap: none;
	border-right: #F2F2F2 10px solid;
	border-bottom: #F2F2F2 10px solid;
	white-space:normal;
	font-weight:normal;
	text-align: left;
	background-color:#CCCCCC;
}
#main .form_area table td {
	position: relative;
	width: 70%;
	width: auto;
	padding: 8px 20px;
	border-bottom: #F2F2F2 10px solid;
	background-color: #E6E6E6;
}


/*入力欄*/
.form_area {
	margin-top: 50px;
	padding-bottom: 60px!important;
}
.form_area .caution {
	margin-bottom: 1.5em;
    color: #E40013;
    text-align: center;
}
.form_area input {
	padding: 10px 10px;
	border:none;
	font-size:1.6rem;
	line-height:2.0;
	font-family: 'Noto Sans JP', sans-serif;
}
.form_area input[type="text"] {
	width:100%;
}
.form_area input[type="email"] {
	width:100%;
}
.form_area input[type="tel"] {
	width:100%;
}
.form_area input[type="number"] {
	width:100%;
}
.form_area input[type="date"] {
	width:100%;
	font-family: 'Noto Sans JP', Sans;
	background-color: #fff;
}
.form_area input[type="tel"] {
	width:30%;
}
.form_area input[type="date"] {
	width: 100%;
}
.form_area input[type="radio"] {
}
.form_area input[type="checkbox"] {
	width: 40px;
	height: 40px;
	border: none;
}
#main .form_area table td.name {
}
#main .form_area table td.name .flex {
	align-items: center;
}
#main .form_area table td.name label {
	width: 80px;
	margin-right: 5px;
	text-align: right;
	word-break: keep-all;
}
#main .form_area table td.name input {
}
.form_area .pcode {
	margin-right: 10px;
}
#main .form_area table td.tel {
	display:flex;
	justify-content:space-around;
	align-items:center;
}
.form_area .date {
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.form_area .date input[type="date"] {
	margin-bottom: 5px;
}
.form_area .date .tit {
	margin-right: 10px;
	margin-bottom: 0;
	white-space: nowrap;
}
.form_area .date_waku {
	width: 100%;
}
.form_area label.apli {
	display:inline-block;
	width:50%;
	margin:0!important;
}
.form_area textarea {
	width:100%;
	height:200px;
	padding: 10px 10px;
	border:none;
	font-size:1.6rem;
	line-height:2.0;
	font-family: 'Noto Sans JP', sans-serif;
}
.form_area select {
	width:100%;
	height:auto;
	padding: 10px 10px;
	border:none;
	background-color:#fff;
	font-size:1.6rem;
	line-height:2.0;
	font-family: 'Noto Sans JP', sans-serif;
}
.form_area input[type="button"] {
	width:144px;
	height:43px;
	padding:0;
	border:none;
	 background-color: #CE5D8C;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	color:#fff;
	line-height:25px;
	text-align:center;
	font-size:1.8rem;
	cursor:pointer;
}
.form_area input[type="button"]:hover,  button:hover {
	opacity:0.8;
}
.form_area input[type="submit"]:hover {
	opacity:0.8;
}
 button {
	width:144px;
	height:43px;
	padding:0;
	border:none;
	 background-color: #CE5D8C;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	color:#fff;
	line-height:25px;
	text-align:center;
	font-size:1.8rem;
	cursor:pointer;
}
.form_area input[type="submit"] {
	width:144px;
	height:43px;
	padding:0;
	border:none;
	 background-color: #CE5D8C;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	color:#fff;
	line-height:25px;
	text-align:center;
	font-size:1.8rem;
	cursor:pointer;
}
.form_area .btn_area{
	margin-top:20px;
	text-align:center;
}
#main .form_area h4 {
	margin-top:20px;
	font-size:1.63rem;
}
input::placeholder {
  color: #c8c8c8;
}

.form_area table table select {
}
.form_area span {
	/*font-size:1.6rem;*/
}
.form_area span.need {
	margin: 0 5px;
	padding: 1px 4px 2px 4px;
	color:#fff;
	background-color: #c11920;
	font-size: 0.8em;
	border-radius: 5px;
	line-height: 1;
}
.form_area span.caution {
	color:#c11920;
}
.form_area .pp {
	width: 80%;
	height: 146px;
	margin: 20px auto;
	padding: 10px;
	border: solid 1px #CCCCCC;
	font-size: 1.6rem;
	overflow-y: auto;
}


/*トップページ*********************/
/********************************/
.mainvisual {
	position: relative;
	width: 100%;
	min-width: 1020px;
	margin:0 auto 85px auto;
}
.mainvisual .slide_area {
	position: relative;
	width: 100%;
	height: 490px;
	padding: 0 0 0 0;
	line-height:0;
}
.mainvisual .slide_area_waku {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 490px;
	border-right: solid #fff 40px;
	border-bottom: solid #fff 40px;
	border-left: solid #fff 40px;
}
.mainvisual.scroll .slide_area_waku {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 490px;
	border-right: solid #fff 0;
	border-bottom: solid #fff 0;
	border-left: solid #fff 0;
}
.mainvisual .slide_area .slick-list {
	background-color:#fff;
}
.mainvisual .slide_area .slide {
	width: 100%;
	height: 490px;
	background-position: center center;
	background-size: 100% auto;
}
.mainvisual .slide_area .slide img {
	width:100%;
	height:auto;
}
.mainvisual .slide_logo {
	position: absolute;
	left: 0;
	top: 126px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;;
	height: 198px;
	background-color: rgba(36,25,21,0.5);
}
.mainvisual .slide_logo img {
	width: auto;
	height: 137px;
}

/*youtube*********************/
/********************************/
#main .youtube_area {
	padding: 0;
	background-color: #75c4b4;
}
#main .youtube_area .box_area {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 38px;
}

/*ニュース*********************/
/********************************/
#main .news_area {
}
#main .news_area .box_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto 0 auto;
}
#main .news_area .box_area .box {
	width: 300px;
	margin-bottom: 40px;
}
#main .news_area .box_area .box a {
	text-decoration: none;
}
#main .news_area .box_area .box .photo {
	line-height: 0;
}
#main .news_area .box_area .box .txt_area {
	position: relative;
	padding: 15px 10px;
	background-color: #fff;
}
#main .news_area .box_area .box .txt_area .cate {
	width: 120px;
	height: 25px;
	margin: 0 auto 10px auto;
	border: solid 1px #303030;
	font-size: 1.7rem;
	line-height: 1.1;
	font-weight: 800;
	text-align: center;
}
#main .news_area .box_area .box .txt_area .end {
	position: absolute;
	top: 15px;
	right: 10px;
	padding: 0 5px;
	background-color: #a40000;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}
#main .news_area .box_area .box .txt_area .tit {

	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 800;
	text-align: center;
}
#main .news_area .box_area .box .txt_area .more {
	text-align: center;
}
#main .news_area .box_area .box a:hover .txt_area .more span {
	border-bottom: solid 1px #75c4b4;
}
#main .news_area .box_area .box a:hover img {
	opacity: 1.0;
}

#main .news_area .entry_area {
	width: 1000px;
	margin: 0 auto 30px auto;
}
#main .news_area .entry_area h3 {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	font-size: 2.5rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .news_area .entry_area h3 .end {
	margin-left: 15px;
	padding: 0px 15px;
	background-color: #a40000;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}
#main .news_area .entry_area .photo_area .photo {
	display: flex;
	justify-content: center;
	line-height: 0;
	width: 1000px;
	height: 600px;
}
#main .news_area .entry_area .photo_area .photo#photo_main img {
	width: auto;
	height: auto;	
	display: none;
}
#main .news_area .entry_area .photo_area .photo#photo_main img.active {
	display: block;
}
#main .news_area .entry_area .photo_area .photo_sub_area {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 60px 0;
}
#main .news_area .entry_area .photo_area .photo_sub_area .photo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 75px;
	margin: 0 10px;
	overflow: hidden;
	cursor: pointer;
}
#main .news_area .entry_area .photo_area .photo_sub_area .photo img {
	width: 100%;
	height: auto;	
}
#main .news_area .entry_area .txt_area {
	width: 800px;
	margin: 0 auto;
	line-height: 2.0;
}
#main .news_area .entry_area .txt_area table {
	width: 100%;
}
#main .news_area .entry_area .txt_area .gmap_btn {
	margin-left: 20px;
	padding: 2px 15px;
	background-color: #dcdcdc;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
}
#main .news_area .entry_area .txt_area .gmap_btn:hover {
	background-color: #303030;
	color: #fff;
}
#main .news_area .entry_area .txt_area th{
	width: 120px;
}
#main .news_area .entry_area .txt_area td{
}

/*技術*********************/
/********************************/
#main .tech_area {
}
#main .tech_area .box_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto 0 auto;
}
#main .tech_area .box_area .box {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin-bottom: 20px;
}
#main .tech_area .box_area .box .photo {
	width: 500px;
	line-height: 0;
}
#main .tech_area .box_area .box .txt_area {
	width: 460px;
}
#main .tech_area .box_area .box .txt_area .tit {
	padding-bottom: 2px;
	border-bottom: solid 1px #303030;
}
#main .tech_area .box_area .box .txt_area .txt {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 300;
}

/*スタイル*********************/
/********************************/
#main .style_area {
}
#main .style_area .box_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto 0 auto;
}
#main .style_area .box_area .box {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 1000px;
	height: 400px;
	margin-bottom: 50px;
}
#main .style_area .box_area .box a {
	width: 100%;
	height: 100%;
}
#main .style_area .box_area .box .txt_area {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px;
}
#main .style_area .box_area .box .txt_area .tit {
	padding-bottom: 2px;
	font-size: 2.5rem;
	color: #fff;
    text-shadow:
            2px 2px 2px #000, -2px -2px 2px #000,
           -2px 2px 2px #000,  2px -2px 2px #000,
            2px 0px 2px #000, -2px -0px 2px #000,
            0px 2px 2px #000,  0px -2px 2px #000;
}
#main .style_area .box_area .box .txt_area .more02 {
	border: none;
	background-color: #fff;
	font-size: 1.2rem;
}
#main .style_area .box_area .box a:hover .txt_area .more02  {
	background-color: #303030;
	color: #fff;
}
#main .style_area .inside  {
	width: 100%;
}

#main .style_area .entry_area {
}
#main .style_area .entry_area h3 {
    margin-bottom: 50px;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}
#main .style_area .entry_area h3 span {
    font-size: 1.6rem;
}
#main .style_area .entry_area .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    margin: 0 auto;
    text-decoration: none;
    border: solid 1px #303030;
}
#main .style_area .entry_area #photo_main {
	text-align: center;
	line-height: 0;
	margin-bottom: 40px;
}
#main .style_area .entry_area #photo_sub {
	text-align: center;
	line-height: 0;
	margin-bottom: 40px;
}
#main .style_area .entry_area .pagemenu {
	display: flex;
	justify-content: center;
	align-items:center;
	width: 100%;
	height: 100px;
	padding-top: 10px;
	background-color: #f2f2f2;
	font-family: 'Noto Serif JP', serif;
}
#main .style_area .entry_area .pagemenu a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 160px;
	text-decoration: none;
	text-align: center;
}
#main .style_area .entry_area .pagemenu a:hover {
}
#main .style_area .entry_area .pagemenu a span {
	width: 100%;
}
#main .style_area .entry_area .pagemenu a .arr {
	transform: rotate(90deg);
}
#main .style_area .entry_area .sec_concept {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#main .style_area .entry_area .sec_concept p {
	line-height: 2;
}
#main .style_area .entry_area .sec_movie {
	margin-bottom: 60px;
	text-align: center;
}
#main .style_area .entry_area .sec_point {
	padding: 60px 0;
	background-color: #2fc5b5;
}
#main .style_area .entry_area .sec_point .point_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
}
#main .style_area .entry_area .sec_point .point_area .point {
	width: 280px;
	background-color: #fff;
	border: solid 4px #a8e3f9;
}
#main .style_area .entry_area .sec_point .point_area .point h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #a8e3f9;
	width: 100%;
	height: 100px;
	margin-bottom: 0;
}
#main .style_area .entry_area .sec_point .point_area .point p {
	margin-bottom: 0;
	padding: 20px;
	text-align: left;
}

#main .style_area .entry_area .sec_gallery {
	width: 1000px;
	margin-left:auto;
	margin-right: auto;
}
#main .style_area .entry_area .sec_gallery .gallery_area {
    display: flex;
    justify-content:space-between;
    align-items: center;
	flex-wrap: wrap;
}
#main .style_area .entry_area .sec_gallery .gallery_area a {
	width: 210px;
	margin-bottom: 48px;
	line-height: 0;
}
#main .style_area .entry_area .sec_gallery p {
	margin-bottom: 60px;
}
#main .style_area .entry_area .campaignban {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin: 80px auto;
	padding: 5px;
	border: solid 5px #005a47;
}
#main .style_area .entry_area .campaignban .logo {
	margin: 0 80px;
}
#main .style_area .entry_area .campaignban .txt_area {
	display: flex;
	justify-content: flex-start;
	align-content: space-between;
	flex-wrap: wrap;
}
#main .style_area .entry_area .campaignban .txt_area .tit {
	color: #005a47;
	font-size: 5.0rem;
}
#main .style_area .entry_area .campaignban .txt_area .txt {
	font-size: 2.4rem;
}
#main .style_area .entry_area .sec_peaks {
	padding-bottom: 60px;
	background-color: #005a47;
}
#main .style_area .entry_area .sec_peaks h3 {
	color: #fff;
}
#main .style_area .entry_area .sec_peaks .peaks_area {
	width: 1120px;
	margin: 0 auto;
	color: #fff;
}
#main .style_area .entry_area .sec_peaks .peaks_area .photo {
	margin-bottom: 30px;
	text-align: center;
}
#main .style_area .entry_area .sec_peaks .peaks_area p {
	width: 1000px;
	margin: 0 auto 60px auto;
}
#main .style_area .entry_area .sec_peaks .peaks_area .photo_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1000px;
	margin: 0 auto;
}
#main .style_area .entry_area .sec_peaks .plan_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 1120px;
	margin: 0 auto;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan {
	width: 350px;
	margin-bottom: 35px;
	background-color: #fff;
	color: #000;
	text-align: center;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan.dummy {
	width: 350px;
	height: 0;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan h4 {
	padding: 10px 0;
	border-bottom: solid 3px #005a47;
	color: #005a47;
	font-size: 2.8rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan .tit {
	font-size: 2.6rem;
	line-height: 1.2;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan .tit span {
	font-size: 1.6rem;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan .tit span.pricetit {
	font-size: 1.4rem;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan .photo {
	margin-bottom: 10px;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan .cate_area {
	display: flex;
	justify-content:space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto 10px auto;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan .cate_area .cate {
	display: flex;
	justify-content:center;
	align-items: center;
	width: 150px;
	height: 40px;
	margin-bottom: 8px;
	background-color: #cccccc;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan table {
	border: none;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan table th {
	padding: 4px 0;
	background-color: transparent;
	border: none;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan table td {
	padding: 4px 0;
	border: none;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan table th::after {
	content: "：";
	margin-left: 5px;
}
#main .style_area .entry_area .sec_peaks .line {
	width: 1000px;
	margin:  60px auto;
	border-bottom: solid 8px #337b6c;
}



/*モデルハウス*********************/
/********************************/
#main .modelhouse_area {
}
#main .modelhouse_area .box_area {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto 0 auto;
}
#main .modelhouse_area .box_area .box {
	width: 475px;
}
#main .modelhouse_area .box_area .box a {
	text-decoration: none;
}
#main .modelhouse_area .box_area .box .photo {
	line-height: 0;
}
#main .modelhouse_area .box_area .box .txt_area {
	padding: 15px 10px;
	background-color: #fff;
}
#main .modelhouse_area .box_area .box .txt_area .tit {
	margin-bottom: 5px;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
}
#main .modelhouse_area .box_area .box a:hover .txt_area .more span {
	border-bottom: solid 1px #75c4b4;
}
#main .modelhouse_area .box_area .box a:hover img {
	opacity: 1.0;
}
#main .modelhouse_area .entry_area {
	width: 1000px;
	margin: 0 auto 30px auto;
}
#main .modelhouse_area .entry_area h3 {
	margin-bottom: 50px;
	font-size: 3.5rem;
	font-weight: 700;
	text-align: center;
}
#main .modelhouse_area .entry_area h3 span {
	display: block;
	font-size: 2.0rem;
}
#main .modelhouse_area .entry_area h3 .cate a {
	text-decoration: none;
}
#main .modelhouse_area .entry_area .photo_area .photo {
	display: flex;
	justify-content: center;
	line-height: 0;
	width: 1000px;
	height: 600px;
}
#main .modelhouse_area .entry_area .photo_area .photo#photo_main img {
	width: auto;
	height: auto;	
	display: none;
}
#main .modelhouse_area .entry_area .photo_area .photo#photo_main img.active {
	display: block;
}
#main .modelhouse_area .entry_area .photo_area .photo_sub_area {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 60px 0;
}
#main .modelhouse_area .entry_area .photo_area .photo_sub_area .photo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 75px;
	margin: 0 10px;
	overflow: hidden;
	cursor: pointer;
}
#main .modelhouse_area .entry_area .photo_area .photo_sub_area .photo img {
	width: 100%;
	height: auto;	
}
#main .modelhouse_area .entry_area .txt_area {
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
	line-height: 2.0;
}
#main .modelhouse_area .entry_area .txt_area .entrybody {
	width: 500px;
}
#main .modelhouse_area .entry_area .floorplan_area {
	display: flex;
	align-content:space-between;
	flex-wrap: wrap;
	width: 450px;
}
#main .modelhouse_area .entry_area .floorplan_area .floorplan {
	border: solid 1px #cccccc;
	line-height: 0;
}
#main .modelhouse_area .entry_area .txt_area table {
	margin-top: 40px;
	margin-bottom: 0;
}
#main .modelhouse_area .entry_area .txt_area table .address {
	padding-bottom: 0;
	border-bottom: none;
}
#main .modelhouse_area .entry_area .txt_area .gmap_btn {
	margin-left: 20px;
	padding: 2px 15px;
	background-color: #dcdcdc;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
}
#main .modelhouse_area .entry_area .txt_area .gmap_btn:hover {
	background-color: #303030;
	color: #fff;
}

/*施工例*********************/
/********************************/
#main .works_area {
}
#main .works_area .cate_area {
	display: flex;
	justify-content:flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 686px;
	margin: 50px auto 70px auto;
}
#main .works_area .cate_area .cate {
	min-width: 120px;
	height: 25px;
	margin-left: 40px;
}
#main .works_area .cate_area .cate a {
	display: block;
	border: solid 1px #303030;
	text-decoration: none;
	text-align: center;
}
#main .works_area .cate_area .cate a.on {
	background-color: #303030;
	color: #fff;
}
#main .works_area .cate_area .cate a:hover  {
	background-color: #303030;
	color: #fff;
}
#main .works_area .cate_area .line {
	width: 100%;
	margin: 25px 0;
	border-bottom: solid 1px #303030;
}
#main .works_area .box_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto 30px auto;
}
#main .works_area .box_area .box {
	width: 230px;
	margin-bottom: 30px;
}
#main .works_area .box_area .box a {
	text-decoration: none;
}
#main .works_area .box_area .box .photo {
	line-height: 0;
}
#main .works_area .box_area .box .txt_area {
	padding: 15px 10px;
	background-color: #fff;
}
#main .works_area .box_area .box .txt_area .cate {
	display: flex;
	justify-content:space-around;
	width: 180px;
	height: 25px;
	margin: 0 auto 10px auto;
	padding: 0 0px;
	border: solid 1px #303030;
	font-size: 1.7rem;
	line-height: 1.1;
	font-weight: 800;
	text-align: center;
}
#main .works_area .box_area .box .txt_area .tit {
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 800;
	text-align: center;
}
#main .works_area .box_area .box a:hover .txt_area .more span {
	border-bottom: solid 1px #75c4b4;
}
#main .works_area .box_area .box a:hover img {
	opacity: 1.0;
}
#main .works_area .entry_area {
	width: 1000px;
	margin: 0 auto 30px auto;
}
#main .works_area .entry_area h3 {
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	margin-bottom: 10px;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
}
#main .works_area .entry_area h3 .cate {
	display: block;
	height: 25px;
	margin: 0 20px 0 0;
	border: solid 1px #303030;
	font-size: 1.7rem;
	line-height: 1;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .works_area .entry_area h3 .cate a {
	margin: 0 10px;
	text-decoration: none;
}
#main .works_area .entry_area h4 {
	margin-bottom: 50px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#main .works_area .entry_area .photo_area .photo {
	display: flex;
	justify-content: center;
	line-height: 0;
	width: 1000px;
	height: 600px;
}
#main .works_area .entry_area .photo_area .photo#photo_main img {
	width: 100%;
	height: auto;	
	display: none;
}
#main .works_area .entry_area .photo_area .photo#photo_main img.active {
	display: block;
}
#main .works_area .entry_area .photo_area p {
	min-height: 1.2em;
}
#main .works_area .entry_area .photo_area span {
	display: none;
	text-align: center;
}
#main .works_area .entry_area .photo_area span.active {
	display: block;
}
#main .works_area .entry_area .photo_area .photo_sub_area {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 40px 0 60px 0;
}
#main .works_area .entry_area .photo_area .photo_sub_area .photo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 75px;
	margin: 0 10px;
	overflow: hidden;
	cursor: pointer;
}
#main .works_area .entry_area .photo_area .photo_sub_area .photo img {
	width: 100%;
	height: auto;	
}
#main .works_area .entry_area .txt_area {
	width: 800px;
	margin: 0 auto;
	line-height: 2.0;
}
#main .works_area .entry_area .txt_area .area {
	margin-left: 20px;
	margin: 0 0 30px 20px;
}
#main .works_area .entry_area .txt_area table {
	width: 100%;
}
#main .works_area .entry_area .txt_area .gmap_btn {
	margin-left: 20px;
	padding: 2px 15px;
	background-color: #dcdcdc;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
}
#main .works_area .entry_area .txt_area .gmap_btn:hover {
	background-color: #303030;
	color: #fff;
}
#main .works_area .entry_area .txt_area th{
	width: 120px;
}
#main .works_area .entry_area .txt_area td{
}


/*お客様の声*********************/
/********************************/
#main .voice_area {
}
#main .voice_area .cate_area {
	display: flex;
	justify-content:flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 686px;
	margin: 50px auto 70px auto;
}
#main .voice_area .cate_area .cate {
	width: 120px;
	height: 25px;
	margin-left: 40px;
}
#main .voice_area .cate_area .cate a {
	display: block;
	border: solid 1px #303030;
	text-decoration: none;
	text-align: center;
}
#main .voice_area .cate_area .cate a.on {
	background-color: #303030;
	color: #fff;
}
#main .voice_area .cate_area .cate a:hover  {
	background-color: #303030;
	color: #fff;
}
#main .voice_area .cate_area .line {
	width: 100%;
	margin: 25px 0;
	border-bottom: solid 1px #303030;
}
#main .voice_area .box_area {


	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto 30px auto;
}
#main .voice_area .box_area .box {
	width: 230px;
	margin-bottom: 30px;
}
#main .voice_area .box_area .box a {
	text-decoration: none;
}
#main .voice_area .box_area .box .photo {
	line-height: 0;
}
#main .voice_area .box_area .box .txt_area {
	padding: 15px 10px;
	background-color: #fff;
}
.home #main .voice_area .box_area .box .txt_area {
	background-color: #f6f6f6;
}
#main .voice_area .box_area .box .txt_area .cate {
	display: flex;
	justify-content:space-around;
	width: 180px;
	height: 25px;
	margin: 0 auto 10px auto;
	border: solid 1px #303030;
	font-size: 1.7rem;
	line-height: 1.1;
	font-weight: 800;
	text-align: center;
}
#main .voice_area .box_area .box .txt_area .tit {
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 800;
	text-align: center;
}
#main .voice_area .box_area .box a:hover .txt_area .more span {
	border-bottom: solid 1px #75c4b4;
}
#main .voice_area .box_area .box a:hover img {
	opacity: 1.0;
}
#main .voice_area .entry_area {
	width: 1000px;
	margin: 0 auto 30px auto;
}
#main .voice_area .entry_area h3 {
	margin-bottom: 50px;
	font-size: 2.5rem;
	font-weight: 700;
}
#main .voice_area .entry_area h3 .cate {
	display: block;
	width: 240px;
	height: 25px;
	margin: 0 20px 0 0;
	border: solid 1px #303030;
	font-size: 1.7rem;
	line-height: 1;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
#main .voice_area .entry_area h3 .cate a {
    margin: 0 10px;
	text-decoration: none;
}
#main .voice_area .entry_area .photo_area .photo {
	line-height: 0;
}
#main .voice_area .entry_area .photo_area .photo#photo_main img {
	width: 100%;
	height: auto;	
	display: none;
}
#main .voice_area .entry_area .photo_area .photo#photo_main img.active {
	display: block;
}
#main .voice_area .entry_area .photo_area .cap {
	margin-top: 1em;
	display: none;
}
#main .voice_area .entry_area .photo_area .cap.active {
	display: block;
}
#main .voice_area .entry_area .photo_area .photo_sub_area {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 60px 0;
}
#main .voice_area .entry_area .photo_area .photo_sub_area .photo {
	width: 120px;
	height: 80px;
	margin: 0 10px;
	overflow: hidden;
	cursor: pointer;
}
#main .voice_area .entry_area .photo_area .photo_sub_area .photo img {
	width: 100%;
	height: auto;	
}
#main .voice_area .entry_area .txt_area {
	width: 800px;
	margin: 0 auto;
	line-height: 2.0;
}
#main .voice_area .entry_area .txt_area .place {
	margin: 30px 0 0 0;
}

/*相談*********************/
/********************************/
#main .consul_area {
}
#main .consul_area .box_area {
	width: 1000px;
	margin: 0 auto 70px auto;
}
#main .consul_area .box_area .box {
}
#main .consul_area .box_area .box a {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}
#main .consul_area .box_area .box a:hover {
	opacity: 0.7;
}
#main .consul_area .box_area .box .photo {
	line-height: 0;
}
#main .consul_area .box_area .box .txt_area {
	display: flex;
	align-content:center;
	flex-wrap: wrap;
	padding: 15px 10px;
	background-color: #f6f6f6;
	text-align: center;
}
#main .consul_area .box_area .box .txt_area .tit {
	width: 100%;
	margin-bottom: 8px;
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: 800;
}
#main .consul_area .box_area .box .txt_area .txt {
	width: 100%;
	margin-bottom: 8px;
	font-size: 1.8rem;
}
#main .consul_area .box_area .box .txt_area .more {
	width: 100%;
}
#main .consul_area .box_area .box a:hover .txt_area .more span {
	border-bottom: solid 1px #75c4b4;
}
#main .consul_area .box_area .box a:hover img {
	opacity: 1.0;
}


/*後続汎用aboutなど*********************/
/********************************/
#main .content_area {
	padding-top: 30px;
}
#main .content_area section .inside.inside02 {
	width: 1000px;
}
#main .contentbtn_area {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 55px auto 55px auto;
}
#main .contentbtn_area.tech {
	justify-content:space-around;
}
#main .contentbtn_area .btn {
	width: 300px;
	height: 40px;
	border: solid 1px #2c2c2c;
}
#main .contentbtn_area .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#main .contentbtn_area .btn a:hover {
	background-color: #2c2c2c;
	color: #fff;
}
#main .contentban_area {
	padding: 55px 0;
	background-color: #f2f2f2;
}
#main .contentban_area .inside {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
#main .contentban_area .inside .ban {
	width: 300px;
	line-height: 0;
}
#main .contentban_area .inside .ban a {
}
#main .contentban_area .inside .ban img {
	width: 100%;
	height: auto;
}

/*会社概要*********************/
/********************************/
#main .content_area ul.staff {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.5rem;
}
#main .content_area ul.staff li {
	list-style: none;
	width: 33%;
	margin: 0 0 4px 0;
	padding: 4px;
	background-color: #f2f2f2;
	text-align: center;
}
#main .content_area table.info {
	width: auto;
	margin: 0 auto;
}
#main .content_area table.info th {
	padding-right: 70px;
	padding-left: 70px;
	background-color: transparent;
}
#main .content_area table.info td {
	padding-right: 70px;
	padding-left: 70px;
}

/*高増工務店の理念*********************/
/********************************/
#main .content_area .stuffphoto_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1120px;
	margin: 0 auto;
}
#main .content_area .stuffphoto_area .stuff {
	line-height: 0;
}

/*求人情報*********************/
/********************************/
#main .content_area table.recruit {
	width: 65%;
	margin: 0 auto;
	border: none;
}
#main .content_area table.recruit th {
	width: 150px;
	padding: 30px 15px;
	background-color: #c0eee9;
	border-right: solid 4px #fff;
	border-bottom: solid 4px #fff;
	text-align: left;
}
#main .content_area table.recruit td {
	padding: 30px 15px;
	background-color: #f6f6f6;
	border-right: solid 4px #fff;
	border-bottom: solid 4px #fff;
}
#main .content_area .recruitcap {
	width: 65%;
	margin: 1em auto 0 auto;
}

/*プライバシーポリシー*********************/
/********************************/
#main .content_area .pp_inner {
	margin: -1.5em 0 0 80px;
}

/*お家づくり相談*********************/
/********************************/
#main .content_area .aboutonline {
	padding: 35px 50px;
	background-color: #f2f2f2;
}
#main .content_area .onlineflow_area {
	display: flex;
	justify-content:space-around;
	align-items: center;
	margin: 25px 0;
}
#main .content_area .onlineflow_area .flow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 190px;
	border: solid 5px #cccccc;
	border-radius: 100%;
	text-align: center;
}
#main .content_area .onlineflow_area .arr {
	width: 26px;
}
#main .content_area .onlineflow_area .arr img {
	width: 100%;
	height: auto;
}
#main .content_area .online_inner {
	margin: 1em 0 0 80px;
}

/*TECHNOLOGY*********************/
/********************************/
#main .content_area .techmain {
	position: relative;
	width: 1120px;
	margin: 0 auto;
}
#main .content_area .techmain .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 650px;
	padding: 40px 30px 40px 60px;
}
#main .content_area .techmain .txt h3 {
	margin-bottom: 10px;
	font-size: 3.0rem;
	letter-spacing: 0.1em;
}
#main .content_area .techmain .txt p {
	margin-bottom: 0;
	line-height: 2.6;
}
#main .content_area .tech_txt_box_area {
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
}
#main .content_area .tech_txt_box_area .photo.left {
	margin-right: 50px;
}
#main .content_area .tech_txt_box_area .photo.right {
	margin-left: 50px;
}
#main .content_area .tech_txt_box_area h4 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
	border-bottom: solid 2px #75c4b4;
	font-size: 2.0rem;
	font-family: 'Noto Serif JP', serif;
}
#main .content_area .tech_txt_box_area h4 i {
	margin-bottom: -12px;
}
#main .content_area .tech_txt_box_area h4 i img {
	width: auto;
	height: 85px;
}

/*コラム*********************/
/********************************/
#main .column_area {
}
#main .column_area .cate_area {
	display: flex;
	justify-content:flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 686px;
	margin: 50px auto 70px auto;
}
#main .column_area .cate_area .cate {
	min-width: 120px;
	height: 25px;
	margin-left: 40px;
}
#main .column_area .cate_area .cate a {
	display: block;
	border: solid 1px #303030;
	text-decoration: none;
	text-align: center;
}
#main .column_area .cate_area .cate a.on {
	background-color: #303030;
	color: #fff;
}
#main .column_area .cate_area .cate a:hover  {
	background-color: #303030;
	color: #fff;
}
#main .column_area .cate_area .line {
	width: 100%;
	margin: 25px 0;
	border-bottom: solid 1px #303030;
}
#main .column_area .box_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto 0 auto;
}
#main .column_area .box_area .box {
	width: 300px;
	margin-bottom: 40px;
}
#main .column_area .box_area .box a {
	text-decoration: none;
}
#main .column_area .box_area .box .photo {
	line-height: 0;
}
#main .column_area .box_area .box .txt_area {
	position: relative;
	padding: 15px 10px;
	background-color: #fff;
}
#main .column_area .box_area .box .txt_area .cate {
	width: 120px;
	height: 25px;
	margin: 0 auto 10px auto;
	border: solid 1px #303030;
	font-size: 1.7rem;
	line-height: 1.1;
	font-weight: 800;
	text-align: center;
}
#main .column_area .box_area .box .txt_area .cate_area {
	display: flex;
	justify-content:space-between;
	align-items: center;
	width: 100%;
	height: 25px;
	margin: 0 0 10px 0;
}
#main .column_area .box_area .box .txt_area .cate_area .cate {
	margin: 0;
	border: solid 1px #303030;
	font-size: 1.7rem;
	line-height: 1.1;
	font-weight: 800;
	text-align: center;
}

#main .column_area .box_area .box .txt_area .tit {
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 800;
}
#main .column_area .box_area .box .txt_area .more {
	text-align: center;
}
#main .column_area .box_area .box a:hover .txt_area .more span {
	border-bottom: solid 1px #75c4b4;
}
#main .column_area .box_area .box a:hover img {
	opacity: 1.0;
}

#main .column_area .entry_area {
	width: 1000px;
	margin: 0 auto 30px auto;
}
#main .column_area .entry_area h3 {
	font-size: 2.5rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
#main .column_area .entry_area h3 .cate {
	display: block;
	width: 120px;
	height: 25px;
	margin: 0 auto;
	border: solid 1px #303030;
	font-size: 1.7rem;
	line-height: 1;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
#main .column_area .entry_area h3 .cate a {
	margin: 0 10px;
	text-decoration: none;
}
#main .column_area .entry_area .photo_area {
	margin-bottom: 60px;
}
#main .column_area .entry_area .photo_area .photo {
	display: flex;
	justify-content: center;
	line-height: 0;
	width: 1000px;
	height: 600px;
}
#main .column_area .entry_area .photo_area .photo#photo_main img {
	width: auto;
	height: auto;	
	display: none;
}
#main .column_area .entry_area .photo_area .photo#photo_main img.active {
	display: block;
}
#main .column_area .entry_area .txt_area {
	width: 800px;
	margin: 0 auto;
	line-height: 2.0;
}
#main .column_area .entry_area .txt_area .lead {
	margin-bottom: 60px;
}
#main .column_area .entry_area .txt_area img {
	max-width: 100%;
	height: auto;
}
#main .column_area .entry_area #ez-toc-container {
	width: 100%;
	margin-bottom: 60px;
}
#main .column_area .entry_area .ez-toc-title-container {
	text-align: center;
}
#main .column_area .entry_area .txt_area h2 {
	margin-bottom: 0.5em;
	color: #75c4b4;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	text-align: left;
}
#main .column_area .entry_area .txt_area h3 {
	margin-bottom: 0.5em;
	padding: 5px 10px;
	background-color: #75c4b4;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 400;
	text-align: left;
}

/*オススメ記事*/
#main .yarpp-related {
    margin-bottom: 0;
    margin-top: 0;
} 
#main .yarpp-related a {
    font-weight: 300;
}
#main .yarpp-related h3 {
	text-align: center;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} 
#main .yarpp-related .column_area .box_area .box .txt_area .cate_area {
	display: flex;
	justify-content:space-between;
	align-items: center;
	width: 100%;
	height: 25px;
	margin: 0 0 10px 0;
}
#main .yarpp-related .column_area .box_area .box .txt_area .cate_area .cate {
	margin: 0;
	border: solid 1px #303030;
	font-size: 1.7rem;
	line-height: 1.1;
	font-weight: 800;
	text-align: center;
}


