@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html{
	font-size:62.5%;
	overflow-y: scroll;
}

body{
	-webkit-text-size-adjust: 100%;
	max-width: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	text-align: left;
	line-height: 1;
	color: #1a1c21;
	word-break: break-word;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, input, textarea, select, button{
	font-size: 1.6rem;
}

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

table{
	border-spacing: 0;
}

blockquote{
	margin: 0;
	padding: 0;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a,
button,
input[type="submit"],
input[type="button"]{
	text-decoration: none;
	color: #1a1c21;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"]{
		display: inline-block;
		pointer-events: none;
	}
}

body{
	min-width: 0;
}

.wrap{
	max-width: 1000px;
	width: 92%;
	margin: 0 auto;
}

.content{
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

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

@media screen and (max-width: 767px) {
	.wrap{
		width: 92%;
		max-width: initial;
	}
	.pc{
		display: none !important;
	}
	.sp_ib{
		display: inline-block;
	}
}




/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/


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

}



/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/


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

}




/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.txt{
	line-height: 1.5;
}

.bold{
	font-weight: bold;
}

.txt_up{
	text-transform: uppercase;
}
.txt_noup{
	text-transform: none;
}

.center{
	text-align: center;
}

@media screen and (min-width: 768px) {
	.pc_tate{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		white-space: nowrap;
	}
}
.tate{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.link{
	position: relative;
	text-decoration: none;
	color: #005BAC;
}
.link.line{
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.link:hover{
		text-decoration: underline;
		opacity: 1;
	}
	.link.line:hover{
		text-decoration: none;
		opacity: 1;
	}
}
.link.arw{
	padding-left: 15px;
}
.link.arw::before {
	position: absolute;
	top: 4px;
	left: -1px;
	display: block;
	width: 8px;
	height: 8px;
	border: solid #015bac;
	border-width: 2px 2px 0 0;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ico_win{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background: url(../img/icon-blank-gray.svg) no-repeat center center;
	background-size: 100%;
	vertical-align: text-top;
}


@media screen and (max-width: 767px) {
	.img img{
		width: 100%;
	}

	.link.arw::before {
		top: 3px;
	}

	.ico_win{
		width: 14px;
		height: 14px;
	}
}



/* ------------------------------
	.box
------------------------------ */
.flex{
	display: flex;
	justify-content: space-between;
}


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



/* ------------------------------
	.box
------------------------------ */
#tbgcHeader{
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #CCC;
}

#tbgcHeaderInner{
	width: 100%;
}

#tbgcFooterUtility > ul{
	text-align: center;
}


#tbgcFooter{
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
}

#tbgcFooterGroup{
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	#tbgcFooter{
		max-width: 1366px !important;
		width: 100%;
		margin: 0 auto;
	}
}
