/* CSS Document */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese');
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);


*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align:baseline;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}

body {
  font: 15px BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: url(../images/common/hd-border.png) no-repeat;
  background-size: 100%;
}

h1,h2,h3,h4,h5,h6 { clear: both; font-weight: 500;}

p { line-height: 1.8em; margin: 1em 0; }
strong { font-weight: 500; }
hr { border: solid 1px #E6E6E6; margin: 0 0 20px; }

input[type="text"], 
input[type="password"], 
input[type="image"], 
input[type="tel"], 
input[type="email"], 
input[type="submit"], 
input[type="reset"], 
input[type="number"], 
textarea, 
select,
button {
  outline: none;
  font: 15px BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}


.text-underline {
	text-decoration: underline;
}
.color-red {
	color: #F30;
} 

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
  outline: none;
  height:auto;
}

ol, ul {
  list-style: none;
}
small {
	display: inline-block;
	line-height: 1.4em;
	margin: 2px 0;
}
a {
  text-decoration: none;
  transition: all .3s ease-in-out;
  color: #212121;
}
a:hover {
  color: #666;
}
a img {
  transition: all .3s ease-in-out;
}

#area-contents a[href$=".pdf"],td.news-list-ttl a[href$=".pdf"],.movie-wrapper a[href$=".pdf"],
#area-contents a[href$=".doc"],#area-contents a[href$=".docx"],
#area-contents a[href$=".xls"],#area-contents a[href$=".xlsx"]{
	position: relative;
	display: inline-block;
	padding-left: 1.2em;
	font-weight: normal;
	text-decoration: underline;
	color: #1976d2;
}
	#area-contents ul.contents-link-list a,
	td.news-list-ttl a {
		color: #000;
		text-decoration: none;
	}
#area-contents a[href$=".pdf"]:before,td.news-list-ttl a[href$=".pdf"]:before,.movie-wrapper a[href$=".pdf"]:before,
#area-contents a[href$=".doc"]:before,#area-contents a[href$=".docx"]:before,
#area-contents a[href$=".xls"]:before,#area-contents a[href$=".xlsx"]:before{
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
}
#area-contents a[href$=".pdf"]:hover,td.news-list-ttl a[href$=".pdf"]:hover,.movie-wrapper a[href$=".pdf"]:hover,
#area-contents a[href$=".doc"]:hover,#area-contents a[href$=".docx"]:hover,
#area-contents a[href$=".xls"]:hover,#area-contents a[href$=".xlsx"]:hover{
	text-decoration: none;
	color: #2196f3;
	transition: all .3s ease-in-out;
}
#area-contents a[href$=".pdf"]:before,td.news-list-ttl a[href$=".pdf"]:before,.movie-wrapper a[href$=".pdf"]:before {
	content:"\f1c1";
	color: #e9250d;
}
#area-contents a[href$=".doc"]:before,#area-contents a[href$=".docx"]:before {
	content:"\f1c2";
	color: #2a5699;
}
#area-contents a[href$=".xls"]:before,#area-contents a[href$=".xlsx"]:before{
	content:"\f1c3";
	color: #1f6f43;
}
#area-contents section.news-detail article a {
	text-decoration: underline;
	color: #1976d2;
}
#area-contents section.news-detail article a:hover {
	text-decoration:none;
}
#area-contents section.news-detail article table ul {
	margin-bottom:0;
}
#area-contents section.news-detail article table ul.listTen li {
	position:relative;
	padding-left:1em;
	margin:2px 0 0;
}
#area-contents section.news-detail article table ul.listTen li::before {
	position:absolute;
	top:2px;
	left:0;
	content:"●";
	font-size:80%;
	color:#999;
}
#area-contents section.news-detail article table ul.listKome li {
	margin:2px 0 0 1em;
	text-indent:-1em;
}

.fbox { overflow: hidden; }
.fleft { float: left; }
.fright { float: right; }
img.fright { margin-left: 20px;}
.clearfix:after {
  content:"";
  display:block;
  clear:both;
}

.tleft { text-align: left }
.tright { text-align: right }
.tcenter { text-align: center; }
.ttop {	vertical-align: top !important;}

.ptop20 { padding-top: 20px;}
.ibl {
  display: inline-block;
  vertical-align: middle;
}

.rwd{
  position: relative;
  margin: 20px 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.rwd iframe,
.rwd object,
.rwd embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row {
  display: flex;
}

.row-2, .row-3, .row-4 { flex-wrap: wrap; }
.row-2 > .col { width: calc( (100% / 2) ); }
.row-3 > .col { width: calc( (100% / 3) ); }
.row-4 > .col { width: calc( (100% / 4) ); }

.main-wrapper {
  width: 1200px;
  margin: 0 auto;
}

a.link-arrow {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding-left: 1em;
}
a.link-arrow::before {
	font-family: 'FontAwesome';
	content:"\f101";
	position: absolute;
	color: #005951;
	top: 0;
	left: 0px;
	font-weight: normal;
}

.box-gray {
	background: #ededed;
	padding: 5px 20px;
	margin-bottom: 1em;
}
.box-green {
	border: 2px solid #009688;
	overflow: hidden;
	padding: 5px 20px;
}
.box-red {
	border: 2px solid #F30;
	color: #F30;
	padding: 0 10px;
	overflow: hidden;
}
.bg-green {
	background: #009688;
	color: #FFF;
}

.list-number {
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.4;
	margin-bottom: 2em;
}
.list-number li {
	margin: 0 0 10px 0;
}
.list-number li ul {
	margin: 10px 0 0 1em;
}

.list-ten {
	line-height: 1.4;
	margin-bottom: 2em;
}
.list-ten li {
	margin: 0 0 10px 0;
	position: relative;
	padding: 0 0 0 1em;
}
	#area-contents article table .list-ten {
		margin-bottom: 0.5em;
	}
	#area-contents article table .list-ten li {
		margin: 0 0 5px 0;
	}
.list-ten li::before {
	font-family: 'FontAwesome';
	content:"\f111";
	position: absolute;
	font-size: 10px;
	top: 0.5em;
	left: 0;
}

.list-kakko {
	line-height: 1.4;
	text-indent:-1em;
	margin-left: 1em;
}
.list-kakko li {
	margin: 0 0 10px 0;
}
.list-ten li .list-kakko li {
	padding-left: 0;
	margin: 5px 0;
}
.list-ten li .list-kakko li::before {
	content:"" ;
}

#area-contents article ol {
	list-style-type: decimal;
	margin: 0 0 30px 1.5em;
	line-height: 1.8em;
}
#area-contents article ol li {
	margin-bottom: 10px;
}
	#area-contents article table ol {
		margin: 0 0 0 1.5em;
		line-height: 1.6em;
	}
	#area-contents article table ol li {
		margin-top: 2px;
		margin-bottom: 0;
	}


/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
.hd-wrapper {
  padding: 20px 0 30px;
  overflow: hidden;
  position: relative;
}

.drawer-toggle,
.sp-hd-change-button,
.sp-hd-nav,
.sp-hd-change-list {
  display: none;
}

.hd-nav {
  width: 360px;
  margin: 0 25px 0 0;
}
.hd-nav-list {
  justify-content: space-between;
}
.hd-nav-list a {
  font-size: 13px;
  padding: 0 0 0 15px;
	display: inline-block;
	margin: 0 20px 0 0;
	position: relative;
}
.hd-access a::before {
	font-family: 'FontAwesome';
	content:"\f041";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
}
.hd-contact a::before {
	font-family: 'FontAwesome';
	content:"\f199";
	position: absolute;
	top: 0;
	left: -5px;
	font-size: 16px;
}
.hd-doc a::before {
	font-family: 'FontAwesome';
	content:"\f02d";
	position: absolute;
	top: 0;
	left: -5px;
	font-size: 16px;
}

.hd-search {
  width:300px;
}
.hd-search-box input[type="text"] {
  outline: 0;
  border: 1px solid #bdbdbd;
  border-radius: 20px;
  width: 300px;
  height: 25px;
  background-position: 5px 50% !important;
}
.hd-search-box {
  position: relative;
}
.hd-search-box input[type="image"] {
  position: absolute;
  top: 4px;
  right: 10px;
}

.hd-tab-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hd-tab-inner {
  padding: 8px 19px;
  background: #212121;
  border-radius: 5px 5px 0 0;
  transition: all .3s ease-in-out;
}
.hd-tab-inner:first-child:hover {
  background: #f27c00;
}
.hd-tab-inner:nth-child(2):hover {
  background: #065baf;
}
.hd-tab-inner:nth-child(3):hover {
  background: #ff2266;
}
.hd-tab-inner:last-child:hover {
  background: #00786d;
}
.hd-tab-inner a {
  color: #fff;
  font-size: 13px;
}
.hd-tab-inner-left {
  margin: 0 1px 0 0;
}

.gnav-wrapper {
  background: #005951;
  position: relative;
}

.gnav {
  justify-content: space-between;
}

.gnav li {
  text-align: center;
  transition: all .3s ease-in-out;
}
.gnav a {
  color: #fff;
	display: block;
}

li.gnav-publication {
  background: #ff9800;
}
li.gnav-publication:hover {
  background: #ff7900 !important;
}

.gnav-publication a {
	display: block;
  padding: 18px 0 20px 0;
  border-left: none;
	font-weight: 500;
}

.gnav > li:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 30px 0;
}
.megamenu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 51px;
  left: 0;
  transition: all .2s ease-in;
  z-index: 999;
}
.megamenu-inner {
  flex-wrap: wrap;
}

.megamenu-inner li {
  width: calc( (100% / 5) );
  padding: 0;
}
.megamenu-inner a {
  border-left: none !important;
	padding: 0 0 10px 0 !important;
}
.megamenu-inner a:hover {
	opacity: 0.7;
}
.megamenu-inner-img {
  margin: 0 0 10px;
}
.megamenu-inner-text {
	position: relative;
	display: inline-block;
	padding: 0 0 0 1.2em;
}
.megamenu-inner-text::before {
	font-family: 'FontAwesome';
	content:"\f138";
	position: absolute;
	top: 0;
	left: 0;
}
.megamenu-inner-text-sub {
  margin: 5px 0 0;
}

.drawer-submenu span.link-blank,
.megamenu span.link-blank,
.sitemap .contents ul li span.link-blank{
	position: relative;
	padding-right: 1.5em;
}
#area-navigation ul li span.link-blank,
#area-contents article a.link-arrow span.link-blank {
	position: relative;
	padding-right: 1.2em;
	display: block;
}

.drawer-submenu span.link-blank::after,
.megamenu span.link-blank::after,
#area-contents article ul.contents-link-list li a.link-blank::after,
#area-navigation ul li span.link-blank::after,
#area-contents article a.link-arrow span.link-blank::after,
.sitemap .contents ul li span.link-blank::after {
		font-family: 'FontAwesome';
		content:"\f08e";
		position: absolute;
		top: 20%;
		right: 0;		
}
#area-navigation ul li span.link-blank::after,
#area-contents article a.link-arrow span.link-blank::after {
		top: 0.1em;
		color: #666;
}

/* サイト内検索 */
.hd-search-box .gsc-control-cse * {
    box-sizing: content-box;
}
.gsc-input-box {
	height: 34px !important;
	border-radius: 100px;
	padding-left: 10px;
}
table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}
#gsc-i-id1 {
	background-color: none !important;
  font-size: 13px;
  padding-right: 1.5em !important;
}
.gsc-input>input:hover,
.gsc-input-box-hover {
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0) !important;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0) !important;
}
.gsc-input>input:focus,
.gsc-input-box-focus {
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0) !important;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0) !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    padding: 5px 15px !important;
    margin-top: 0 !important;
    border-radius: 100px !important;
  box-sizing: content-box;
  background-color: #666 !important;
}

/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
.ft-wrapper {
  background: #212121;
  padding: 50px 0 60px;
  line-height: 0.9;
}

.ft-inner {
  position: relative;
}

.pagetop {
  position: absolute;
  bottom: 0px;
  right: -50px;
}

.sp-pagetop {
  display: none;
}

.ft-cont {
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #474545;
  padding: 0 0 20px;
}

.ft-address {
  font-style: normal;
  font-size: 13px;
  color: #fff;
  margin: 0 80px 0 30px;
}

.ft-button .col + .col {
  margin: 0 0 0 5px;
}

.ft-button-inner {
}
.ft-button-inner a {
	position: relative;
  background: #fff;
	color: #212121;
  border-radius: 3px;
  padding: 6px 15px 10px 35px;
	display: inline-block;
}
.ft-button-inner a:hover {
	background: #CCC;
	transition: 0.3s;
}
.ft-button-inner:nth-child(1) a::before {
	font-family: 'FontAwesome';
	content:"\f041";
	font-size: 16px;
	color: #999999;
	position: absolute;
	top: 22%;
	left: 16px;
}
.ft-button-inner:nth-child(2) a::before {
	font-family: 'FontAwesome';
	content:"\f199";
	font-size: 16px;
	color: #999999;
	position: absolute;
	top: 22%;
	left: 16px;
}
.ft-button-inner:nth-child(3) a::before {
	font-family: 'FontAwesome';
	content:"\f02d";
	font-size: 16px;
	color: #999999;
	position: absolute;
	top: 22%;
	left: 16px;
}

.ft-button-text {
  font-size: 13px;
}

.ft-link-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
}

.ft-link a {
  font-size: 13px;
  color: #bdbdbd;
  padding: 0 20px;
  border-left: solid 1px #bdbdbd;
}
.ft-link a:hover {
  color: #888;
}

.ft-link li:first-child a {
  border-left: none;
  padding: 0 20px 0 0;
}

.copyright,
.copyright a {
  font-size: 12px;
  color: #bdbdbd;
}

/* パンくずリスト
-------------------------------------------------------------------------------------------------------------*/
.pankuzu-list {
	background: #f2f2f2;
}
.pankuzu-list ol {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0 12px 0;
}
.pankuzu-list ol li,
.pankuzu-list ol li a {
	color: #555555;
	font-size: 12px;
	position: relative;
}
.pankuzu-list ol li {
	display: inline-block;
	margin: 0 30px 0 0;
}
.pankuzu-list ol li::before {
	font-family: 'FontAwesome';
	content:"\f105";
	position: absolute;
	top: -1px;
	left: -20px;
	font-size: 15px;
	color: #999999;
}
.pankuzu-list ol li:first-child {
	font-weight: 500;
	padding-left: 18px;
}
.pankuzu-list ol li:first-child::before {
	font-family: 'FontAwesome';
	content:"\f015";
	position: absolute;
	top: -1px;
	left: 0;
	font-size: 15px;
	color: #555555;
}
.pankuzu-list ol li a:hover {
	color: #888;
}

/* ページ内リンク
-------------------------------------------------------------------------------------------------------------*/
.inpage-link {
	background: #EEE;
	padding: 3px;
	margin: 0 0 50px 0;
}
.inpage-link ul {
	text-align: center;
	background: #FFF;
}
.inpage-link ul li {
	text-align: center;
	display: inline-block;
	margin: 15px 10px;
	padding: 0 20px 0 0;
}
.inpage-link ul li a {
	position: relative;
	padding: 5px 10px 6px 20px;
}
.inpage-link ul li a::before {
	font-family: 'FontAwesome';
	content:"\f107";
	position: absolute;
	top: 30%;
	left: 0;
}

.layout-change-table {
	margin-bottom: 2em;
}
.for_sp { display: none;}

/*--------------------------------------------------------------
# ブレイクポイント
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) {

  .main-wrapper,
	#area-container,
	.pankuzu-list ol {
    width: 98% !important;
  }
  
  /*--------------------------------------------------------------
  # ヘッダー
  --------------------------------------------------------------*/
  .gnav a {
    padding: 18px 30px 20px 40px;
		font-size: 90%;
  }

  /*--------------------------------------------------------------
  # フッター
  --------------------------------------------------------------*/
  .pagetop {
    right: 10px;
  }

  .ft-address {
    width: 35%;
    margin: 0 25px;
  }

}/* max-width: 1200px */


@media screen and (max-width: 768px) {

  .row { flex-wrap: wrap; }
  .row-tb-1 > .col { width: 100%; margin: 0 0 20px; }
  .row-tb-2 > .col { width: calc( (100% / 2) ); }
  .row-tb-3 > .col { width: calc( (100% / 3) ); }
  .row-tb-4 > .col { width: calc( (100% / 4) ); }

  body {
    background: url(../images/common/hd-border-sp.png) no-repeat;
    background-size: 100%;
  }

  /*--------------------------------------------------------------
  # ヘッダー
  --------------------------------------------------------------*/
  .hd-wrapper {
    text-align: center;
    padding: 20px 0;
    border-bottom: solid 4px #005951;
    width: 100%;
  }

  .hd-logo {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .hd-right,
  .gnav-wrapper,
  .hd-tab-wrapper,
  .sp-hd-change-list,
  .hd-search-box {
    display: none;
  }

  .sp-hd-change-button {
    display: inline-block;
    margin: 0 0 0 20px;
  }

  .sp-hd-change-list {
    width: 100%;
    position: relative;
    margin: 20px 0 -20px;
  }

  .sp-hd-change-list a {
    display: block;
    padding: 35px 0;
    text-align: center;
    color: #fff;
    font-size: 35px;
    position: relative;
    z-index: 9999;
  }

  .sp-hd-change-list li {
    position: relative;
  }
  .sp-hd-change-list a::after {
		font-family: 'FontAwesome';
		content:"\f105";
		position: absolute;
		top: 30%;
		right: 20px;
	}
  .sp-hd-change-synthesis a {
    background: #f27c00;
  }

  .sp-hd-change-company a {
    background: #065baf;
  }

  .sp-hd-change-citizen a {
    background: #ff2266;
  }

  .sp-hd-change-examination a {
    background: #005951;
  }

  .drawer-toggle {
    display: block;
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
  }

  .drawer-nav {
    overflow: scroll;
    z-index:5;
  }

  .drawer-menu {
    margin: 20px 10px;
    text-align: left;
  }

  .drawer-menu a {
    font-size: 14px;
		position: relative;
  }

  .drawer-menu-f {
    border: solid 1px #ddd;
  }

  .drawer-menu-f li {
    padding: 2px 15px;
  }

  .drawer-menu-f li:not(:last-child) {
    border-bottom: solid 1px #ddd;
  }

  .drawer-menu-f a {
    padding: 8px 0 8px 25px;
    background-size: 8%;
		position: relative;
  }

  .drawer-menu-item-access::before {
		font-family: 'FontAwesome';
		content:"\f041";
		position: absolute;
		font-size: 22px;
		top: 10%;
		left: 1px;
  }
  .drawer-menu-item-contact::before {
		font-family: 'FontAwesome';
		content:"\f199";
		position: absolute;
		font-size: 22px;
		top: 10%;
		left: -2px;
  }
  .drawer-menu-item-enrollment::before {
		font-family: 'FontAwesome';
		content:"\f02d";
		position: absolute;
		font-size: 22px;
		top: 10%;
		left: -2px;
  }

  .drawer-menu-s a {
		position: relative;
    display: block;
    color: #fff;
    padding: 12px 15px;
  }
  .drawer-menu-s a::after {
		font-family: 'FontAwesome';
		content:"\f105";
		position: absolute;
		color: #FFF;
		font-size: 20px;
		top: 20%;
		right: 10px;
	}
  .drawer-menu-s li:last-child a {
    background: #ff9800;
  }
  .drawer-menu-s .active-submenu {
		position: relative;
  }
  .drawer-menu-s .active-submenu::after {
		font-family: 'FontAwesome';
		content:"\f106";
		position: absolute;
		color: #FFF;
		font-size: 20px;
		top: 20%;
		right: 10px;
	}
  .drawer-submenu-wrapper {
    padding: 0 0 8px;
  }
  .drawer-submenu a,
  .drawer-submenu li:last-child a {
		position: relative;
    font-size: 12px;
    padding: 12px 1em 12px 0.5em;
		line-height: 1.3;
    margin: 0 10px;
  }
  .drawer-submenu a::after {
		font-family: 'FontAwesome';
		content:"\f101";
		position: absolute;
		font-size: 16px;
		top: 20%;
		right: 0px;
	}
  .drawer-menu-item:hover {
    text-decoration: none;
    color: #fff;
  }
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    background: #fff;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 3px;
  }
  .sp-hd-nav {
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
  }
  .sp-hd-nav-inner .col {
    margin: 0 10px;
  }
  .hd-search-box {
    position: absolute;
    right: 0;
    bottom: -26px;
  }
  .hd-search-box input[type="text"] {
    border-radius: 25px;
    height: 30px;
  }
  .hd-search-box input[type="image"] {
    position: absolute;
    top: 5px;
    right: 8px;
  }

  /*--------------------------------------------------------------
  # フッター
  --------------------------------------------------------------*/
  .pagetop {
    display: none !important;
  }

  .sp-pagetop {
    display: block;
  }
  .ft-button-text {
    font-size: 20px;
  }

  .sp-pagetop img {
    width: 100%;
  }

  .ft-wrapper {
    padding: 35px 0 30px;
  }

  .ft-cont {
    text-align: center;
  }

  .ft-cont .ft-logo {
    margin: 0 0 15px;
  }

  .ft-address {
    font-size: 24px;
    line-height: 1.4;
  }

  .ft-address span {
    display: block;
  }

  .ft-button {
    justify-content: center;
  }

  .ft-link-wrapper.row-tb-1 .col {
    margin: 0;
  }

  .ft-link {
    border-bottom: solid 1px #474545;
    padding: 20px 25px;
  }

  .ft-link ul.row-tb-3 .col {
    margin: 0 10px 30px;
    width: calc( (100% / 3) - 20px );
  }

  .ft-link a {
    font-size: 20px;
    padding: 0;
    border-left: none;
		position: relative;
		padding-left: 8px;
  }

  .ft-link li:first-child a {
		padding-left: 8px;
  }

  .ft-link a::before {
		font-family: 'FontAwesome';
		content:"\f105";
		position: absolute;
		top: 20%;
		left: 0;
  }

  .copyright, .copyright a {
    font-size: 20px;
    text-align: center;
    padding: 20px 0 0;
  }
	
  /*--------------------------------------------------------------
  # パンくずリスト
  --------------------------------------------------------------*/
	.pankuzu-list ol {
		width: 100%;
		margin: 0 auto;
		padding: 10px 10px 12px 10px;
	}
}/* max-width: 768px */


@media screen and (max-width: 480px) {

  .row-sp-1 > .col { width: 100%; margin: 0 0 20px; }
  .row-sp-2 > .col { width: calc( (100% / 2) ); }
  .row-sp-3 > .col { width: calc( (100% / 3) ); }
  .row-sp-4 > .col { width: calc( (100% / 4) ); }

	.for_sp { display: inline-block;}
	.for_pc {	 display: none;}
	.pankuzu-list {
		display: none;
	}
	
	.box-gray {
		padding: 2px 20px;
	}
	.box-gray p {
		line-height: 1.4 !important;
	}
	.list-number,
	.list-kakko,
	.list-ten{
		font-size: 13px;
	}
 #area-contents article ol {
 		font-size: 13px;
		line-height: 1.6;
 }
 .fright { float: none;}
	img.fright { margin-left: 0; margin-bottom: 1em;}

	
  /*--------------------------------------------------------------
  # ヘッダー
  --------------------------------------------------------------*/
  .hd-logo {
    width: 45%;
  }

  .sp-hd-change-button {
    margin: 0 0 0 5px;
    width: 3%;
  }
  .sp-hd-change-list {
    margin: 15px 0 -20px;
  }
  .sp-hd-change-list a {
    padding: 12px 0;
    color: #fff;
    font-size: 16px;
    background-size: 2%;
  }
  .sp-hd-nav {
    top: 24px;
    right: 8px;
  }
  .sp-hd-nav-inner .col {
    margin: 0 5px;
  }
  .sp-hd-nav-inner img {
    height: 25px;
  }


  /*--------------------------------------------------------------
  # フッター
  --------------------------------------------------------------*/
  .ft-wrapper {
    padding: 25px 0 20px;
  }

  .ft-cont {
    padding: 0 0 10px;
  }

  .ft-address {
    font-size: 15px;
  }

  .ft-button {
    flex-wrap: nowrap;
  }

	.ft-button-inner a {
		padding: 6px 0.5em 10px 1.5em;
	}
	.ft-button-inner:nth-child(1) a::before {
		top: 22%;
		left: 0.3em;
	}
	.ft-button-inner:nth-child(2) a::before {
		top: 22%;
		left: 0.3em;
	}
	.ft-button-inner:nth-child(3) a::before {
		top: 22%;
		left: 0.3em;
	}
	.ft-button-text {
    font-size: 70%;
  }
  .ft-link-wrapper {
    padding: 10px 0 0;
  }
  .ft-link {
    padding: 0 0 10px 0;
  }
  .ft-link ul.row-tb-3 .col {
    margin: 0 6px 10px;
    width: calc( (100% / 3) - 12px );
  }

  .ft-link a {
    font-size: 10px;
  }

  .copyright, .copyright a {
    font-size: 12px;
    padding: 15px 0 0;
  }

	/* ページ内リンク
	-------------------------------------------------------------------------------------------------------------*/
	.inpage-link {
		padding: 2px;
		margin: 0 0 30px 0;
	}
	.inpage-link ul li {
		padding: 0 0px 0 10px;
		font-size: 13px;
	}

	/* レイアウト変更する表組み
	-------------------------------------------------------------------------------------------------------------*/
	.layout-change-table {
		margin-bottom: 30px;
	}
	.layout-change-table th,
	.layout-change-table td {
		display: block;
		width: 100%;
		text-align: left;
	}
}/* max-width: 480px */
