@charset "utf-8";

/*--------------------------------------------------------------------------------------------------------------
  初期設定
--------------------------------------------------------------------------------------------------------------*/

main {
	line-height: 1.7;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		-webkit-text-size-adjust: 100%;
	margin-top: 60px;
}

main div,
main h2,
main h3,
main h4,
main p,
main ul,
main li,
main dl,
main dt,
main dd,
main th,
main td,
main article,
main span,
main a {
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

main a {
	color: inherit;
	text-decoration: none;
	transition: 0.3s ease-out;
}

main a:hover {
	text-decoration: none;
}

main img {
	height: auto;
	width: auto;
	max-width: 100%;
	line-height: 100%;
	vertical-align: bottom;
}

main table {
	width: 100%;
	border-collapse: collapse;
}

main th,
main td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	word-break: break-all;
}

main .sp {
	display: none;
}


/*------------------------------------------
  枠
------------------------------------------*/

.main_inner {
	max-width: 1024px;
	margin: 0 auto;
}


/*------------------------------------------
  breadcrumb
------------------------------------------*/

.breadcrumb {
	font-size: 12px;
	padding: 20px 40px;
}

.breadcrumb li {
	color: #000;
	display: inline-block;
}

.breadcrumb li:last-of-type {
	color: #3498db;
}

.breadcrumb li + li {
	padding-left: 18px;
	margin-left: 10px;
	position: relative;
}

.breadcrumb li + li:before {
	color: #000;
	content: "\03e";
	position: absolute;
	left: 0;
	top: -1px;
}

.breadcrumb li:last-of-type:before {
	color: #000;
}


/*------------------------------------------
  枠内にfitするimg
------------------------------------------*/

main .img_fit_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: center;';
}


/*------------------------------------------
  コンタクト スタイル（色指定はページ別cssにて）
------------------------------------------*/

.contact_box {
	text-align: center;
}

.contact_txt {
	margin-bottom: 30px;
}

.contact_txt span {
	font-weight: bold;
}

.contact_box .btn {
	color: #fff;
	width: 420px;
	font-size: 20px;
	margin: 0 auto;
	border-radius: 30px;
}

.contact_box .btn a {
	display: block;
	padding: 12px 0;
	border-radius: 30px;
}

.contact_box .form_link a {
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 8px;
	background-image: url(../img/ico_arrow01.png);
}

.contact_tel {
	font-weight: bold;
}

.contact_tel .tel_link span {
	vertical-align: middle;
	font-size: .65em;
	font-weight: normal;
	margin-left: 10px;
}


@media screen and (min-width: 751px) {

.contact_box .btn a:hover {
	filter: alpha(opacity=60);
		-moz-opacity: 0.6;
	opacity: 0.6;
}

.contact_tel {
	padding: 25px 0 15px;
	margin-bottom: 40px;
}

.contact_tel p {
	margin-bottom: 10px;
}

.contact_tel .tel_link {
	width: auto;
	display: table;
	font-size: 28px;
	font-weight: bold;
	padding-left: 40px;
	background-position: left center;
	background-repeat: no-repeat;
}

.contact_tel a {
	padding: 0 !important;
	pointer-events: none;
}

}


/*------------------------------------------
  下線付き見出し（色指定はページ別cssにて）
------------------------------------------*/

.mod_tit01 {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 25px;
	margin-bottom: 70px;
	border-bottom: 2px solid #ccc;
	position: relative;
}

.mod_tit01:before {
	content: "";
	width: 80px;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
}


/*------------------------------------------
  ページ内リンク（各調整はページ別cssにて）
------------------------------------------*/

main .page_link {
	border-bottom: 1px solid #999;
}

.page_link ul {
	display: table;
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
}

.page_link li {
	font-size: 18px;
	display: table-cell;
	text-align: center;
	position: relative;
}

.page_link li a {
	display: block;
	padding: 15px 0 20px;
}


@media screen and (min-width: 751px) {

.page_link .main_inner li:after {
	content: "";
	display: block;
	background: #3498db;
	width: 0;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.page_link li:hover:after {
	width: 80%;
}

	/* iPad対策 */
	.ipad .page_link li:after {
		content: none;
	}

}


/*--------------------------------------------------------------------------------------------------------------
  media query
--------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 750px) {

main {
	margin-top: 52px;
}

main .sp {
	display: block;
}

main .pc {
	display: none;
}

body,p,th,td {
	font-size: 12px !important;
}

.sp_ttl {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 17px;
	background: #333;
}


/*------------------------------------------
  コンタクト スタイル（色指定はページ別cssにて）
------------------------------------------*/

.contact_box {
	padding: 0 10px;
}

.contact_txt {
	text-align: left;
	font-size: 13px !important;
	margin-bottom: 20px;
}

.contact_box .btn {
	width: 100%;
	font-size: 14px;
}

.contact_box .btn a {
	padding: 11px 0;
}

.contact_tel .tel_link {
	font-size: 18px;
	margin-bottom: 13px;
}

.contact_tel .tel_link a {
	padding: 8px 0;
	background: url(../img/ico_tel02.png) no-repeat 95% center;
	background-size: 12px;
}

.contact_tel .tel_link span {
	margin-left: 0;
}


/*------------------------------------------
  下線付き見出し（色指定はページ別cssにて）
------------------------------------------*/

.mod_tit01 {
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.mod_tit01:before {
	width: 40px;
}


/*------------------------------------------
  ページ内リンク（各調整はページ別cssにて）
------------------------------------------*/

main .page_link {
	margin: 20px 10px;
	border-bottom: none;
}

.page_link ul {
	display: block;
	max-width: 100% !important;
	border-top: 1px solid #ccc;
}

.page_link li {
	display: block;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.page_link li a {
	padding: 15px 0 12px;
	background: url(../img/ico_arrow02.png) no-repeat right center;
	background-size: 16px;
}

}
