@charset "UTF-8";
/* ----------------------------------------------------------------
Setting
---------------------------------------------------------------- */
body {
	color: #222;
	font: 13px/1.231 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"游ゴシック",YuGothic,Verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1;
	background-color: #f8f8f8;
	position: relative;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}

ul, ol {
	list-style: none outside none;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 1.6em;
	text-indent: 0px;
	}

table {
	color: inherit;
	border-collapse: collapse;
	border-spacing: 0;
	}

caption, th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
	}

img {
	border: 0 none;
	vertical-align: bottom;
	}

address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
	}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
	}

ins { text-decoration: none; }
del { text-decoration: line-through; }

fieldset { border: 0 none; }

select, input, button, textarea, button {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	}


/* ----------------------------------------------------------------
Clearfix
---------------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	}
.clearfix:after {
	clear: both;
	}


/* ----------------------------------------------------------------
Layout
---------------------------------------------------------------- */
/* Header
-------------------------------- */
#header .wrap {
	min-height: 85px;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	}
#header .logo {
	text-align: center;
	padding-top: 17px;
	}
#header .inquiry {
	position: absolute;
	top: 0px;
	right: 30px;
	}
#header .inquiry a {
	width: 155px;
	color: #fff;
	text-decoration: none;
	background: #222 url(../img/icn_mail.png) no-repeat 21px 14px;
	text-indent: 53px;
	padding: 17px 5px 18px 10px;
	display: block;
	}
#header .inquiry a:hover {
	background-color: #e60039;
	}


/* Nav
-------------------------------- */
#gnav .wrap {
	height: 63px;
	background-color: #fff;
	border-bottom: 6px solid #333;
	position: relative;
	z-index: 2;
	}

/* 第1階層 */
#gnav .wrap>ul {
	width: 810px;
	margin: 0px auto;
	overflow: hidden;
	}
#gnav .wrap>ul>li {
	float: left;
	width: 270px;
	}
#gnav .wrap>ul>li>a {
	width: 270px;
	color: #222;
	font-size: 123.1%;
	letter-spacing: 0.1em;
	line-height: 63px;
	text-align: center;
	text-decoration: none;
	text-indent: 28px;
	border-bottom: 6px solid #333;
	display: block;
	position: relative;
	}
#gnav .wrap>ul>li>a:before {
	line-height: 1;
	padding-left: 38px;
	padding-bottom: 18px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
#gnav li#gnav01>a:before { content: url(../img/gnav_icn_cpr.png); }
#gnav li#gnav02>a:before { content: url(../img/gnav_icn_svc.png); }
#gnav li#gnav03>a:before { content: url(../img/gnav_icn_rct.png); }


/* selected付加時の第1階層 */
#gnav .wrap>ul>li.selected>a {
	color: #fff;
	background-color: #222;
	border-bottom: 6px solid #e8194c;
	}
#gnav li#gnav01.selected>a:before { content: url(../img/gnav_icn_cpr_sct.png); }
#gnav li#gnav02.selected>a:before { content: url(../img/gnav_icn_svc_sct.png); }
#gnav li#gnav03.selected>a:before { content: url(../img/gnav_icn_rct_sct.png); }


/* 第1階層カレント表示 */
#gnav .wrap>ul>li.crt>a {
	border-bottom: 6px solid #e8194c;
	}


/* 第2階層 */
#gnav .wrap>ul ul {
	width: 270px;
	}
#gnav .wrap>ul li li {
	border-top: 1px solid #d9d9d9;
	}
#gnav .wrap>ul li li:first-child {
	border-top: none;
	}
#gnav .wrap>ul li li a {
	color: #222;
	height: 50px;
	font-size: 107.7%;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	background-color: rgba(234,234,234,0.9);
	display: block;
	}
#gnav .wrap>ul li li a:hover {
	color: #fff;
	background-color: rgba(224,43,88,0.9);
	}


/* headline
-------------------------------- */
#headline {
	width: 100%;
	height: 120px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 130px;
	position: relative;
	}
#headline h1 {
	width: 495px;
	font-size: 253.8%;
	letter-spacing: 0.1em;
	text-align: center;
	background: url(../../assets/img/headline_bg.gif) repeat-x left top;
	padding-top: 40px;
	margin: 0px auto;
	position: absolute;
	top: 110px;
	left: 0px;
	right: 0px;
	}
#headline h1 span {
	font-size: 33.3%;
	letter-spacing: 0.5em;
	margin-top: 8px;
	display: block;
	}
#headline h1:before {
	position: absolute;
	top: -7px;
	left: 22px;
	}


/* contents
-------------------------------- */
/* 1カラム */
#contents_single {
	width: 980px;
	margin: 0px auto;
	}
#contents_single h2 {
	font-size: 215.3%;
	letter-spacing: 0.1em;
	background: url(../img/h2_bg.gif) no-repeat left top;
	padding-top: 30px;
	padding-left: 5px;
	margin-bottom: 30px;
	}

/* 2カラム */
#contents_two {
	width: 1100px;
	margin: 0px auto 50px;
	overflow: hidden;
	}
#contents_two .main_column {
	float: right;
	width: 800px;
	}
#contents_two .sidebar {
	float: left;
	width: 250px;
	}

.contents p,
.contents ul,
.contents ol {
	line-height: 1.7;
	margin: 15px 0px;
	}
.contents a:link { color: #e60039; text-decoration: none; }
.contents a:visited { color: #e60039; text-decoration: none; }
.contents a:hover { text-decoration: underline; }
.contents a:active { text-decoration: underline; }



/* pagetop
-------------------------------- */
#pagetop {
	width: 96px;
	height: 96px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	}
#pagetop img:hover {
	opacity: 0.65;
	cursor: pointer;
	}


/* footer
-------------------------------- */
#footer .wrap {
	background-color: #e8e8e8;
	}
#footer .copyright {
	color: #666;
	font-size: 84.6%;
	text-align: center;
	padding: 25px 0;
	}
#footer .copyright span {
	font-size: 150%;
	vertical-align: -0.1em;
	}
#footer .snslist{
    list-style-type: none;
    margin: 0;
    padding: 20px 0 0;
    display: flex;
    justify-content: center;
}
#footer .snslist li{
    margin: 20px;
    width: 40px;
}
#footer .snslist li img{
    width: 100%;
}

/* othersite
-------------------------------- */
#othersite {
	width: 54px;
	height: 246px;
	background-color: #fff;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	position: absolute;
	top: 160px;
	right: 0px;
	z-index: 2;
	}
#othersite div {
	padding: 1px;
	}
#othersite li {
	border-top: 1px solid #dadada;
	padding: 1px;
	}
#othersite li a:hover img {
	opacity: 0.65;
	}
.bold {
	color: #000000;
	font-weight: bold;
	}
.text {
	color: #000000;
	font-size: 15px;
	}