@charset "utf-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２．初期設定
タグに値を設定

タグ自体に設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body {
	-webkit-text-size-adjust: 100%;
	background: #fff;
	margin: 0;
  position: relative;
}
body, textarea {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 400; }



*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}


h2 , h3{
font-weight: 700;
}


html,body {
  height:100%;
}
h1 {
	font-size:10px;
	font-weight:normal;
	line-height:100%;
}
a, a:link, a:visited {
	text-decoration:underline;
	color: #212121;
}
a:hover, a:active {
	text-decoration:underline;
	color:#757575;
}
a img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.mb_0 {
	margin-bottom: 0 !important;
}

.mincho {
	font-family :"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", YuMincho, '游明朝', serif;
	font-weight:bold;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■３．共通仕様

　※ここでの設定は、ＩＤ・ＣＬＡＳＳは固定名
　※設定する値は任意

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．フレーム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.site-wrapper {
  margin-top: 65px;
  position: relative;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-２．ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#header {
	color: #333;
	padding: 0.5rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #fff;
  z-index: 10000;
  border-top: 5px solid #00b6de;
  border-bottom: 3px solid #00b6de;
}

#seo h1 {
	width:1150px;
	margin:0 auto;
	padding:5px;
	font-size:10px;
}
#header .header{
	position:relative;
	width:1150px;
	margin:0 auto;
	line-height:1.5;
}
#header #logo {
	display:inline;
	float:left;
}
#header #logo img {
  max-width: 230px;
  height: auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-３．ナビゲーション（横型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#h_navi ul {
	margin-top: 8px;
	border-right: 1px solid #ccc;
}
#h_navi ul li{
	float: left;
  text-align: center;
  font-weight: bold;
	line-height: 1.4em;
}
#h_navi ul li a, .pd_parent .no_link{
  text-decoration: none;
  font-size: 16px;
  padding: 5px 10px;
  border-left: 1px solid #ccc;
  display: block;
  min-width: 140px;
  font-weight: bold;
  /* font-family: "Noto Sans JP", serif; */
}
#h_navi ul li a .small{
	font-size: 11px;
}
#h_navi ul li a:hover{
	color: #2ea7e0;
}

.pd_parent {
    position: relative;
}
.pd_parent .pulldown {
	position: absolute;
	width: 100%;
	display: none;
	z-index: 10000;
}
.pd_parent .no_link {
    background-repeat: no-repeat;
    background-position: center bottom 5px;
}
.pd_parent .pulldown {
    position: absolute;
    width: 100.7%;
    display: none;
    z-index: 10000;
}
.pd_parent .pulldown li {
    border-bottom: 1px solid #AEAEAE;
    background: #FFF;
}
.pd_parent .pulldown a {
    color: #000;
    font-size: 12px;
    font-weight: normal !important;
}
.pd_parent:hover .pulldown {
  display: block;
  margin-top:0 !important;
}

.head_right {
	width: 1150px;
}

.tel {
	float: right;
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #21a32f;
	font-weight: bold;

}

.tel span{
	font-size: 12px;
}


.txt_sub {
	font-size: 18px;
}



.nav2 {
	margin: 30px auto;
	width: 1150px;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content:space-around;
}

.nav2 li{
	margin:0 20px;
}

.nav2 li a{
	text-decoration: none;

}

.nav2 li a:before{
	content: "▶︎";
	font-size: 10px;
	color: #21a32f;
	padding-right: 10px;
	
}


hr {
	background: #eee;
	border: none !important;
}


.box3 {
	margin: 30px auto;
	width: 1150px;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content:space-around;
	
}

.box3 li{
    box-shadow: 0 0 3px #eee;	
	border: 1px solid #eee;
	padding: 20px;
	margin: 0 10px;
	text-align: center;
	
}

.box3 li img{
	margin-bottom: 10px;

}
.box3 li p{
	text-align: left;
}

.title02 {
  font-size: 50px;
  margin: 0 auto;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}
.box01 {
  padding: 3rem 0;
  background: #175a86;
}
.box01.title02 {
  color: #fff;
  text-align: center;
  position: relative;
}
.box01.title02::after {
  content: "";
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  border: 15px solid transparent;
  border-top: 16px solid #175a86;
}

.title03 {
  font-size: 42px;
  font-weight: bold;
  margin: 0 auto 3rem;
  letter-spacing: 1px;
  color: #222;
  position: relative;
  padding: 0 50px 0 0;
}
.title03 .small {
  font-size: 46%;
}
.title03:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60%;
  height: 4px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
.title03-2 {
  display: flex;
  padding: 0px 200px;
  justify-content: center;
}
.title03-2:before, .title03-2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 350px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
.title03-2:before {
  left:0;
}
.title03-2:after {
  right: 0;
}

.tit_box {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	text-align: center !important;
	color: #21a32f;
}

.fl_l li{
	float:left;
	margin-right: 20px;
}

.slide_wrap {
	margin-top: 65px;
	position: relative;
	background-image: url("../images/pht_main-bg.jpg");
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
}
.copy {
  position: absolute;
  top: 10%;
  left: 5%;
  font-size: 48px;
  color: #161616;
  text-shadow: 1px 1px 2px #fff;
  z-index: 100;
  line-height: 1.3;
}
.copy .small {
  font-size: 72%;
}

.banner_wrap {
  position: absolute;
  top: 320px;
  left: 1%;
  z-index: 100;
}
.banner_wrap img {
  max-width: 270px;
  height: auto;
  object-fit: cover;
}

.video_wrap video {
  width: 100%;
}

.txt_inner {
  font-size: 38px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 100;
  text-shadow: 1px 1px 3px #555;
  font-family: 'Outfit', sans-serif;
  color: #fff;
  text-align: center;
}
.txt_inner h1 {
  font-size: 50px;
  margin-top: 40px;
}

.c-float-nav {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  z-index: 100;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.c-float-nav__inner {
  display: -webkit-box;
}
.c-float-nav__item {
  border-bottom: 2px solid #fff;
}
.c-float-nav__item:last-child {
  border-bottom: none;
}
a.c-float-nav__link {
  width: 55px;
  height: 130px;
  display: flex;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.25rem;
  background: #175a86;
  /* font-family: "Noto Sans JP", serif; */
  font-weight: bold;
}
a.c-float-nav__link:hover {
  opacity: 0.8;
}
a.c-float-nav__link.banner-contact {
  background: #da5570;
  border-radius:20px 0 0 0;
}
a.c-float-nav__link.banner-form {
  background: #00b6de;
  border-radius: 0 0 0 20px;
}
a.c-float-nav__link svg {
  margin-bottom: 0.5em;
}

.back_img_wrap {
	background: #000;
	overflow: hidden;
}
.back_img_wrap a{
	color:#fff;
	font-size: 24px;
	display: block;
	padding: 70px 0;
	width: 100%;
	text-decoration: none;
	text-shadow: 0 0 5px #333;
	
}

.back_img_wrap a span{
	font-size: 14px;
}

.back_img_wrap a:hover{
	background: #21a32f;
	opacity: 0.9;
}



.back_01 {
	text-align: center;
	background: url("../images/main_2_01.jpg") no-repeat;
	background-attachment:fixed;
	background-blend-mode:hard-light;
}
.back_02 {
	text-align: center;

	background: url("../images/main_2_02.jpg") no-repeat;
	background-attachment:fixed;
}

.back_03 {
	text-align: center;
	background: url("../images/main_2_03.jpg") no-repeat;
	background-attachment:fixed;
}

.back_04 {
	text-align: center;
	background: url("../images/main_2_04.jpg") no-repeat;
	background-attachment:fixed;
}

.back_06 {
	text-align: center;
	background: url("../images/main_2_05.jpg") no-repeat;
	background-attachment:fixed;
}

.back_05 {
	padding: 100px 0;
	text-align: center;
	background: url("../images/main_02_1500.jpg") no-repeat;
	background-attachment:fixed;
	background-size: auto 1500px;
	font-size: 36px;
	text-shadow: 0 0 5px #ccc;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.back_tit {
font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.marker {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.marker span{
	margin-left: 20px;
	
}


.dropdwn_menu{
    width: 151px;
    display: none;
    position: absolute;
    padding: 0;
    background: #21a32f;
	z-index: 110;
	margin-top: 0 !important;
	border-right: none  !important;
	
}
.dropdwn_menu.company-menu {
  width: 136px;
}
.dropdwn_menu li{
    width: 100%;
	border-bottom: 1px solid #840000 !important;
}

.dropdwn_menu li a{
    padding: 10px 0 !important;
	text-align: center;
    display: block;
    color: #fff;
	border-left: none  !important;
}

.dropdwn_menu li a:hover{
	opacity: 0.9;
    color: #fff !important;
	border-bottom: none !important;
}

.label-optional {
	font-size: 12px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-４．コンテンツ・ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#main {
	width:1150px;
	margin:0 auto 50px;
}
.container {
	width: 1150px;
	margin: 0 auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-５．コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#content {
	display:inline;
	width:1150px;
	padding:0 0 60px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-６．ナビゲーション（縦型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#side {
	display:inline;
	float:right;
	width:230px;
}
#side .side_bloc {
	margin:0 auto 20px;
}
#side .side_bloc p{
	padding:0 5px;
}
#side .head {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #333;
}
.btn a{
	position:relative;
	display:block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	line-height:36px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#side .btn_login a {
	margin:0 20px 5px;
	background:#1c3c6f;
}
#side .btn_regist a {
	margin:0 20px;
	background: #D88B00;
}
#side .btn_contact a {
	margin:0 0 5px;
	background:#68a98b;
	font-size: 14px;
}
#side .btn_contact a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#side .bnr {
	margin:0 auto 35px;
}
#side .bnr ul li {
	margin:0 0 20px;
}
#side .bnr ul li:last-child {
	margin:0;
}
#side .bnr ul li img{
	vertical-align:top;
}
#side .side_content {
	margin:0 auto 20px;
}
#side .side_content ul  {
	padding:0 0 5px 0;
}
#side .side_content ul li {
	margin:0 5px 5px;
}
#side .side_content ul li a{
	position: relative;
	display:block;
	padding:7px 0 7px 15px;
	text-decoration:none;
	color:#212121; 
	border: 1px dotted #ccc;
}
#side .side_content ul li a::before{
	position: absolute;
	content: '';
	display: block;
	top: 15px;
	left: 5px;
	width: 5px;
	height: 5px;
	background: #1c3c6f;
}
#side .side_content ul li a:hover{
	background: #f4f4f4;
	color: #1c3c6f;
}

#side .side_bnr {
	margin:0 auto 30px;
}
#side .side_bnr ul li {
	margin:0 0 5px;
}

#side .smenu {
	margin-bottom: 20px;
}
#side .smenu dl  {
	padding:10px;
	line-height: 1.5;
}
#side .smenu dl dt {
	position: relative;
	font-size: 12px;
	color: #1c3c6f;
	padding-left: 15px;
}
#side .smenu dl dt::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #1c3c6f;
}
#side .smenu dl dd {
	margin:0 5px 5px;
	border-bottom:1px dotted #ccc;
}
#side .smenu dl dd a{
	display:block;
	text-decoration:none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．会員登録
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#side .side_regist {
	background:#e6f9ff;
	padding:20px 0;
}
#side .side_regist .head {
    border: none;
    text-align: center;
    font-size: 18px;
}
#side .side_regist .head_ttl{
	border:none;
	font-size:18px;
}
#side .side_regist .sub_ttl{
	padding: 10px;
	background:#f39800;
	margin:0 0 10px;
	text-align: center;
}
#side .side_regist .item_num {
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 12px;
}
#side .side_regist .item_num li {
	border-bottom: 1px solid #ccc;
}
#side .side_regist .item_num span {
	font-size: 15px;
	font-weight: bold;
	padding: 0 5px;
}
#side .side_regist .head::before {
	display:none;
}
#side .side_regist a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}


#side .side_blog {
	margin-bottom: 20px;
}
#side .side_blog dl  {
	padding:10px;
	line-height: 1.5;
}
#side .side_blog dl dt {
	position: relative;
	font-size: 12px;
	color: #1c3c6f;
	padding-left: 15px;
}
#side .side_blog dl dt::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #1c3c6f;
}
#side .side_blog dl dd {
	margin:0 5px 5px;
	border-bottom:1px dotted #ccc;
}
#side .side_blog dl dd a{
	display:block;
	text-decoration:none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．リンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#side .link {
	margin:0 auto 10px;
}

#side .link a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#side .link .head{
	font-size: 16px;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin:0 auto 5px;
}
#side .link ul{
	padding:0 0 0 0;
}
#side .link ul li{
	margin:0;
	border-bottom:1px dotted #ccc;
	text-align: center;
}
#side .link ul li.marker a{
	position: relative;
	display:block;
	padding:2px 0 2px 15px;
	text-decoration:none;
	text-align: left;
}
#side .link ul li.marker a::before{
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #de7a10;
}
#side .link ul li img{
	max-width:280px;
	vertical-align:top;
	padding:2px 0 2px 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．会社情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#company_info {
	margin:0 auto 30px;
	line-height:150%;
	padding: 10px;
	border: 1px solid #333;
}
/*#company_info .head {
	margin:0 0 10px;
}*/
#company_info .photo {
	margin:10px 0 10px;
	text-align:center;
}
#company_info .bottom {
	padding: 0 10px;
}
#company_info h3 {
	font-size:16px;
	margin:0 0 5px;
	border-bottom:1px solid #ccc;
}
#company_info .addr {
	margin:0 0 5px;
}
#company_info .side_tel {
	border: 1px solid #ddd;
	background: #fbfbfb;
	margin:0 0 10px;
	padding: 10px;
	color: #377f8e;	
}
#company_info .side_tel .tel_num {
	font-size: 21px;
	font-family:'Century Gothic', sans-serif;
	font-weight: bold;
}
#company_info .side_tel .fax_num {
	font-size: 16px;
	font-family:'Century Gothic', sans-serif;
	font-weight: bold;
}
#company_info .side_tel .tel_num span {
	font-size: 14px;
	color: #333;
}
#company_info .side_tel .fax_num span {
	font-size: 12px;
	color: #333;
}
#company_info .side_tel .acceptance {
	font-size: 13px;
	color: #333;
}
#company_info .btn {
	margin:0 0 5px;
	text-align:center;
}
#company_info .licence {
	font-size:11px;
	padding:0 0 0 10px;
}
 .facebook {
	 width:280px;
	margin:0 auto 10px;
}
 .facebook a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-６．お問い合わせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#side_contact .tel{
	font-size: 26px;
	padding: 0  0 0 60px;
	font-family:"Times New Roman", serif;
	background:url(../images/free_number.png) no-repeat 20px center;
	background-size: 38px auto;
}

#side_contact .acceptance {
	font-size:14px;
	padding: 10px 0 0 55px;
	margin: 0 0 10px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．パン屑
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#crumb {
	margin-bottom: 10px;
}
#crumb ul {
	margin: 0 auto;
}
#crumb ul li {
	float: left;
	font-size: 12px;
}
#crumb ul li a {
	position: relative;
	margin-right: 2.5em;
	color: #dd3c4e;
}
#crumb ul li a::after {
	position: absolute;
	content: '';
	top: .5em;
	right: -1.5em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #4c4b49;
	border-bottom: 1px solid #4c4b49;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．ページトップ（クラス）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
div.page-up {
	padding:10px;
	text-align:right;
}
p.page-up {
	padding:10px 0;
	text-align:right;
}
.page-up a {
	font-size:12px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-８．フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer {
  background-image: linear-gradient(90deg, rgb(0 182 222), rgb(23 90 134));
	color:#fff;
	padding-top: 30px;
	position: relative;
    width: 100%;
	 font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	
}
#footer .footer {
	width: 1140px;
	margin: 0 auto;
}
#footer div.left ul li a {
	color:#fff;
	text-decoration: none;
}
#footer div.left ul li a:hover {
	text-decoration: underline;
}

#footer .f_company_info {
	width: 1140px;
	margin: 0 0 15px;
}

#footer .f_company_info .left {
	font-size: 13px;
	line-height: 24px;
}

#footer .f_company_info .left ul li a{
text-decoration: none;
}
#footer .f_company_info .left ul li a:hover{
text-decoration:underline;
}



#footer .f_company_info .right_side {
	width: 555px;
	float: right;
}

#footer .f_company_info .right_side .company_name{
	font-size: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #fff;
	margin-bottom: 13px;
}

#footer .f_company_info .right_side .addr{
	font-size: 13px;
	line-height: 24px;
}
#footer address {
	display:inline;
	/*float:right;*/
	text-align:right;
}
#footer2 address {
	display:inline;
	/*float:right;*/
	text-align:right;
}
#footer address a {
	color:#fff;
}
#footer address a:hover {
	color:#000;
}
#footer ul#ico li {
	display:inline;
	/*float:right;*/
	margin:0 0 0 5px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■４．対複数設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*赤字*/
.red {
	color:#da5570 !important;
}
.blue {
	color:#00b6de !important;
}
.orange {
	color:#FF9326 !important;
}
/*太字*/
.bold {
	font-weight:bold !important;
}

.bg_ivory {background: #f4f1df !important;}
.bg_brown {background: #f4f1df !important;}
.rounded-1 {border-radius: 10px !important;}
.rounded-2 {border-radius: 20px !important;}
.rounded-3 {border-radius: 30px !important;}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■５．その他の設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.justify-between{
  justify-content: space-between;
}
.nowrap {
  flex-wrap: nowrap;
}
.col-3 {
  flex: 0 0 auto !important;
  width: 25% !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.col-4 {
  flex: 0 0 auto !important;
  width: 33.33333333% !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.col-6 {
  flex: 0 0 auto !important;
  width: 50% !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.col-8 {
  flex: 0 0 auto !important;
  width: 66.66666667% !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.position-relative {
  position: relative !important;
}

.d-none {display: none !important;}
@media screen and (min-width: 992px) {
  .d-lg-block {display: block !important;}
}


/*赤字*/
.red {
	color:#c00;
}
.blue {
  color: #00b6de !important;
}

.ls-1 {letter-spacing: 1px !important;}
.ls-2 {letter-spacing: 2px !important;}
.ls-3 {letter-spacing: 3px !important;}
.ls-4 {letter-spacing: 4px !important;}
.ls-5 {letter-spacing: 5px !important;}

.fs-1 {
  font-size:2.5rem!important
}
.fs-2 {
  font-size: 2rem!important
}
.fs-3 {
  font-size: 1.75rem!important
}
.fs-4 {
  font-size: 1.5rem!important
}
.fs-4 {
  font-size: 1.5rem!important
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.small {
  font-size: .875em;
}

.w-100 {width: 100%;}
.w-23 {width: 23%;}
.h-110 {height: 110px!important;}
.h-200 {height: 200px!important;}
.h-400 {height: 400px!important;}
.fit-cover{object-fit: cover;}

.bordre-bottom {border-bottom: solid 1px #eee;}
.bordre-bottom-dotted {border-bottom: dotted 1px #00b6de;}
.bordre-blue {border: solid 2px #00b6de;}

.card-box {
  border-radius: 10px;
  padding: 20px 20px 10px;
}

.img-fluid {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*フロート・クリアーボックス*/
.clear {
	clear:both;
	display:block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


.left {
	float:left;
	display:inline
}
.right {
	float:right;
	display:inline
}
.text_r {
	text-align:right;
}
.center {
	text-align:center;
}
.img_l {
	float:left;
	margin-right:10px;
}
.img_r {
	float:right;
	margin-left:20px;
}
.btn_r {
	text-align:right;
}

.bordre-botom-dotted {
  border-bottom :1px dotted #ccc;
}

.fa{
	margin-right:5px;
}

.row {display: flex;}
.box.row {
  align-items: center;
}

/*.btn_more {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}*/
.btn_more a{
  font-size: 18px;
  padding: 0 50px 6px;
  background: url(../images/marker_more.png) no-repeat 8% 50%;
  text-decoration: none;
  background-color: #00b6de;
  display: inline-block;
  /* font-family: "Noto Sans JP", serif; */
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
}
.btn_more a:hover {
	background:url(../images/marker_more_on.png) no-repeat 8% 50%;
  background-color: #ffc000;
}
/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/*--------------------------------------------------
	margin 
-------------------------------------------------- */ 
.m00 {
	margin: 0px !important;
}
.m05 {
	margin: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.m15 {
	margin: 15px !important;
}
.m20 {
	margin: 20px !important;
}
.m25 {
	margin: 25px !important;
}
.m30 {
	margin: 30px !important;
}
.m35 {
	margin: 35px !important;
}
.m40 {
	margin: 40px !important;
}
.m45 {
	margin: 45px !important;
}
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt33 {
	margin-top: 33px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 30px !important;
}
.mt45 {
	margin-top: 35px !important;
}
.mr00 {
	margin-right: 0px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mb00 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.ml00 {
	margin-left: 0px !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
/* 
--------------------------------------------------
	padding
-------------------------------------------------- */
.pt-50 {padding-top: 50px !important;}
.pb-50 {padding-bottom: 50px !important;}

.p00 {
	padding-top: 0px !important;
}
.p05 {
	padding-top: 5px !important;
}
.p10 {
	padding-top: 10px !important;
}
.p15 {
	padding-top: 15px !important;
}
.p20 {
	padding-top: 20px !important;
}
.p25 {
	padding-top: 25px !important;
}
.p30 {
	padding-top: 30px !important;
}
.p35 {
	padding-top: 35px !important;
}
.p40 {
	padding-top: 40px !important;
}
.p45 {
	padding-top: 45px !important;
}
.pt00 {
	padding-top: 0px !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pr00 {
	padding-right: 0px !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pb00 {
	padding-bottom: 0px !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pl00 {
	padding-left: 0px !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}

/*--------------------------------------------------
	width
-------------------------------------------------- */
.w14 {
	width:14px !important;
}
.w21 {
	width:21px !important;
}
.w28 {
	width:28px !important;
}
.w42 {
	width:42px !important;
}
.w49 {
	width:49px !important;
}
.w56 {
	width:56px !important;
}
.w63 {
	width:63px !important;
}
.w70 {
	width:70px !important;
}
.w77 {
	width:77px !important;
}
.w84 {
	width:84px !important;
}
.w91 {
	width:91px !important;
}
.w98 {
	width:98px !important;
}
.w105 {
	width:105px !important;
}
.w20per {
	width: 20% !important;
}
.w30per {
	width: 30% !important;
}
.w40per {
  width: 40% !important;
}
.w45per {
  width: 45% !important;
  display: inline-block;
}
.w55per {
  width: 55% !important;
}
.w60per {
	width: 60% !important;
}
.w80per {
	width: 80% !important;
}
.w90per {
	width: 90% !important;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．パン屑
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-crumb {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.c-crumb li {
  position: relative;
  margin-left: 2em;
  float: left;
}
.c-crumb li ::after {
  position: absolute;
  content: '';
  top: .5em;
  right: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #4c4b49;
  border-bottom: 1px solid #4c4b49;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-crumb li:first-child {
  font-weight: bold;
  margin-left: 0;
}
.c-crumb li:last-child::before {
  display: none;
}
.c-crumb li > a {
  text-decoration: none;
}
.c-crumb li > a:hover {
  text-decoration: underline;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ページトップ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 70px;
  height: 70px;
}
.c-pagetop a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background-color: #ebbf73;
  color: #ffffff;
  border: 2px solid #fff;
  font-weight: bold;
}
.c-pagetop a::before {
  position: absolute;
  content: '';
  display: block;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
[class*="c-btn"] {
  text-align: center;
  width: 100%;
  border: none;
  /*border-radius: 5px;*/
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
  /* font-family: 'Noto Serif JP', serif; */
}
[class*="c-btn"]:hover {
  opacity: 0.75;
}
.c-btn, .c-btn--arrow, .c-btn--arrow--before, .c-btn--arrow--after {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  cursor: pointer;
}
.c-btn--arrow--before::before {
  -webkit-transform: rotate(135deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(135deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
.c-btn--arrow--after::after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
.c-btn--general {
  display: inline-block;
  padding: 2px 10px;
  background: #175a86;
  color: #fff;
  border: 1px solid #175a86;
}
.c-btn--login {
  width: 100%;
  height: 30px;
  background: #175a86;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #175a86;
  line-height: 26px;
}
.c-btn--regist {
  width: 100%;
  height: 30px;
  background: #FD0909;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #FD0909;
  line-height: 26px;
}
#font-en .c-btn--regist {
  font-size: 1.3rem;
}
.c-btn--submit {
  width: 200px;
  height: 40px;
  background: #175a86;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #175a86;
}
.c-btn--reset {
  width: 200px;
  height: 40px;
  background: #fff;
  color: #175a86;
  margin-left: 10px;
  border: 2px solid #175a86;
}
.c-btn--reset:hover {
  background: #85bcf0;
  color: #175a86;
}
#mfp_button_send,
.c-btn--submit {
  width: 200px;
  background: #175a86;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #175a86;
}
#mfp_button_send:hover,
.c-btn--submit:hover {
  background: #85bcf0;
}
#mfp_button_cancel,
.c-btn--reset {
  width: 200px;
  background: #fff;
  color: #175a86;
  margin-left: 10px;
  /*border: 2px solid #175a86;*/
}
#mfp_button_cancel:hover,
.c-btn--reset:hover {
  background:#85bcf0;
  color: #175a86;
}
.c-btn--reset:hover {
  background: #85bcf0;
  color: #175a86;
}
.c-btn--open {
  background-color: #ebbf73;
  font-size: 12px;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
}
.c-btn--search {
  width: 100%;
  height: 40px;
  background: #175a86;
  color: #fff;
  margin-right: 10px;
  /*border: 2px solid #175a86;*/
}
.c-btn--detail {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #fff !important;
  background-color: #175a86;
  line-height: 36px;
  height: 36px;
  /* border-radius: 5px; */
  font-size: 14px;
  text-decoration: none !important;
}
.c-btn--detail::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ページネーション
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-pager {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　モーダル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.c-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.c-modal__content {
  background: #fff;
  left: 50%;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-modal--close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.c-modal--close::before, .c-modal--close::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #333;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal--close::after {
  width: 2px;
  height: 24px;
}
.c-modal__lead {
  margin-bottom: 15px;
}
.c-modal__heading {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px !important;
  border-left: 4px solid #21a32f;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ラジオボタン・チェックボックス
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-checkbox, .c-radio {
  display: none;
}
.c-checkbox + label, .c-radio + label {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #E8F1FD;
  padding: 5px 10px;
  border: 1px solid #1162d8;
  border-radius: 3px;
  cursor: pointer;
}
.c-checkbox + label::after, .c-radio + label::after {
  position: relative;
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1162d8;
  border-right: 2px solid #1162d8;
  transform: rotate(45deg);
  margin-left: 5px;
}
.c-checkbox:checked + label, .c-radio:checked + label {
  background-color: #1162d8;
  color: #ffffff;
}
.c-checkbox:checked + label::after, .c-radio:checked + label::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　その他
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-jsng {
  margin: 0 0 10px;
  text-align: center;
  border: 5px solid #ffaaaa;
  padding: 10px;
}
.c-label {
  display: inline-block;
  text-align: center;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
	margin-left: 10px;
}

.label-must {
	color: #21a32f;
}

.bg_gray {
  background-color: #f8f8f8;
}

.mx-auto {
  margin: 0 auto;
}

.tit-message {
  font-size: 26px;
}

.btn_gr {
	display: block;
	background:#21a32f;
	border-radius: 5px;
	color: #fff !important;
	text-decoration: none !important;
	padding: 10px;
	text-align: center;
	width: 200px;
	margin: 6% auto;
}

.label-contracted {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  right: -30%;
  width: 120%;
  background-color: rgba(145, 20, 22, 0.85);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15%;
  color: #ffffff;
  font-weight: bold;
  transform: rotate(-30deg);
  text-align: center;
  font-size: 1.6rem;
}


.p-works-list__wrapper {
	display: flex;
	flex-wrap: wrap;
  position: relative;
  margin-bottom: 50px;
}
.p-works-list__wrapper::after {
  position: relative;
  content: '';
  width: 32%;
}
.p-works-list__col {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 32%;
    border: 1px solid #ddd;
    padding: 5px;
}
.p-works-list__col:nth-child(n+4) {
  margin-top: 30px;
}
.p-works-list__photo {
  width: 100%;
  height: 150px;
  text-align: center;
  background-color: #f9f9f9;
  margin-bottom: 10px;
}
.p-works-list__photo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.p-works-list__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.p-works-list__category {
  margin-bottom: 5px;
}
.p-works-list__category > p{
  display: inline-block;
  background-color: #F0CA86;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 1rem;
  line-height: 1.3;
}
.p-works-list__title {
  margin-bottom: 10px;
}
.p-works-list__btn {
  margin-top: auto;
}
.p-works__wrapper {
  position: relative;
  margin-bottom: 50px;
}
.p-works__wrapper::after {
  position: relative;
  content: '';
  width: 32%;
}
.p-works__col {
  width: 32%;
}
.p-works__col:nth-child(n+4) {
  margin-top: 30px;
}
.p-works__photo {
  width: 100%;
  text-align: center;
}
.p-works__photo a {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  background-color: #f4f4f4;
}
.p-works__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.p-works__caption {
  margin-top: 5px;
  font-size: 1.2rem;
  text-align: left;
}
.p-works__table {
  width: 100%;
  table-layout: fixed;
}
.p-works__table th, .p-works__table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.p-works__table th {
  width: 120px;
  font-weight: bold;
}
.p-works__btn--back {
  width: 200px;
  margin: 50px auto 0;
}

.c-btn--general {
  display: inline-block;
  padding: 2px 10px;
  background: #fd8d0a;
  color: #fff !important;
  border: 1px solid #fd8d0a;
  text-decoration: none !important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■地図検索

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#map_search {
	margin: 20px auto 40px auto;
}
#map_search .area{
	display: table;
	table-layout: fixed;
	width: 100%;
}
#map_search .area li{
	display: table-cell;
	border: 1px solid #0A67B4;
}
#map_search .area li a{
	display: block;
	color: #0A67B4;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
#map_search .area li a:hover,
#map_search .area li.active a {
	background-color: #0A67B4;
	color: #fff;
}

#map_search .category_ttl{
	position: relative;
	overflow: hidden;
	background:none;
	padding:5px 10px 5px 10px;
	margin:0 0 15px;
	border-left:none;
	color:#0a2035;
	border: 1px solid #0a2035;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#map_search .category_ttl h3{
	float: left;
	margin-right: 15px;
	font-size:24px;
	font-weight:normal;
}
#map_search .map_search .row {
	overflow: hidden;
	margin-bottom: 15px;
}
#map_search .map_search .tit {
	float:left;
	    width: 65px;
    margin-right: 2px;
    padding: 5px 0;
    background: #0a2035;
    color: #fff;
    text-align: center;
    font-size: 10px;
}
#map_search .map_search select {
	float:left;
	    height: 28px;
	margin-right: 15px;
}
#map_search .btn {
	position: relative;
	width: 260px;
	margin: 15px auto;
}
#map_search .btn button {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #0a2035; 
	position: relative;
    display: block;
    color: #0a2035;
    text-align: center;
	line-height: 40px;
	font-size:16px ;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#map_search .btn button::before {
	position: absolute;
	display: block;
	content: '';
	width: 11px;
	height: 11px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
#map_search .btn button::before {
	background-image: url(../images/marker_info.png);
}
#map_search #panelMap {
	border: 1px solid #ddd;
	padding : 20px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 20px;
}
#map_search #map {
	width: 100%;
	height: 500px;
}
#map_search .marker_data_html {
	width: 280px;
	margin-top: 4px;
}
#map_search .marker_data_html h2 {
	font-size : 14pt;
	text-align: left;
	font-weight: bold;
	font-family: sans-serif;
	margin-bottom: 4px;
	border-bottom: 1px dotted #ccc;
}
#map_search .marker_data_html .comment {
	float: right;
	width: 170px;
}
#map_search .marker_data_html .price {
	font-size: 18px;
	font-weight: bold;
	color: #c00;
}
#map_search div#markerlist {
	display: none;
	width : 180px;
	overflow : auto;
	line-height : 150%;
	font-size : 10pt;
}
#map_search div#markerlist dt {
	margin: 0 0 1px;
	padding: 5px;
	font-weight: bold;
	background: #0a2035;
	color: #fff;
}
#map_search div#markerlist dd {
	margin: 0 0 5px;
}
#map_search div#markerlist li {
	border-bottom: 1px dotted #ccc;
	font-size: 11px;
}
#map_search div#markerlist li .listnone {
	display: none;
}
#map_search div#markerlist li a {
	display: block;
	padding: 5px 0 5px 12px;
	text-decoration: none;
}
#map_search .rent li a {
	background: url(../images/side_marker_on.jpg) no-repeat 5px 10px;
}
#map_search .rent li a:hover {
	background: url(../images/side_marker_off.jpg) no-repeat 5px 10px;
}
#map_search .renovation li a {
	border-left: 3px solid #333;
}

#map_search .btn_large_area {
	margin-bottom: 15px;
}
#map_search .btn_large_area ul {
	display: table;
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
}
#map_search .btn_large_area ul li {
	display: table-cell;
	border: 1px solid #fff;
}
#map_search .btn_large_area ul li input {
	width: 100%;
	border: none;
	background: #0a2035;
	color: #fff;
	font-size: 13px;
	line-height: 40px;
}