@charset "utf-8";

/*======*/
/* 共通 */
/*======*/

/* PC/SP出し分け
------------------------------ */

@media screen and (min-width: 768px) {
.sp {
	display: none !important;
}
}

@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}

}

/* レイアウト
-----------------------------------*/

body {
	height: 100%;
}

.inner {
	max-width: 1142px;
	margin: 0 auto;
	padding: 0 16px;
}

.container {
	margin-top: 110px;
}

.contents {
	padding-bottom: 80px;
}

.contents .heading01-contents {
	padding-bottom: 32px;
	background-color: #B0E9F2;
}

.contents .heading01-contents::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #B0E9F2;
}

.contents p {
	margin-bottom: 16px;
}

.excel::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 22px;
	margin: 0 8px;
	background: url(/images/common/com_ic02.png) no-repeat;
	background-size: 100% auto;
	background-position: center top;
	vertical-align: bottom;
}

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

.container {
	margin-top: 57px;
}

}



/* パンくず
-----------------------------------*/

.b-nv ul {
	position: relative;
	padding: 8px 16px;
	z-index: 110;
}

.b-nv ul {
	font-size: 0;
	text-align: right;
}

.b-nv li {
	display: inline-block;
	font-size: 18px;
	color: #FFF;
}

.b-nv li a {
	color: #FFF;
}

.b-nv li::after {
	content: '>';
	padding: 0 4px;
}

.b-nv li:last-child::after {
	content: '';
}

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

.b-nv {
	display: none;
}

}

/* タイトル
-----------------------------------*/

.heading-main {
	position: relative;
	margin: 0 auto;
}

.heading-main::after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 32px;
	bottom: 0;
	left: 0;
	background: url(/images/common/com_bg01.png) repeat-x;
	background-position: bottom left;
	background-size: auto 100%;
	z-index: 1;
}

.heading-main .main-img {
	max-width: 1580px;
	padding-bottom: 14%;/*220/1580*/
	margin: 0 auto;
	background-color: #CCC;
}

.heading01 {
	position: relative;
	max-width:  1142px;
	margin: 0 auto;
	padding: 0 16px;
}

.heading01::before {
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	height: 49px;
	bottom: 64px;
	left: 0;
	background: url(/images/common/com_bg02.png) no-repeat;
	background-position: center left;
	z-index: 1;
}

.heading01::after {
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	height: 82px;
	bottom: 32px;
	right: 0;
	background: url(/images/common/com_bg05.png) no-repeat;
	background-position: center right;
	z-index: 1;
}

.heading01 .heading-box {
	position: relative;
	max-width: 640px;
	text-align: center;
	margin: -80px auto 0;
	padding: 32px 16px;
	background-color: #FFF;
	z-index: 2;
}

.heading01 .heading-box::after {
	content: '';
	position: absolute;
	display: block;
	width: 165px;
	height: 17px;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(/images/common/com_bg03.png) no-repeat;
	background-position: center center;
}

.heading01 .heading-box h2 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: bold;
	color: #333;
}

.heading01 h2 span {
	display: block;
	margin-top: 32px;
	font-size: 16px;
	line-height: 1;
}

.heading02 {
	position: relative;
	font-size: 40px;
	line-height: 1.2;
	font-weight: bold;
	color: #FFF;
	background-color: #01CFFF;
	text-align: center;
	padding: 40px 16px;
	margin: 80px 0 40px;
}

.heading02::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 16px 10px 0 10px;
	border-color: #009DCC transparent transparent transparent;
}

.heading01-contents + .heading02 {
	margin-top: 0;
}

.heading03 {
	font-size: 32px;
	line-height: 1.2;
	font-weight: bold;
	color: #012971;
	text-align: center;
	margin: 48px 0 24px;
}

.heading03::after {
	content: '';
	display: block;
	width: 84px;
	height: 9px;
	background: url(/images/common/com_bg04.png) no-repeat;
	background-position: center center;
	margin: 8px auto 0;
}

.heading04 {
	font-size: 32px;
	line-height: 1.2;
	font-weight: bold;
	color: #012971;
	text-align: center;
	margin: 48px 0 24px;
}

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

.heading-main {
	padding: 0;
}

.heading-main .main-img {
	padding-bottom: 40%;
}

.heading01 {
	padding: 0 32px;
}

.heading01::before,
.heading01::after {
	content: none;
}

.heading01 .heading-box {
	margin: -64px auto 0;
	padding: 16px 8px;
}

.heading01 .heading-box::after {
	height: 12px;
	bottom: -6px;
	background-size: auto 100%;
}

.heading01 .heading-box h2 {
	font-size: 32px;
}

.heading01 h2 span {
	margin-top: 8px;
	font-size: 12px;
}

.heading02 {
	font-size: 28px;
	margin: 32px 0;
	padding: 16px;
}

.heading03 {
	font-size: 24px;
	margin: 60px 0 32px;
}

.heading03::after {
	height: 6px;
	background-size: auto 100%;
}

.heading04 {
	font-size: 20px;
	margin: 60px 0 32px;
}

}


/* リンクボタン
-----------------------------------*/

button,
input[type="button"],
input[type="submit"] {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	cursor: pointer;
	outline: 0;
	padding: 0;
	border: 0;
	line-height: 1;
}

.com-bt {
	position: relative;
	display: inline-block;
	border: 3px solid #04b1d9;
	line-height: 1;
	text-align: center;
	color: #04b1d9;
	padding: 16px 20px;
	outline: none;
	overflow: hidden;
	transition: color 0.4s ease-in-out;
	z-index: 1;
}

.com-bt input {
	color: #04b1d9;
	transition: transform 0.45s ease-in-out;
}

.com-bt::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 100%;
	right: 100%;
	width: 25%;
	height: 25%;
	border-radius: 50%;
	background-color: #04b1d9;
	transform-origin: center;
	transform: translate3d(50%, -50%, 0) scale3d(0, 0, 0);
	transition: transform 0.45s ease-in-out;
}

.com-bt:hover {
	cursor: pointer;
	color: #FFF;
	text-decoration: none
}

.com-bt:hover input {
	color: #FFF;
}

.com-bt:hover::before {
	transform: translate3d(50%, -50%, 0) scale3d(15, 15, 15);
}

.com-bt.type02 {
	color: #999;
	border: 3px solid #999;
}

.com-bt.type02 input {
	color: #999;
}

.com-bt.type02:hover {
	color: #FFF;
}

.com-bt.type02:hover input {
	color: #FFF;
}

.com-bt.type02::before {
	background-color: #999;
}

.com-bt.type03 {
	color: #E8334A;
	border: 3px solid #E8334A;
}

.com-bt.type03 input {
	color: #E8334A;
}

.com-bt.type03:hover {
	color: #FFF;
}

.com-bt.type03 input {
	color: #FFF;
}

.com-bt.type03::before {
	background-color: #E8334A;
}

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

.com-bt {
	max-width: 100%;
	width: 100%;
}

}


/* スライダー
-----------------------------------*/

#greetding-slider .slick-slide {
	padding: 0 8px;
}

#greetding-slider figcaption {
	font-size: 24px;
	margin-top: 8px;
	color: #333;
}

#greetding-slider a:hover {
	text-decoration: none;
}

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

}


/*============*/
/* 共通・汎用 */
/*============*/

/* 段落
-----------------------------------*/
.psp p {
	margin-bottom: 24px;
}

.psp p:last-of-type {
	margin-bottom: 0;
}

/* ぶら下げインデント */
.indent {
	margin-left: 1em;
	text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.row:after {
	content: "";
	clear: both;
	display: block;
}

.multicolumn,
.multilist {
	overflow: hidden !important;
}

.multicolumn-left {
	float: left;
}

.multicolumn-right {
	float: right;
}

.multilist li {
	float: left;
}

/* カラム幅
-----------------------------------*/
.w1000 { width: 1000px;}

/* リスト、アイコン
-----------------------------------*/
/* リスト（デフォルト） */
.list-df {
	margin-left: 23px;
	list-style: disc;
}

/* リスト（ドット） */
.list-dot li {
	padding-left: 1em;
}

.list-dot li:before {
	content: "・";
	margin-left: -1em;
}

/* リスト（数字） */
.list-num li {
	margin-left: 30px;
}


/* テーブル
-----------------------------------*/
/* 幅 */
col.colw05 { width: 5%;}
col.colw10 { width: 10%;}
col.colw15 { width: 15%;}
col.colw20 { width: 20%;}
col.colw25 { width: 25%;}
col.colw30 { width: 30%;}
col.colw35 { width: 35%;}
col.colw40 { width: 40%;}
col.colw45 { width: 45%;}
col.colw50 { width: 50%;}

/* テーブル */
.table {
	width: 100%;
}

.table {
	border-collapse: separate;
	border-spacing: 0;
}

.table th,
.table td {
	vertical-align: middle;
	word-break: break-all;
}

.table th {
	padding: 16px 24px;
	background: #0575d9;
	color: #FFF;
	font-weight: normal;
	border-bottom: 8px solid #FFF;
}

.table td {
	padding: 16px 24px;
	border-bottom: 8px solid #FFF;
}

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

.table th,
.table td {
	padding: 16px 8px;
	border-bottom: 4px solid #FFF;
}


}
