@charset "UTF-8";
/* ----------------------------------------------------------------header*/
header {
	position: relative;
}
#header {
}
.header_contact {
  display: flex;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
}
.header_contact li:nth-last-of-type(1) a {
	margin-left: 10px;
}
.header_contact li a {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #ff9600;
}
.header_contact li a:hover {
  background: #e58600;
}
.header_contact li img {
	width: 25px;
	height: auto;
}
.header_contact li a:hover img {
	opacity: .7;
}
.header_contact li:first-child span {
  display: none;
}
@media print, screen and (min-width:768px) {
.header_contact {
	width: auto;
  position: absolute;
  top: 48px;
  right: 20px;
}
.header_contact li:nth-last-of-type(1) {
	margin-left: 20px;
}
.header_contact img {
	width: auto;
	height: auto;
}
.header_contact li:first-child  {
  line-height: 1;
}
.header_contact li:first-child img {
  width: auto;
  vertical-align: baseline;
}
.header_contact li:first-child span {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 45px;
  margin-left: 10px;
}
}

/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: #989898;
}
/*------------------------------------------------------------content*/
.content_bg01 {
	background: #fff;
	padding: 50px 0;
  overflow: hidden;
}
.content_bg02 {
  background: #f5f5f5;
	padding: 50px 0;
  overflow: hidden;
}
.section {
	clear: both;
	padding-bottom: 10px;
}
.bg_color01 {
  background: #fff;
}
@media print, screen and (min-width:768px) {
.content_bg01 {
	padding: 100px 0;
}
.content_bg02 {
	padding: 100px 0;
}
.section {
	padding-bottom: 30px;
}
.flex_container {
  display: flex;
}
}
/* ----------------------------------------------------------------footer*/
#footer_tel {
	padding: 35px 0;
	background: #185aa5;
}
#footer_tel p, #footer_tel a {
  color: #fff;
}
#footer_tel p:first-child {
	font-size: 1.944em;/*35px*/
  font-weight: 700;
  margin-bottom: 5px;
}
#footer_tel p.tel_num {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  line-height: 1;
  background: url(../img/common_img/bg_icon_ftel.png) left center no-repeat;
  background-size: 50px;
  padding-left: 60px;
  margin-bottom: 2px;
}
#footer_tel p.tel_num > p{
	font-weight: 500;
}
@media print, screen and (min-width:768px) {
  #footer_tel {
    padding: 70px 0;
  }
  #footer_tel p:first-child {
    margin-bottom: 11px;
  }
  #footer_tel p.tel_num {
    font-size: 84px;
    background-size: auto;
    padding-left: 140px;
    margin-bottom: 5px;
  }
}

#footer {
  color: #fff;
	padding: 37px 0;
	background: #333;
}
@media print, screen and (min-width:768px) {
#footer {
	padding: 75px 0;
}
}
/*footerinfo*/
#footerinfo {
  display: inline-block;
  font-weight: 500;
  line-height: 1.666;
  text-align: left;
	margin-bottom: 17px;
}
#footerinfo dd a {
  color: #fff;
}
@media print, screen and (min-width:576px) {
  #footerinfo dt {
    float: left;
    clear: both;
    width: 145px;
  }
  #footerinfo dd {
    padding-left: 145px;/*145px*/
  }
}

@media print, screen and (min-width:768px) {
#footerinfo {
	margin-bottom: 35px;
}
}

#footer small {
	font-size: 11px;
  font-weight: 500;
}

/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
	width: 100%;
	margin: 5px 0 15px;
	clear: both;
}
#pankuzu ol {
	list-style: none;
}
#pankuzu ol li {
	float: left;
	font-size: 11px;
	padding: 0 7px 0 10px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
	font-style: normal;
}
#pankuzu ol li.home {
	padding-left: 0;
	background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
	text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
	text-decoration: underline;
}
/* ----------------------------------------------------------------rayout*/
.center {
	display: block;
	margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
	width: 100%;
	border-collapse: collapse;
}
.sheet_basic tr th, .sheet_basic tr td {
	border: 1px dotted #6D6D6D;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	display: block;
}

@media print, screen and (min-width:768px) {
.sheet_basic tr th, .sheet_basic tr td {
	display: table-cell;
}
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
	font-size: 2.5em;
	font-weight: 700;
	color: #fff;
  line-height: 1.777;
	text-align: center;
  background: #008c69;
  position: relative;
}
.title01:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.title02 {
	font-weight: 700;
  line-height: 1.42;
}
.title02 strong {
  color: #ff9600;
}
.title03 {
  position: relative;
}

.title03 span {
  display: inline-block;
	font-size: 2.222em;/*40px*/
	font-weight: 500;
  line-height: 1.1;
  padding: 0 10px;/*0 20px*/
	margin-bottom: 13px;
  position: relative;
}
.title03 span:before, .title03 span:after {
  content: "";
  width: 50px;/*100px*/
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.title03 span:before {
  left: -60px;
}
.title03 span:after {
  right: -60px;
}
@media print, screen and (min-width:768px) {
  .title01 {
    font-size: 45px;/*45px*/
  }
  .title01:before {
    border-width: 21px 21px 0 21px;
  }
  .title03 span {
    margin-bottom: 26px;
  }
  .title03 span:before, .title03 span:after {
    width: 100px;
  }
  .title03 span:before {
    left: -120px;
  }
  .title03 span:after {
    right: -120px;
  }
}
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/
.tx_red {
	color: #C33;
}
/*attention*/
.attention {
	font-size: 11px;
	line-height: 130%;
	margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*phbox*/
.phbox_right {
	text-align: center;
}
.phbox_right img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.phbox_left {
	text-align: center;
}
.phbox_left img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.ov_hidden {
	overflow: hidden;
}

@media print, screen and (min-width:768px) {
.phbox_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
}
.phbox_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
	margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
.margin-xs-b10 {
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
#pagetop img {
	width: 45px;
  height: auto;
}
@media print, screen and (min-width:768px) {
#pagetop {
	bottom: 30px;
	right: 20px;
}
#pagetop img {
	width: auto;
}
}

.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
.pc_none {
  display: none;
}
.sp_none {
  display: inline-block;
}
}