@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

body {
	color: #000000;
	font-family: "メイリオ", Meiryo,Hiragino Kaku Gothic ProN, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック",sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body, table, tr, th, td, p, h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}

.h-style1 {
	font-size: 35px;
	line-height: 38px;
}
.h-style2 {
	font-size: 32px;
	line-height: 42px;
}
.h-style3 {
	font-size: 30px;
	line-height: 40px;
}
.h-style4 {
	font-size: 28px;
	line-height: 38px;
}
.h-style5 {
	font-size: 26px;
	line-height: 36px;
}
.h-style6 {
	font-size: 22px;
	line-height: 34px;
}
.h-style7 {
	font-size: 22px;
	line-height: 30px;
}
.h-style8 {
	font-size: 20px;
	line-height: 34px;
}
.h-style9 {
	font-size: 22px;
	line-height: 30px;
}
.h-style10 {
	margin: 30px auto 40px;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}
.p-style1 {
	font-size: 18px;
	line-height: 28px;
/*	font-weight: bold;*/
}
.p-style2,
p {
	font-size: 16px;
	line-height: 26px;
}
.p-style3 {
	font-size: 14px;
	line-height: 24px;
}
.p-fs18 {
	font-size: 18px;
	line-height: 26px;
}
.p-fs16 {
	font-size: 16px;
	line-height: 26px;
}
.p-fs14 {
	font-size: 14px;
	line-height: 1.6;
}
.cat-ttl{
	font-size: 22px;
	padding-top: 5px;
}

.text-color1 {	/* 濃い青 */
	color: #073888;
}
.text-color2 {	/* 薄い青 */
	color: #5697da;
}
.text-color3 {	/* PASグリーン */
	color: #007953;
}
.text-color-red {
	color: #cc2600;
}
.text-color-gray {
	color: #7c7c7c;
}

a {
	color: #001cab;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #ab0000;
	text-decoration: none;
}

img {
	width: 100%;
	border: none;
}
img.no-fit {
	width: auto;
}

ul, ol, dl {
	list-style-type: none;
}

.ul-style1 {
	list-style-type: disc;
	margin-left: 25px;
}
.ol-style1 {
	list-style-type: decimal;
	margin-left: 25px;
}
span.android-bug-fix {
	width: 1px;
	height: 1px;
	color: transparent;
	position: absolute;
	top: -50px;
}
/* -------------------------------------------------
	header
------------------------------------------------- */

.header-shadow {
	box-shadow: 0 3px 8px rgba(0,0,0,0.5);
	position: relative;
	z-index: 10;
}

#header {
	height: 85px;
	background-color: #ffffff;
}
#header .fixed {
	width: 100%;
	height: 82px;
	border-top:solid 3px #3668b9;
	background-color: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
#header .inner-style2 {
	height: 100%;
	position: relative;
}
#header .logo {
	width: 38.5%;
	display: inline-block;
}

/* gnav */

#gnav {
	width: 50%;
	height: 79px;
	display: block;
	position: absolute;
	top: 1px;
	right: 0px;
}
#gnav ul {
	width: 100%;
	height: 100%;
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
}
#gnav li {
	display: table-cell;
	border-right: solid 1px #ffffff;
}
#gnav li.gn0 {
	width: 20%;
}
#gnav li.gn1,
#gnav li.gn2,
#gnav li.gn4,
#gnav li.gn5 {
	width: 20%;
}
#gnav li.gn3 {
	width: 20%;
}
#gnav a {
	width: 100%;
	height: 79px;
	display: table;
	border-collapse: collapse;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
#gnav .cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background: url(../img/bg_001.png) repeat-x center bottom;
	position: relative;
}
#gnav .bg {
	width: 100%;
	height: 79px;
	background: url(../img/bg_001_on.png) repeat-x center bottom;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	display: none;
}
#gnav .current .bg {
	display: block;
}
#gnav .text {
	position: relative;
	z-index: 10;
}
#gnav img {
	width: 24px;
	height: 27px;
}

/* -------------------------------------------------
	contents
------------------------------------------------- */

#main-cont {
	display: block;
	position: relative;
	z-index: 5;
}

.inner-style1,
.inner-style2 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.inner-style3 {
	width: 73.5%;
	margin-left: auto;
	margin-right: auto;
}

#main-visual.posfix {
	margin-top: -70px;
}
#main-visual img {
	border: solid 5px #ffffff;
	box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
	.inner-style1,
	.inner-style2 {
		margin-left: 5%;
		margin-right: 5%;
	}
}

/* headline */

.h-border {
	width: 38px;
	height: 38px;
	display: inline-block;
	margin: -8px 22px 0 0;
	position: relative;
}
body.c1 .h-border,
body.c5 .h-border,
body.c6 .h-border,
body.c7 .h-border,
body.c8 .h-border {
	background-color: #56a4da;
}
body.c2 .h-border,
body.c3 .h-border {
	background-color: #425fa8;
}
body.c4 .h-border {
	background-color: #49baab;
}
body.c-pas .h-border {
	background-color: #41955E;
}
.h-border span {
	width: 2px;
	height: 100%;
	display: inline-block;
	background-color: #ffffff;
	vertical-align: middle;
	position: absolute;
	left: 9px;
	top: 0;
}

#main-cont h3.h-style1 {
	margin: 0 0 50px 1%;
	vertical-align: middle;
}

#main-cont h4.h-style3 {
	text-align: center;
}
#main-cont h5.h-style6 {
	text-align: center;
}

/* h-ext1 */

.h-ext1 {
	margin-bottom: 55px;
	background: #435FA8;
	border-bottom: solid 3px #B6B6B6;
}
body.pageCate-pas .h-ext1 {
	background: #41955E;
}
.h-ext1 .wrap {
	height: 56px;
	padding-top: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.h-ext1 .headline {
	display: flex;
	font-weight: bold;
	color: #fff;
}
.h-ext1 .headline .text1 {
	font-size: 22px;
}
.h-ext1 .headline .text2 {
	padding-left: 50px;
	font-size: 18px;
	position: relative;
}
.h-ext1 .headline .text2::before {
	content: "";
	width: 31px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 40%;
}
.h-ext1 .back {
	display: flex;
	align-items: center;
	white-space: nowrap;
	color: #fff;
}
.h-ext1 .back img {
	width: 22px;
}
.h-ext1 .back span {
	font-size: 16px;
	padding-left: 0.4em;
}

/* h-ext2 */

.h-ext2 {
	padding: 0 0 0 60px;
	color: #063788;
	font-size: 35px;
	position: relative;
}
body.pageCate-pas .h-ext2 {
	color: #007953;
}
body.pageCate-pas .h-ext2l {
	padding: 0 0 0 60px;
	font-size: 35px;
	line-height: 1.4;
	margin-top: -8px;
	position: relative;
	color: #007953;
}

.h-ext2 .square {
	width: 38px;
	height: 38px;
	background: #39569E;
	display: block;
	position: absolute;
	left: 0;
	top: -8px;
}
body.pageCate-pas .h-ext2 .square {
	background: #41955E;
}
body.pageCate-pas .h-ext2l .square {
	width: 38px;
	height: 38px;
	background: #39569E;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #41955E;
}


.h-ext2 .square::after,
.h-ext2l .square::after  {
	width: 2px;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	left: 9px;
	top: 0;
}

/* h-ext3 */

.h-ext3 {
	padding: 1.2em 1.2em 0.9em 1.2em;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
.h-ext3::before,
.h-ext3::after {
	width: 100%;
	height: calc(100% - 15px);
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
}
.h-ext3::before {
	border-top: solid 5px #D0D0D0;
	border-right: solid 5px #D0D0D0;
	right: 0;
	top: 0;
}
.h-ext3::after {
	border-bottom: solid 5px #6385D9;
	border-left: solid 5px #6385D9;
	left: 0;
	bottom: 0;
}
body.pageCate-pas .h-ext3::after {
	border-bottom: solid 5px #38A85F;
	border-left: solid 5px #38A85F;
}

/* second-nav */

#second-nav,
#second-nav ul,
#second-nav li,
#second-nav .nav {
	height: 56px;
}
#second-nav {
	margin-bottom: 55px;
	border-bottom: solid 3px #b6b6b6;
}
#second-nav h2 {
	margin: 15px 0 0 1%;
	display: inline-block;
	line-height: 1em;
	color: #ffffff;
}
#second-nav h2 a {
	padding-right: 38px;
	padding-bottom: 2px;
	color: #ffffff;
	background: url(../img/arrow_005.png) no-repeat right 2px;
}
#second-nav nav {
	height: 100%;
	display: table;
	border-collapse: separate;
	table-layout: fixed;
	border-spacing: 1px;
}
#second-nav nav .nav {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	line-height: 1em;
	color: #ffffff;
}
#second-nav nav span.nav {
	opacity: 0.5;
}
#second-nav nav a.nav:hover,
#second-nav nav a.nav.current {
	color: #000000;
	border-bottom: solid 3px #ffffff;
}
body.c1 #second-nav nav a.nav:hover,
body.c1 #second-nav nav a.nav.current {
	background: url(../img/bg_secondnav_001.png) repeat-x left top;
	background-size: 1px 100%;
}
body.c2 #second-nav nav a.nav:hover,
body.c2 #second-nav nav a.nav.current,
body.c3 #second-nav nav a.nav:hover,
body.c3 #second-nav nav a.nav.current {
	background: url(../img/bg_secondnav_003.png) repeat-x left top;
	background-size: 1px 100%;
}
body.c4 #second-nav nav a.nav:hover,
body.c4 #second-nav nav a.nav.current {
	background: url(../img/bg_secondnav_004.png) repeat-x left top;
	background-size: 1px 100%;
}
#second-nav .text {
	padding: 0 10px;
	line-height: 1.3em;
	display: inline-block;
	position: relative;
	top: 2px;
}
#second-nav nav a.nav:hover .text,
#second-nav nav a.nav.current .text {
	top: 3px;
}

#second-nav.large {
	height: 160px;
	margin-bottom: 0;
}
#second-nav.large h2 {
	margin-top: 35px;
}

body.c1 #second-nav {
	background-color: #5697da;
}
body.c2 #second-nav,
body.c3 #second-nav {
	background-color: #425fa8;
}
body.c4 #second-nav {
	background-color: #41ac9d;
}
body.c-pas #second-nav {
	background-color: #41955E;
}
/* third-nav */

#third-nav {
	padding-top: 50px;
	text-align: right;
}
#third-nav img {
	width: auto;
}
#third-nav .cate {
	display: inline-block;
}
#third-nav nav {
	display: inline-block;
}
#third-nav li {
	margin-left: 30px;
	display: inline-block;
}
#third-nav li.next {
	margin-right: 15px;
}
#third-nav li.next.to-parent img {
	transform: rotate(-90deg);
}
#third-nav a {
	color: #000000;
}
#third-nav a.current {
	color: #bcbcbc;
}
#third-nav a:hover {
	color: #2645de;
	text-decoration: underline;
}

@media screen and (max-width: 1000px) {
	#third-nav {
		padding-top: 25px;
		text-align: left;
	}
	#third-nav img {
		width: auto;
	}
	#third-nav .cate {
		padding-bottom: 10px;
		display: block;
		font-weight: bold;
		border-bottom: solid 1px #e4e4e4;
	}
	#third-nav nav {
		display: block;
	}
	#third-nav li {
		margin-left: 0;
		display: block;
		border-bottom: solid 1px #e4e4e4;
	}
	#third-nav li.next {
		margin-right: 0;
		border-bottom: none;
		text-align: right;
	}
	#third-nav li.next span {
		margin-right: 10px;
		display: inline-block;
	}
	#third-nav li.next.to-parent span {
		display: none;
	}
	#third-nav li.next img {
		width: 14px;
	}
	#third-nav a,
	#third-nav span.nav {
		padding: 12px 0 10px;
		color: #000000;
		display: block;
	}
	#third-nav a:hover {
		text-decoration: none;
	}
	#third-nav li.next a {
		color: #00299e;
	}
}

/* table */

.t-style1 {
	width: 100%;
	border-collapse: collapse;
	border-top: solid 3px #cacaca;
	box-sizing: border-box;
}
.t-style1 tbody th,
.t-style1 tbody td {
	padding-top: 17px;
	padding-bottom: 17px;
	text-align: left;
	border-top: solid 1px #cacaca;
	border-bottom: solid 1px #cacaca;
}
.t-style1 tbody tr:last-child th,
.t-style1 tbody tr:last-child td {
	border-bottom: solid 3px #cacaca;
}
.t-style1 tbody th {
	width: 25.7%;
	border-top: none;
}
.t-style1 tbody th p {
	padding-left: 40px;
	padding-right: 10px;
	white-space: nowrap;
}
.t-style1 tbody td {
	padding-top: 8px;
	padding-bottom: 8px;
}
.t-style1 tbody td .td-inner {
	padding: 9px 0 9px 20px;
	border-left: solid 5px #aac4d6;
}
.t-style1.wide-padding tbody td {
	padding-top: 20px;
	padding-bottom: 20px;
}
body.c3 .t-style1 tbody td .td-inner {
	border-color: #c5e1be;
}
body.c4 .t-style1 tbody td .td-inner {
	border-color: #94d6cd;
}

.t-style2 {
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #848484;
	border-left: solid 1px #848484;
	box-sizing: border-box;
}
.t-style2 th,
.t-style2 td {
	padding: 7px 12px 5px;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #848484;
	border-bottom: solid 1px #848484;
}
.t-style2 thead th,
.t-style2 tfoot td {
	font-weight: normal;
	background-color: #e0e4ec;
}

/* button */

.btn {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.55);
	padding: 5px 17px 4px 20px;
	text-decoration: none;
}
.btn.blue {
	background-color: #069be7;
}
.btn.green {
	background-color: #42a283;
}
.btn.purple {
	background-color: #5f66b3;
}

.btn:hover {
	background-color: #565656;
	color: #ffffff;
	text-decoration: none;
}
.arrow1:after {
	content: url(../img/arrow_001.png);
	margin: 5px 0 5px 18px;
	position: relative;
	top: 3px;
}

/* btn-type1 */

.btn-type1 {
	width: 238px;
	height: 40px;
	padding: 0.1em 0 0 14px;
	display: inline-flex;
	align-items: center;
	font-size: 18px;
	color: #fff;
	border-radius: 7px;
	position: relative;
	box-sizing: border-box;
	transition: background 0.2s ease-out;
}
.btn-type1.blue {
	background: #6385D9;
}
.btn-type1.blue:hover {
	background: #9DB8FB;
	color: #fff;
}
.btn-type1.green {
	background: #4AB276;
}
.btn-type1.green:hover {
	background: #78D8A1;
	color: #fff;
}
.btn-type1::after {
	width: 0.6em;
	height: 0.6em;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	right: 7%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	content: "";
	display: block;
	box-sizing: border-box;
}

/* new-win */

.newwin {
	padding-left: 22px;
	background: url(../img/ico_newwin.png) no-repeat left center;
}

/* note-style */

.note-style1 {
	text-indent: -1.4em;
	padding-left: 1.4em;
}
.note-style2 {
	text-indent: -2em;
	padding-left: 2em;
}

/* link-style */

.link-style1 a {
	padding: 12px 25px 12px 15px;
	display: block;
	color: #00299e;
	background: #e4ecf7 url(../img/arrow_004.png) no-repeat 96.8% center;
	background-size: 10px auto;
}
.link-style1 a:hover {
	background-color: #b4d3ff;

}

/* two col */

.two-col p {
	width: 48.5%;
	float: left;
}
.two-col p + p {
	margin-left: 3%;
}

/* several-col-links */

#main-cont .several-col-links li {
	float: left;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
	background-color: #ffffff;
}
#main-cont .several-col-links .link-item {
	display: block;
	position: relative;
}
#main-cont .several-col-links a:hover {
	opacity: 0.8;
}
#main-cont .several-col-links .texts {
	min-height: 7.5em;
	padding: 0 14px;
	color: #ffffff;
}
#main-cont .several-col-links .texts-rec {
	min-height: 4.5em;
	padding: 0 14px;
	color: #ffffff;
}
#main-cont .several-col-links .ttl {
	padding: 8px 0 10px;
	font-size: 17px;
	line-height: 1.5;
	font-weight: bold;
}
#main-cont .several-col-links .ttl-rec {
	padding: 10px 0 7px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
}
#main-cont .several-col-links .small {
	font-size: 15px;
}
#main-cont .several-col-links strong {
	font-size: 14px;
	font-weight: normal;
}
#main-cont .several-col-links .desc {
	font-size: 13px;
	line-height: 1.6;
}
#main-cont .several-col-links .arrow {
	width: 29px;
	height: 27px;
	background: url(../../shared/img/arrow_001.png) no-repeat center center;
	background-size: 8px auto;
	position: absolute;
	right: 0;
	top: 0;
}

#main-cont .several-col-links.three li {
	width: 32.4%;
}
#main-cont .several-col-links.three li + li {
	margin-left: 1.4%;
}

#main-cont .several-col-links.four li {
	width: 23.9%;
}
#main-cont .several-col-links.four li + li {
	margin-left: 1.4%;
}

/* contact-area */

#contact-area {
	padding: 50px 0 45px;
	background-color: #D5F4FF;
}
body.pageCate-pas #contact-area {
	background-color: #DDFCDB;
}
#contact-area h4 {
	padding: 0;
	margin: 0 0 40px 0;
	padding-bottom: 1em;
	border: none;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	line-height: 1;
	color: #000;
	border-bottom: solid 6px #7BB5E6;
}
body.pageCate-pas #contact-area h4 {
	border-bottom: solid 6px #66D9A0;
}
#contact-area .text-and-button {
	display: flex;
	margin: 0 auto 65px;
	justify-content: space-between;
	align-items: center;
}
#contact-area .text-and-button .text,
#contact-area .text-and-button .button {
	box-sizing: border-box;
}
#contact-area .text-and-button .text {
	width: 53.5%;
	padding-right: 15px;
}
#contact-area .text-and-button .text p {
	
}
#contact-area .text-and-button .text p strong {
	font-size: 18px;
}
#contact-area .text-and-button .text p .small {
	display: block;
	font-size: 16px;
}
#contact-area .text-and-button .button {
	width: 46.5%;
}
#contact-area .text-and-button .button a {
	width: 100%;
	height: 100px;
	padding-left: 13%;
	display: flex;
	align-items: center;
	background: #07B100;
	border-radius: 50px;
	font-size: 24px;
	position: relative;
	color: #fff;
	box-sizing: border-box;
	transition: background 0.2s ease-out;
}
#contact-area .text-and-button .button a:hover {
	background: #84E880;
}
#contact-area .text-and-button .button a::after {
	width: 1.3em;
	height: 0.5em;
	border-bottom: solid 3px #fff;
	border-right: solid 5px #fff;
	position: absolute;
	right: 8%;
	top: 46%;
	transform: translateY(-50%) skewX(45deg);
	content: "";
	display: block;
	box-sizing: border-box;
}

#contact-area .text1 {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
}

#contact-area .contact-section {
	width: 50%;
	padding: 0 14px 0;
	border-left: solid 7px #7BB5E6;
	box-sizing: border-box;
}
body.pageCate-pas #contact-area .contact-section {
	border-left: solid 7px #66D9A0;
}
#contact-area .contact-section h5,
#contact-area .contact-section p {
	margin right: 15px !important;
}
#contact-area h5 {
	font-weight: bold;
	margin: 0 0 5px 0 !important;
}

/* caution-area */

#caution-area .caution-inner {
	width: 100%;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border: solid 2px #b2b0a8;
	background-color: #ebe6cf;
	box-sizing: border-box;
}
#caution-area .caution-inner > div {
	padding-top: 28px;
	padding-bottom: 28px;
	display: table-cell;
	vertical-align: middle;
}
#caution-area .caution-inner .image {
	width: 26.3%;
	text-align: right;
}
#caution-area .caution-inner .text {
	padding-left: 20px;
	padding-right: 20px;
}

/* -------------------------------------------------
	qaページ用css
------------------------------------------------- */

#qa-content {
	padding-bottom: 122px;
}
#qa-content .h-ext3 {
	margin-top: 51px;
}

#qa-content dl {
	margin-top: 29px;
}
#qa-content dl .label {
	width: 37px;
	height: 39px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 13px;
	top: 12px;
}
#qa-content dl dt,
#qa-content dl dd {
	position: relative;
	box-sizing: border-box;
}
#qa-content dl dt {
	min-height: 65px;
	padding: 19px 65px 17px 70px;
	border: solid 1px #9D9D9D;
	background: #E7ECFA;
	cursor: pointer;
	transition: background 0.2s ease-out;
}
body.pageCate-pas #qa-content dl dt {
	background: #DEF2E9;
}
#qa-content dl dt.on,
#qa-content dl dt:hover {
	background: #CBD8FF;
}
body.pageCate-pas #qa-content dl dt.on,
body.pageCate-pas #qa-content dl dt:hover {
	background: #B1F0D4;
}
#qa-content dl dt p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
#qa-content dl dt .label {
	background: #6385D9;
}
body.pageCate-pas #qa-content dl dt .label {
	background: #38A85F;
}
#qa-content dl dt .ico {
	width: 21px;
	height: 21px;
	display: block;
	position: absolute;
	right: 22px;
	top: 21px;
}
#qa-content dl dt .ico::before,
#qa-content dl dt .ico::after {
	width: 100%;
	height: 4px;
	background: #6385D9;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
body.pageCate-pas #qa-content dl dt .ico::before,
body.pageCate-pas #qa-content dl dt .ico::after {
	background: #38A85F;
}
#qa-content dl dt .ico::after {
	transform: translateY(-50%) rotate(-90deg);
	transition: transform 0.2s ease-out;
}
#qa-content dl dt.on .ico::after {
	transform: translateY(-50%) rotate(0deg);
}
#qa-content dl dd {
	border-left: solid 1px #C9C9C9;
	border-right: solid 1px #C9C9C9;
	display: none;
}
#qa-content dl dd .dd-inner {
	min-height: 70px;
	padding: 24px 22px 20px 70px;
	box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2) inset;
	box-sizing: border-box;
}
#qa-content dl dd .label {
	background: #575757;
	top: 17px;
}
#qa-content dl dd p {
	font-size: 18px;
	line-height: 1.5;
}

/* -------------------------------------------------
	footer
------------------------------------------------- */

#footer * {
	font-size: 14px;
	line-height: 1em;
}
#footer img {
	width: auto;
}
#footer a {
	color: #000000;
}
#footer a:hover {
	color: #2645de;
	text-decoration: underline;
}

#sns-area {
	padding: 40px 0 27px 0;
	text-align: right;
}
#sns-area ul {
	padding-right: 8px;
	display: inline-block;
}
#sns-area li {
	padding-right: 15px;
	float: left;
}

#sitemap-area .links.l1 {
	margin-bottom: 12px;
	background-color: #dfdfdf;
}
#sitemap-area .links.l1 .inner-style1 {
	padding: 25px 0 35px 0;
	background-color: #d5d5d5;
}
#sitemap-area .home,
#sitemap-area dl {
	float: left;
	display: inline-block;
	margin-left: 3.5%;
}
#sitemap-area dl.first {
	margin-left: 4.3%;
}
#sitemap-area .home {
	width: 19px;
	display: inline-block;
	margin-left: 4.0%;
	position: relative;
	top: -3px;
}
#sitemap-area .home img {
	width: 100%;
}
#sitemap-area dt {
	margin-bottom: 10px;
	font-weight: bold;
}
#sitemap-area dt a,
#sitemap-area .news {
	padding-right: 13px;
	background: url(../img/arrow_002.png) no-repeat right center;
}
#sitemap-area .news-wrapper {
	width: 13.5%;
	padding-top: 15px;
	margin-left: 5.8%;
}
#sitemap-area .news {
	margin-top: 16px;
	font-weight: bold;
	display: inline;
}
#sitemap-area .links.l1 li {
	margin-bottom: 8px;
}
#sitemap-area .links.l1 li a,
#sitemap-area .links.l1 .news {
	line-height: 1.2em;
}

#sitemap-area dl:nth-of-type(1) {
	width: 13%;
}
#sitemap-area dl:nth-of-type(2) {
	width: 21.2%;
}
#sitemap-area dl:nth-of-type(3) {
	width: 25.56%;
}
#sitemap-area dl:nth-of-type(4) {
	width: 9.2%;
}
#sitemap-area .news-wrapper {
	width: 13.5%;
}

#sitemap-area .links.l2 {
	height: 110px;
	border-top: solid 8px #3668b9;
}
#sitemap-area .links.l2 ul,
#sitemap-area .links.l2 .copyright {
	margin-top: 22px;
}
#sitemap-area .links.l2 ul {
	display: inline-block;
}
#sitemap-area .links.l2 li {
	float: left;
	margin-right: 28px;
}
#sitemap-area .links.l2 .copyright {
	float: right;
}

/* -------------------------------------------------
	pagetop
------------------------------------------------- */

#pagetop {
	position: fixed;
	/*bottom: 130px;*/
	bottom: 60px;
	right: 0;
	z-index: 90;
}
#pagetop a {
	width: 64px;
	height: 86px;
	display: block;
	text-align: center;
	background: #424894 url(../img/btn_pagetop.png) no-repeat center 11px;
	background-size: 26px auto;
}
#pagetop .text {
	margin-top: 44px;
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.2em;
}

/* -------------------------------------------------
	other
------------------------------------------------- */

/* for responsive */

.pc-only {
	display: block;
}
.pc-only-ib {
	display: inline-block;
}
.pc-only-i {
	display: inline;
}
.sp-only {
	display: none;
}
.sp-only-ib {
	display: none;
}
.sp-only-i {
	display: none;
}

/* float */

.l-side {
	float: left;
}
.r-side {
	float: right;
}

.clear {
	clear: both;
}
.clearfix {
	height: auto;
}
.clearfix:after {
	clear: both;
	content: "";
	height: 0px;
	overflow: hidden;
	display: block;
}

/* padding, margin */
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt90 { padding-top: 90px !important; }

.pl30 { padding-left: 30px !important; }

.pb0 { padding-bottom: 0 !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb100 { padding-bottom: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

/* text */

.ta-l { text-align: left !important; }
.ta-c { text-align: center !important; }
.ta-r { text-align: right !important; }
