/* @override 
	https://www.enna.co.jp/dev/css/styles.css?* */

/* @group reset */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
	-webkit-appearance: none;
}

/* @end */

/* @group default */



body {
  font: 16px "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
  line-height: 1.5;
  color: #404851;
}

@media all and (-ms-high-contrast:none){
	/*! IE11 フォントバグ対策（メイリオに変更） */
	::-ms-backdrop, body {
		font-family: Arial, "メイリオ", sans-serif;
	}
}

a {
	color: #404851;
	text-decoration: underline;
}

a:hover {
	color: #58718b;
	text-decoration: none;
}

a:active {
	position: relative;
	top: 1px;
}

a:visited {
	
}

::selection {
	background-color: #404851;
	color: #ffffff;
}

::-moz-selection {
	background-color: #404851;
	color: #ffffff;
}

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.textSmall {
	font-size: 90%;
}

.textBig {
	font-size: 110%;
}

.textRed {
	color: #d70010;
}

.textGreen {
	color: #1a7e64;
}

.textBold {
	font-weight: bold;
}

.textUnderline {
	text-decoration: underline;
}

.listNum01 li {
	list-style-type: none;
	counter-increment: cnt;
}

.listNum01 li::before {
	content: "(" counter(cnt) ") ";
	margin-left: -1.35em;
}

/* @end */

/* @group functions */

.clearfix::after,
.inner::after,
#masthead::after,
.homeContentRow::after,
.homeContentRow .homeContent .newsList li::after,
#colophonTop::after {
	content: "";
	display: table;
	clear: both;
}

#masthead #siteTitle a,
.pickupItem h5,
.homeContentRow .homeContent h3,
#colophonTop #sponsor h3,
#colophonTop #returnTop {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 0;
}

/* @group animation */

/*拡大エフェクト*/
#masthead #siteTitle a:hover, {
	animation: zoom-01 .3s;
	text-decoration: none;
}

@keyframes zoom-01 {
  50% { transform: scale(1.1,1.1); }
}

.pickupItem ul li a:hover,
.homeContentRow .homeContent nav ul li.button a:hover,
#mainBody .button:hover,
.homeContentRow .homeContent .details:hover {
	animation: zoom-02 .3s;
	text-decoration: none;
}

@keyframes zoom-02 {
  50% { transform: scale(1.03,1.03); }
}

/* @end */

/* @end */

/* @group common */

.inner {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.newsList {
	padding-bottom: 20px;
}

.newsList li {
	list-style: none;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.newsList li .date {
	float: left;
}

.newsList li .news {
	margin-left: 120px;
	display: block;
}

.columnList {
	margin-top: 30px;
	padding-bottom: 20px;
}

.columnList li {
	list-style: none;
	border-bottom: 1px solid #cccccc;
}

.columnList li a {
	text-decoration: none;
	font-size: 14px;
	padding-bottom: 15px;
	display: block;
	background: url(images/arrow_02.svg) right center no-repeat;
	background-size: 12px 23px;
	padding-top: 15px;
}

/* @group .pickupItem */

.pickupItem {
	width: 360px;
	height: 199px;
	background-image: url(images/home_visual_item_bg.png);
	float: left;
	margin-right: 10px;
	padding-top: 30px;
}

.pickupItem:last-child {
	margin-right: 0;
}

.pickupItem h5 {
	height: 24px;
	background-position: center;
	margin-bottom: 30px;
}

#pickupItem01 h5 {
	background-image: url(images/home_visual_item_title_02.svg);
}

#pickupItem02 h5 {
	background-image: url(images/home_visual_item_title_01.svg);
}

#pickupItem03 h5 {
	background-image: url(images/home_visual_item_title_03.svg);
}

.pickupItem ul {
	
}

.pickupItem ul li {
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

.pickupItem ul li a {
	background: url(images/arrow_01.svg) right 10px center no-repeat #ffffff;
	background-size: 16px auto;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0 35px 0 13px;
	font-size: 14px;
	height: 59px;
	line-height: 59px;
}

.pickupItem ul li a:hover {
	color: #404851;
}

/* @end */

/* @end */

/* @group utility */

#openMenu {
	display: none;
}

#closeMenu {
	display: none;
}

/* @end */

html {
	
}

body {
	padding-bottom: 60px;
	text-size-adjust: 100%;
}

/* @group #masthead */

#masthead {
	margin-bottom: 20px;
	padding-top: 20px;
}

#siteTitle {
	float: left;
}

#siteTitle a {
	width: 240px;
	height: 57px;
	background-image: url(images/logo.svg);
}

#siteDesc {
	display: none;
}

#globalMenu {
	
}

#globalMenu ul {
	text-align: right;
}

#globalMenu ul li {
	display: inline-block;
	margin-left: 50px;
	margin-top: 35px;
}

#globalMenu ul li a {
	text-decoration: none;
}

/* @end */

/* @group #content */

#content {
	
}

#content main {
	
}

/* @group home */

#homeVisual {
	height: 325px;
	background: url(images/home_visual.jpg) center no-repeat #404851;
	background-size: auto 100%;
}

#homeVisual h3,
#homeVisual h4 {
	display: none;
}

#homeContentMiddle {
	background-image: url(images/polygon_bg_01.png);
	background-size: cover;
}

#homeContentBottom {
	background-image: url(images/polygon_bg_01.png);
	background-size: cover;
}

.homeContentRow .homeContent {
	width: 525px;
	float: left;
	margin-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.homeContentRow .homeContent:last-child {
	margin-right: 0;
}

.homeContentRow .homeContent h3 {
	height: 100px;
	width: 525px;
	margin-bottom: 30px;
}

.homeContentRow.homeContent3Column .inner {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
}

.homeContentRow.homeContent3Column .inner .homeContent {
	float: none;
	width: calc((100% - 58px)/3);
	margin: 0;
	padding: 0;
}

.homeContentRow.homeContent3Column .inner::after {
	/* Flexbox指定をしている要素の疑似要素を打ち消し */
    display: none;
}

.homeContentRow #homeContent01 h3 {
	background-image: url(images/home_content_title_01.jpg);
}

.homeContentRow #homeContent02 h3 {
	background-image: url(images/home_content_title_02.jpg);
}

.homeContentRow #homeContent03 h3 {
	background-image: url(images/home_content_title_03.jpg);
}

.homeContentRow #homeContent04 h3 {
	background-image: url(images/home_content_title_04.jpg);
}

.homeContentRow #homeContent05 h3 {
	background-image: url(images/home_content_title_05.jpg);
}

.homeContentRow #homeContent06 h3 {
	background-image: url(images/home_content_title_06.jpg);
}

.homeContentRow #homeContent07 h3 {
	background-image: url(images/home_content_title_07.jpg);
}

.homeContentRow #homeContent08 h3 {
	background-image: url(images/home_content_title_08.jpg?v2);
}

.homeContentRow #homeContent09 h3 {
	background-image: url(images/home_content_title_11.jpg?v2);
}

.homeContentRow #homeContent10 h3 {
	background-image: url(images/home_content_title_12.jpg?v2);
}

.homeContentRow #homeContent11 h3 {
	background-image: url(images/home_content_title_13.jpg?v2);
}

.homeContentRow #homeContent12 h3 {
	background-image: url(images/home_content_title_14.jpg?v2);
}

.homeContentRow #homeContent13 h3 {
	background-image: url(images/home_content_title_15.jpg?v2);
}

.homeContentRow .homeContent p {
	font-size: 14px;
	margin-bottom: 20px;
}

.homeContentRow .homeContent .details {
	display: inline-block;
	height: 35px;
	line-height: 37px;
	border: 1px solid #404851;
	font-size: 13px;
	text-decoration: none;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 33%, rgba(225,228,233,1) 100%);
	float: right;
}

.homeContentRow .homeContent .details span {
	display: block;
	height: 35px;
	background: url(images/arrow-03.svg) right 25px center no-repeat transparent;
	background-size: auto 15px;
	padding-right: 50px;
	padding-left: 30px;
	text-align: center;
}

.homeContentRow .homeContent .details:hover {
	border-color: #58718b;
	color: #58718b;
}

.homeContentRow .homeContent img.standardstraversal {
	display: block;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

.homeContentRow .homeContent nav {
	margin-top: 30px;
}

.homeContentRow .homeContent nav ul {
	
}

.homeContentRow .homeContent nav ul li {
	margin-bottom: 10px;
}

.homeContentRow .homeContent nav ul li.button a,
.homeContentRow .homeContent nav ul li.button span {
	display: block;
	border: 2px solid #1a7e64;
	background-image: linear-gradient(#fff, #e1e4e9);
	border-radius: 100px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	padding: 10px;
	font-weight: bold;
}

.homeContentRow .homeContent nav ul li.button span {
	border-color: #404851;
	background-image: none;
}

.homeContentRow .homeContent nav ul li.button a:hover {
	color: #404851;
}

.homeContentRow .homeContent nav ul li.text {
	font-size: 14px;
	text-align: right;
	margin-bottom: 20px;
}

.homeContentRow #homeBooks {
	width: 100%;
	padding: 50px 0 0;
	margin-bottom: 50px;
}

.homeContentRow #homeBooks h3 {
	font-size: 30px;
	color: #000000;
	letter-spacing: 2px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	width: 100%;
	height: auto;
	margin: 0 0 50px;
}

.homeContentRow #homeBooks table {
	width: 100%;
	margin-bottom: 30px;
}

.homeContentRow .homeContent table tr {
	
}

.homeContentRow .homeContent table tr td {
	text-align: center;
}

.homeContentRow .homeContent table tr td a {
	
}

.homeContentRow .homeContent table tr td a img {
	border: 1px solid #cbcccb;
}

/* @end */

#mainContent {
	
}

#mainContent header {
	background: url(images/page_header_bg.jpg) center no-repeat #404851;
	background-size: auto 100%;
	height: 260px;
	padding-top: 90px;
}

#mainContent header#advisoryHeader {
	background: url(images/page_header_bg_advisory.jpg) center no-repeat #404851;
	background-size: auto 100%;
}

#mainContent header#kiteiseibiyHeader {
	background: url(images/page_header_bg_kitei_seibi.jpg) center no-repeat #404851;
	background-size: auto 100%;
}

#mainContent header#seminarHeader {
	background: url(images/page_header_bg_seminar.jpg) center no-repeat #404851;
	background-size: auto 100%;
}


#mainContent header#trainingHeader {
	background: url(images/page_header_bg_training.jpg) center no-repeat #404851;
	background-size: auto 100%;
}

#mainContent header#newsHeader {
	background: url(images/page_header_bg_news.jpg) center no-repeat #404851;
	background-size: auto 100%;
}

#mainContent header#columnHeader {
	background: url(images/page_header_bg_column.jpg) center no-repeat #404851;
	background-size: auto 100%;
}

#mainContent header#stHeader {
	background: url(images/page_header_bg_standardstraversal.jpg) center no-repeat #404851;
	background-size: auto 100%;
}

#mainContent header h1 {
	color: #ffffff;
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	height: 125px;
}

#mainContent header h1 span {
	display: block;
}

#mainContent header h1 .main {
	position: relative;
	top: -20px;
}

#mainContent header h1 .sub {
	font-size: 24px;
	position: relative;
	top: -20px;
}

#mainContent header h1 .sub.large {
	font-size: 40px;
}

#mainContent header h1 .twoLine {
	position: relative;
	top: -30px;
}

#mainContent header nav {
	
}

#mainContent header nav ol {
	text-align: right;
	color: #bac1ca;
	font-size: 14px;
}

#mainContent header nav ol li {
	list-style: none;
	display: inline-block;
	vertical-align: bottom;
}

#mainContent header nav ol li::after {
	content: '>';
}

#mainContent header nav ol li:last-child::after {
	content: '';
}

#mainContent header nav ol li a {
	color: #bac1ca;
}

#mainContent header nav ol li a:hover {
	color: #ffffff;
}

#mainBody {
	width: 1100px;
	margin-top: -100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 28px;
	padding-top: 60px;
	padding-bottom: 60px;
}

#mainBody .inner {
	width: 950px;
}

#mainBody > .inner > *:first-child {
	margin-top: 0;
}

#mainBody h2 {
	font-size: 30px;
	color: #000000;
	letter-spacing: 2px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 60px;
	margin-top: 60px;
	font-style: normal;
}

#mainBody h2.service-title {
	display: none;
}

#mainBody h2.summary {
	margin-top: 0;
}

#mainBody h3 {
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 40px;
}

#mainBody h4 {
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #1a7e64;
}

#mainBody h5 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

#mainBody h6 {
	
}

#mainBody p {
	margin-bottom: 20px;
	font-size: 16px;
}

#mainBody img {
	max-width: 100%;
}

#mainBody hr {
	background: url(images/pattern_01.png) repeat;
	border-style: none;
	height: 20px;
	margin: 60px -30px;
}

#mainBody ul,
#mainBody ol {
	margin-left: 25px;
	margin-bottom: 30px;
}

#mainBody ul li,
#mainBody ol li {
	margin-bottom: 10px;
}

#mainBody ul li ul,
#mainBody ol li ul,
#mainBody ul li ol,
#mainBody ol li ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainBody ul li ul li,
#mainBody ol li ul li {
	list-style: disc;
}

#mainBody .button {
	display: inline-block;
	box-sizing: content-box;
	border: 2px solid #1a7e64;
	background-image: linear-gradient(#fff, #e1e4e9);
	border-radius: 100px;
	text-align: center;
	font-size: 16px;
	padding: 5px 30px;
	font-weight: bold;
	text-decoration: none;
}

#mainBody .button:hover {
	color: #404851;
}

#mainBody .info {
	background-color: #f3f3f6;
	padding: 20px;
	margin-bottom: 30px;
}

#mainBody .info *:last-child {
	margin-bottom: 0;
}

#mainBody .noDotList {
	margin-left: 0;
}

#mainBody .noDotList li {
	list-style: none;
}

#mainBody .noDotList li .dotList {
	margin-left: 50px;
}

#mainBody .dotList {
	margin-left: 25px;
}

#mainBody .dotList li {
	list-style: disc;
}


#mainBody .boldList li {
	font-weight: bold;
}

#mainBody table {
	width: 100%;
	margin-bottom: 30px;
}

#mainBody table th,
#mainBody table td {
	text-align: left;
	border-bottom: 1px solid #cccccc;
	padding: 15px 20px;
	vertical-align: top;
}

#mainBody table th {
	white-space: nowrap;
	font-weight: bold;
}

#mainBody table td {
	
}

#mainBody table th ul,
#mainBody table td ul,
#mainBody table th ol,
#mainBody table td ol {
	margin-bottom: 0;
}

#mainBody table.noBorder tr th,
#mainBody table.noBorder tr td {
	border: none;
}

#mainBody .imgFloatLeft {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

#mainBody .imgFloatRight {
	float: right;
	margin-bottom: 30px;
	margin-left: 30px;
}

#mainBody .indexBtn {
	text-align: right;
	margin-bottom: -25px;
}

#mainBody .indexBtn a {
	display: inline-block;
	height: 35px;
	line-height: 37px;
	border: 1px solid #404851;
	font-size: 13px;
	text-decoration: none;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 33%, rgba(225,228,233,1) 100%);
}

#mainBody .indexBtn a span {
	display: block;
	height: 35px;
	background: url(images/arrow-04.svg) right 20px center no-repeat transparent;
	background-size: 13px auto;
	padding-right: 50px;
	padding-left: 30px;
	text-align: center;
}

#mainBody .serviceList {
	display: flex;
	flex-wrap: wrap;
}

#mainBody .serviceList article {
	width: 444px;
	margin-bottom: 50px;
}

#mainBody .serviceList article.wide {
	width: 950px;
}

#mainBody .serviceList article.none {
	width: 0;
	margin-left: 0 !important;
	padding-left: 0 !important;
	border-left-style: none !important;
}

#mainBody .serviceList article:nth-child(2n) {
	margin-left: 30px;
	border-left: 1px solid #e9eaec;
	padding-left: 30px;
}

#mainBody .serviceList article div {
	
}

#mainBody .serviceList article div h3 {
	font-size: 20px;
	border-left: 5px solid #404851;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0;
	letter-spacing: 0;
}

#mainBody .serviceList article div h3 a {
	text-decoration: none;
}

#mainBody .serviceList article div p {
	margin-bottom: 20px;
	font-size: 15px;
}

#mainBody .serviceList article .details {
	display: inline-block;
	height: 35px;
	line-height: 37px;
	border: 1px solid #404851;
	font-size: 13px;
	text-decoration: none;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 33%, rgba(225,228,233,1) 100%);
	float: right;
	margin-top: 20px;
}

#mainBody .serviceList article .details span {
	display: block;
	height: 35px;
	background: url(images/arrow-03.svg) right 25px center no-repeat transparent;
	background-size: auto 15px;
	padding-right: 50px;
	padding-left: 30px;
	text-align: center;
}

#pickup {
	background-image: url(images/polygon_bg_01.png);
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}

.service-index {
	background-color: #e8eaec;
}

.service-index .inner {
	width: 950px;
	padding-top: 50px;
	padding-bottom: 10px;
}

.service-index .inner h2.service-title {
	font-size: 24px;
	border-left: 5px solid #404851;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	letter-spacing: 0;
	margin-bottom: 30px;
}

.service-index .inner h2.summary {
	display: none;
}

.service-index .inner > p {
	line-height: 2;
}

.service-index .inner hr {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 1px;
	border-style: none;
	background-color: #86929f;
}

.service-index .inner .serviceList {
	
}

.service-index .inner .serviceList article {
	margin-bottom: 25px;
	border-bottom: 1px solid #86929f;
	padding-bottom: 25px;
	padding-right: 20px;
	padding-left: 20px;
}

.service-index .inner .serviceList article:last-child {
	border: none;
}

.service-index .inner .serviceList article div {
	
}

.service-index .inner .serviceList article div h3 {
	margin-bottom: 10px;
}

.service-index .inner .serviceList article div h3 a {
	font-size: 16px;

	margin-top: 0;
	letter-spacing: 0;
	text-decoration: none;
}

.service-index .inner .serviceList article div > p {
	font-size: 14px;
	line-height: 2;
}

.service-index .inner .serviceList article .details {
	display: none;
}

/* @end */

/* @group #colophon */

#colophon {
	
}

#colophonTop {
	background-image: url(images/polygon_bg_02.png);
	background-size: cover;
	color: #ffffff;
	padding-top: 60px;
	margin-bottom: 30px;
}

#colophonTop .inner {
	width: 950px;
}

#colophonTop #sponsor {
	float: left;
	width: 450px;
}

#colophonTop #sponsor h3 {
	background-image: url(images/sponsor_title.svg);
	width: 165px;
	height: 21px;
	margin-bottom: 30px;
}

#colophonTop #sponsor ul {
	margin-left: 20px;
}

#colophonTop #sponsor ul li {
	list-style-type: disc;
	margin-bottom: 10px;
	font-size: 14px;
}

#colophonTop #sponsor ul li a {
	color: #ffffff;
	text-decoration: none;
}

#colophonTop #sponsor ul li a:hover {
	color: #a1a8af;
}

#colophonTop #location {
	float: right;
	width: 450px;
}

#colophonTop #location dl {
	
}

#colophonTop #location dl dt {
	margin-bottom: 10px;
}

#colophonTop #location dl dd {
	color: #bac1ca;
	font-size: 14px;
	border-bottom: 2px solid #a1a8af;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#colophonTop #location dl dd:last-child {
	border-bottom-style: none;
}

#colophonTop #returnTop {
	display: block;
	clear: both;
	background-image: url(images/return_top.svg);
	width: 46px;
	height: 46px;
	float: right;
	margin-right: 30px;
	margin-top: -20px;
}

#copyright {
	float: left;
}

#copyright small {
	font-size: 14px;
}

#footerMenu {
	
}

#footerMenu ul {
	float: right;
}

#footerMenu ul li {
	display: inline-block;
	font-size: 14px;
	margin-left: 20px;
}

#footerMenu ul li a {
	
}

/* @end */

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

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