@charset "utf-8";

/*---------------------------------
	CSS 2016.10.20
	CSS 担当者名:小林
	Last Update 2010.00.00 小林
	Last Update 2017.02.01 玉野
---------------------------------*/

/* レイアウトサイズ
----------------------------------------------------------------*/
body {
	width: 100%;
	min-width: 1000px;
}
@media screen and (max-width: 640px) {
body {
	min-width: initial;
	min-width: auto;
}
}

/*　ヘッダー
----------------------------------------------------------------*/
header {
	width:100%;
}
.hd-inr {
 	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 10px 0 25px;
	width: 100%;
	max-width: 1000px;
}
.hd-logo {
	width: calc(100% - 460px);
}
.hd-logo h1 {
	margin: 0 0 5px;
}
.hd-info {
 	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end; 
	width: 460px;
}
.hd-sub-nav {
	margin: 0 10px 0 0;
}
.hd-sub-nav ul {
 	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.hd-sub-nav li {
	margin: 0 15px 0 0;
}
.hd-sub-nav li a {
	display: block;
	position: relative;
	padding: 0 0 0 10px;
	font-size: 15px;
	letter-spacing: 0;
}
.hd-sub-nav li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 4px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #115bb1;
}
.hd-contact-tel {
	width: 100%;
	text-align: center;
}
.hd-contact-tel span {
	display: inline-block;
	position: relative;
	margin: 0 0 5px;
	padding: 0 0 0 30px;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.hd-contact-tel a span::before {
	content: "";
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_contact02.gif) no-repeat center center;
	background-size: contain;
}
.hd-contact-mail {
 	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hd-contact-mail-btn {
	margin: 0 5px 0 0;
	width: 130px;
}
.hd-contact-mail-btn a {
	display: block;
	border: 2px solid #115cb1;
	background: #115cb1;
	text-align: center;
	line-height: 26px;
}
.hd-contact-mail-btn a span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 25px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.hd-contact-mail-btn a span::before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
	width: 20px;
	height: 12px;
	background: url(../images/common/icon_contact01.png) no-repeat center center;
	background-size: contain;
}
.hd-contact-mail-cap {
	width: 65px;
	border: 2px solid #115cb1;
	background: #fff;
	text-align: center;
	line-height: 26px;
}
.hd-contact-mail-cap span {
	font-size: 13px;
	font-weight: 700;
	color: #115cb1;
	letter-spacing: 0;
}

@media screen and (max-width: 640px) {
header {
	width:100%;
}
.hd-inr {
	padding: 30px 15px 10px;
}
.hd-logo {
	width: 100%;
}
.hd-logo img {
	display: block;
	margin: 0 auto;
	max-width: 250px;
}
.hd-info {
	display: none;
}
}

/*ロゴ・ヘッダーテキスト*/
.common-header-logo-box{
	float: left;
	padding-top: 22px;
	width: 312px;
}
.common-header-txt-box{
	float: right;
	width: 400px;
}
h1{
	font-size: 0.6875em;
	color: #666;
	letter-spacing: 0.07px;
}
@media screen and (max-width: 640px) {
.common-header-logo-box{
	float: none;
	margin-bottom:10px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
}
.common-header-txt-box{
	float: none;
	width: 100%;
}
h1{
	display: none;
}
}

/*グローバルナビ*/
nav {
	position: relative;
}

#globalnav {
	margin: 0 auto;
	padding-bottom: 27px;
	width: 1000px;
}
#globalnav:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
#globalnav li {
	float: left;
	width: 167px;
	text-align: center;
    	background: url(../images/common/img_nav01.gif) no-repeat left center;
}
#globalnav li:last-child {
	width: 165px;
    	background: url(../images/common/img_nav01.gif) no-repeat left center,url(../images/common/img_nav01.gif) no-repeat right center;
}
#globalnav li a {
	font-weight: bold;
	text-decoration: none;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 0.7px;
}
.slicknav_menu {
        display: none;
	float:right;
	padding:10px 0 0 30px;
}
@media screen and (max-width: 640px) {
#toppage nav:before {
    	top: -20px;
    	height: 30px;
    	background-size: 139%;
}
#globalnav{
	display: none;
}
}

/*メインイメージ*/
#img-main {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 250px;
	overflow: hidden;
	background: #FFF;
}
#img-main img {
	position: relative;
	vertical-align: bottom;
	max-width: 2520px!important;
}
@media screen and (max-width: 640px) {
#img-main {
	min-height: inherit;
}
#img-main img {
	max-width: inherit;
}
}

.img-main-schedule {
	background: url(../images/top/img_main01.png) no-repeat center center;
}
.img-main-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  	margin: 0 auto;
	width: 1000px;
	height: 403px;
}
.img-main-schedule-list {
	padding: 10px 10px 15px;
	background: url(../images/top/icon_main_schedule.png) no-repeat right bottom rgba(0,21,66,0.75);
	border: 1px solid #115cb1;
	box-shadow: 0 0 0 10px rgba(0,21,66,0.75);
	color: #fff;
}
.img-main-schedule-list h3 {
	margin: 0 0 15px;
	text-align: center;
}
.img-main-schedule-list h4 {
	margin: 0 0 15px;
	padding: 10px 5px;
	background: #115cb1;
	text-align: center;
	color: #fff;
}
.img-main-schedule-list ul {
	padding: 0 15px;
}
.img-main-schedule-list li {
	position: relative;
	padding: 5px 0 5px 75px;
	line-height: 1;
}
.img-main-schedule-list li span {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari */
	-ms-transform: translateY(-50%); /* IE 9 */
	transform: translateY(-50%);
	display: inline-block;
	width: 65px;
	height: 20px;
	background: #fff;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0;
	color: #115cb1;
	line-height: 20px;
}
.img-main-schedule-list li p {
	margin: 0;
	padding: 0 30px 0 0;
	background: url(../images/top/icon_arw01.png) no-repeat right center;
}
.img-main-schedule-list li a {
	color: #fff;
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
.img-main-schedule {
	padding: 50px 25px;
	background-size: cover;
}
.img-main-schedule h2 {
	margin: 0 0 35px;
}
.img-main-schedule-list {
	margin: 0 auto ;
	padding: 10px 10px 15px;
	box-shadow: 0 0 0 5px rgba(0,21,66,0.75);
}
.img-main-inr {
  flex-wrap: wrap;
	width: 100%;
	height: auto;
}
.img-main-schedule-list li span {
	position: relative;
	left: 0;
	top: 0;
	-webkit-transform: translateY(0); /* Safari */
	-ms-transform: translateY(0); /* IE 9 */
	transform: translateY(0);
	font-size: 12px;
}
.img-main-schedule-list li {
	padding: 5px 15px;
}
.img-main-banner {
	margin: 0 auto;
}
}

/* サブイメージ */
#img-main-sub {
	position: relative;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	min-height: 180px;
	overflow: hidden;
	background: #FFF;
}
#img-main-sub img {
	position: relative;
    	left: 50%;
    	margin-left: -700px;
	vertical-align: bottom;
}
#img-main-sub .main-ttl-area {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	padding: 65px 30px;
	width: 1000px;
}
#img-main-sub .main-ttl-area .main-ttl {
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
@media screen and (max-width: 640px) {
#img-main-sub {
	min-height: inherit;
}
#img-main-sub img {
    margin-left: -85%;
    vertical-align: bottom;
    width: 170%;
	max-width: inherit;
}
#img-main-sub .main-ttl-area {
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari */
	-ms-transform: translateY(-50%); /* IE 9 */
	transform: translateY(-50%);
	padding: 10% 30px;
	width: 100%;
}
#img-main-sub .main-ttl-area .main-ttl {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
}
}

/*スマホナビ*/
@media screen and (max-width: 640px) {
.slicknav_menu {
        display: block;
}
.menu {
	display: block;
}

label {
  color: #333;
	padding: 0;
	  margin: 0;
  cursor: pointer;
  color: #AA8C50;
}
.menu li i {
	padding: 12px;
	  color: #555;
	 font-size: 2em;
}
input[type="checkbox"].on-off {
  display: none;
}
.menu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0px;
  padding: 0;
  list-style: none;
}
.menu li {
	color: #666;
    letter-spacing: 1px;
    position: relative;
    font-size: 1em;
    font-weight: bold;
	position: relative;
	left: 2px;
}
.menu .sp_menu li {
	left: 0px;
	border-bottom: 1px solid #CCC;
}
.menu .sp_menu li a {
	display: block;
	padding: .7em;
	width: 100%;
	color: #666;
	font-weight: bold;
}
input[type="checkbox"].on-off + ul {
  display: none;
}

input[type="checkbox"].on-off:checked + ul {
  display: block;
  margin-bottom: 20px;
}
.menu ul.topMenu {
	padding: 10px;
	border: none;
	text-align: center;
}
.menu ul.topMenu li,
.menu ul.topMenu li a {
	display: inline;
	border: none;
	color: #333;
}
}
@media screen and (min-width: 641px) {
.menu{
	display: none;
}
}
@media print {
.menu{
	display: none;
}
}
/*パンくず
----------------------------------------------------------------*/
#topicpath {
	margin: 0 0 40px;
	padding: 0;
	min-height: 15px;
	font-size: 0.857em;
	color: #333333;
}
#topicpath a {
	color:#333;
	text-decoration: underline;
}
#topicpath a span {
	color:#0B58AF;
}
#topicpath:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
#topicpath .topicpath_inner {
	margin:0 auto;
	width: 1000px;
	min-height: 25px;
}
#topicpath .topicpath_inner p {
	padding: 0;
	width:1000px;
	text-align: left;
}
@media screen and (max-width: 640px) {
#topicpath .topicpath_inner {
	padding: 0 20px;
	width: 100%;
}
#topicpath .topicpath_inner p {
	width: 100%;
}
}

/*メインコンテンツエリア
----------------------------------------------------------------*/
.contents {
	margin: 0 auto;
	width: 1000px;
}
.contents:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
.contents-main {
	float: left;
	width: 700px;
}
.contents-sub   {
	float: right;
	width: 250px;
}
@media screen and (max-width: 640px) {
.contents {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}
.contents-main {
	float: none;
	width: 100%;
}
.contents-sub   {
	float: none;
	margin: 0 auto;
	width: 100%;
}
}

/*コンテンツエリア*/
#conbox {
	margin: 0 auto;
	width: 100%;
}
#conbox:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
@media screen and (max-width: 640px) {
}

/*リンク*/
a {
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
a:hover, a:active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
  -webkit-filter: alpha(opacity=50);
}

/*外枠*/
.bg-normal-lh {
	padding: 55px 0 75px;
	background: #FFF;
}
.bg-normal-hl {
	padding: 75px 0 55px;
	background: #FFF;
}
.bg-normal-hn {
	padding: 55px 0 0;
	background: #FFF;
}
.bg-normal-m {
	padding: 75px 0 75px;
	background: #FFF;
}
.bg-normal-ms {
	padding: 55px 0 55px;
	background: #FFF;
}
@media screen and (max-width: 640px) {
.bg-normal-lh {
	padding: 25px 20px 25px;
}
.bg-normal-hl {
	padding: 25px 20px 25px;
}
.bg-normal-hn {
	padding: 25px 20px 25px;
}
.bg-normal-m {
	padding: 25px 20px 25px;
}
.bg-normal-ms {
	padding: 25px 20px 25px;
}
}

/*サイドバー
----------------------------------------------------------------*/
#sidebar {
	position:relative;
	width:250px;
}
#sidebar .archive_outer{
	border: 1px solid #CCC;
	margin-bottom: 30px;
}
#sidebar .archive_ttl {
	padding: 7px 15px;
	background: #1861B3;
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
}
#sidebar .archive_list {
	margin: 0 ;
	padding: 15px 15px 5px;
}
#sidebar .archive_list li {
	margin: 0 0 10px;
	padding-left: 20px;
	background: url(../images/common/icon_arrow01.png) no-repeat 5px 8px;
}
#sidebar .archive_list li a{
	color: #1861B3;
}
#sidebar li span {
	padding: 0px 0px 0px 10px;
}
@media screen and (max-width: 640px) {
#sidebar {

	width: 100%;
}
}

/*フッターエリア
----------------------------------------------------------------*/
/*先頭へ戻る*/
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 100;
}
/*フッター大枠*/
footer {
	position :relative;
	width: 100%;
	margin: 0;
	border-top: 1px solid #CCCCCC;
}
.footer-outer {
	position: relative;
	margin: 0;
	padding: 50px 0 20px;
}
.footer-inner{
	margin: 0 auto;
	width: 1000px;
}
.common-ft-left-box {
	float: left;
	width: 43.5%;
}
.common-ft-right-box{
	float: right;
	width: 51%;
}
.common-ft-ttl{
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}
.common-ft-info-txt-box{
	margin-bottom: 10px;
	padding: 13px;
	width: 437px;
	border: 3px solid #C5D5E3;
	border-radius: 3px;
	background: #F5F6F6;
}
.common-ft-info-txt-box p{
	margin-bottom: 0;
	font-size: 0.8215em;
	letter-spacing: 0;
}
.common-ft-info-left-box{
	float: left;
	width: 200px;
}
.common-ft-info-right-box{
	float: right;
	width: 200px;
}
.common-ft-nav-box{
	margin-bottom: 20px;
	width:100%;
}
.common-ft-nav-list01,.common-ft-nav-list02{
	float: left;
	min-height: 180px;
	border-left: 1px solid #CCCCCC;
}
.common-ft-nav-list01{
	padding: 0 40px 0 30px;
}
.common-ft-nav-list02{
	padding: 0 0 0 30px;
}
.common-ft-nav-list01 li a,.common-ft-nav-list02 li a{
	display: block;
	margin-bottom: 5px;
	padding-left: 11px;
	font-size: 0.875em;
}
li.bg-triangle{
	background: url(../images/common/icon_arrow04.gif) no-repeat left center;
}
li.bg-arrow{
	padding-left: 31px;
	background: url(../images/common/icon_arrow05.gif) no-repeat 10px center;
}
.common-ft-address-box p{
	text-align: right;
}
.common-ft-address-txt{
	font-size: 0.8125em;
}

@media screen and (max-width: 640px) {
.footer-inner{
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}
.common-ft-left-box {
	float: none;
	padding: 0;
	width: 100%;
}
.common-ft-right-box{
	float: none;
	padding: 0;
	width: 100%;
}
.common-ft-info-txt-box{
	padding: 15px;
	width: 100%;
}
.common-ft-info-left-box{
	float: none;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.common-ft-info-right-box{
	float: none;
	margin: 0 auto 20px;
	width: 200px;
	text-align: center;
}
.common-ft-nav-box{
	display: none;
}
.common-ft-address-box p{
	text-align: left;
}
}
/*コピーライト*/
.common-ft-copyright{
	padding: 20px 0;
	background: #2E3F66;
}
.common-ft-copyright-nav-list li{
	display: inline-block;
	padding-right: 27px;
}
.common-ft-copyright-nav-list li:last-child{
	padding-right: 0;
}
.common-ft-copyright-nav-list li a{
	color: #FFF;
	text-decoration: none;
	font-size: 0.8125em;
}
.common-ft-copyright-txt{
	padding-top: 4px;
	color: #FFF;
	font-size: 0.6875em;
	text-align: right;
}
@media screen and (max-width: 640px ) {
.common-ft-copyright-nav-list{
	display: none;
}
.common-ft-copyright-txt{
	text-align: center;
}
}

/* タイトル共通
----------------------------------------------------------------*/
.ttl01 {
	position: relative;
	margin: 0 auto 40px auto;
	padding-bottom: 25px;
	width: 1000px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.875em;
	font-weight: bold;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.ttl01:after {
    	content: '';
    	position: absolute;
   	bottom: 0;
    	left: 0;
	right: 0;
	margin: auto;
    	width: 300px;
    	height: 3px;
   	background-color: #2E3F66;
   	-webkit-transform: scaleX(1);
   	-ms-transform: scaleX(1);
   	transform: scaleX(1);
}
.ttl02 {
	margin: 0 0 25px;
	padding: 10px 20px;
	font-size: 1.375em;
	font-weight: bold;
	color: #105CB0;
	background: repeating-linear-gradient(-45deg, #E7ECF0, #E7ECF0 3px, #F7F8FA 3px, #F7F8FA 6px);
	text-align: justify;
}
.ttl02.color01,
.ttl02.color01 a {
	color: #10B064;
}
.ttl02 a {
	color: #105CB0;
}

@media screen and (max-width: 640px) {
.ttl01 {
	margin: 0 0 30px;
	padding-bottom: 15px;
	width: 100%;
	font-size: 1.25em;
}
.ttl01:after {
    	display: none;
}
.ttl02 {
	margin: 0 0 25px;
	padding: 10px 20px 10px;
	font-size: 1.2em;
	text-align: center;
}
}

/* コンテンツ共通
----------------------------------------------------------------*/

.bg-col01{
	padding: 50px 0;
	background: #F4F4F4;
}
.bg-col02{
	padding: 30px 0 50px;
	background: #F4F4F4;
}
.common-list01 li{
	float: left;
	margin-right: 32px;
	padding: 20px 20px 15px;
	width: 310px;
	border: 1px solid #105CB0;
	background: #F8FAFD;
}
.common-list01.chg-sakutei li{
	min-height: 380px;
}
.common-list01 li:last-child{
	margin-right: 0;
}
.common-list01-ttl a{
	display: block;
	padding: 7px 0;
	margin-bottom: 18px;
	width: 100%;
	background: #105CB0;
	color: #FFF;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
}
.common-list01 li p{
	margin: 0 auto;
}
.common-left-box{
	float: left;
	width: 470px;
}
.common-right-box{
	float: right;
	width: 470px;
}
.common-list02 li{
	margin-bottom: 6px;
	padding-left: 25px;
	font-size: 1.125em;
	font-weight: bold;
}
.common-list03 li{
	float: left;
	margin-right: 32px;
}
.common-list03 li:last-child{
	margin-right: 0;
}
.common-list03.download{
	text-align: center;
}
.common-list03.download li{
	display: inline-block;
}
.common-inner-list01 li{
	margin-bottom: 7px;
	font-weight: bold;
	letter-spacing: 0;
}
.common-inner-list01 li.dotted{
	position: relative;
	padding: 0 0 0 1em;
}
.common-inner-list01 li.dotted:before{
	position: absolute;
	left: 0;
	content: "・";
}
.common-graph-left{
	float: left;
	width: 330px;
	margin-bottom: 40px;
}
.common-graph-right{
	float: right;
	width: 590px;
}

@media screen and (max-width: 640px) {
.bg-col01{
	padding: 30px 0 15px;
}
.common-list01 li{
	float: none;
	margin: 0 auto 20px;
	width: 100%;
}
.common-list01.chg-sakutei li{
	min-height: auto;
}
.common-list01 li:last-child{
	margin: 0 auto;
}
.common-left-box{
	float: none;
	margin-bottom: 40px;
	width: 100%;
}
.common-right-box{
	float: none;
	margin-bottom: 40px;
	width: 100%;
}
.common-left-box img{
	width: 100%;
	height: auto;
}
.common-right-box img{
	width: 100%;
	height: auto;
}
.common-list02 li{
	margin: 0 auto 10px;
	padding-left: 0;
	font-size: 1em;
}
.common-list03 li{
	float: none;
	margin: 0 0 15px 0;
	width: 100%;
}
.common-graph-left{
	float: none;
	width: 100%;
}
.common-graph-right{
	float: none;
	width: 100%;
}
}
/* ボタン共通
----------------------------------------------------------------*/
/* お問い合せボタン */
.common-btn-contact a{
	display: block;
	margin-bottom: 7px;
	padding: 10px 20px 10px 70px;
	border-radius: 3px;
	background: url(../images/common/icon_contact01.png) no-repeat 20px center,#115CB1;
	color: #FFF;
	font-size: 0.9375em;
	text-decoration: none;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.common-tel-box{
	padding: 0 0 0 32px;
	background: url(../images/common/icon_contact02.gif) no-repeat left center;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	white-space: nowrap
}
.common-tel-box a {
	font-family: inherit;
}
.common-tel-box + p {
	text-align: right;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	color: #115cb1;
}
.common-tel-box + p strong {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #115cb1;
}
.common-tel-box + p small {
	display: inline-block;
	margin: 5px 0 0;
	font-size: 13px;
	line-height: 1;
	color: #115cb1;
}
.common-ft-left-box h3 {
	text-align: center;
}
.common-ft-left-box h3 span {
	display: inline-block;
	padding: 0 0 3px;
	border-bottom: 2px solid #98afd5;
	font-size: 16px;
	font-weight: 600;
	color: #115cb1;
}
@media screen and (max-width: 640px) {
.common-tel-box{
	display: inline-block;
}
.common-tel-box + p {
	margin: 0 0 10px;
	text-align: center;
	font-size: 13px;
}
.common-ft-left-box h3 {
	margin: 0 0 10px;
	text-align: center;
}
.common-ft-left-box h3 span {
	display: inline-block;
	padding: 0 0 3px;
	border-bottom: 1px solid #98afd5;
	font-size: 12px;
}
}
/*コンテンツ内ボタン*/
.common-btn-more a{
	display: block;
	margin: 0 auto;
	padding: 7px 7px 7px 27px;
	width: 112px;
	border: 1px solid #CCC;
	background: url(../images/common/icon_arrow03.png) no-repeat 10px center,#F6F6F6;
	font-size: 0.8125em;
	color: #105CB0;
}
.common-btn01 a{
	display: inline-block;
	margin: 0 auto;
	padding: 15px;
	width: 300px;
	border: 1px solid #105CB0;
	background: url(../images/common/icon_arrow01.png) no-repeat 94% center,#F8FAFD;
	color: #105CB0;
	font-size: 1.3125em;
	text-align: center;
}
.common-btn01 a:hover,
.current a{
	display: inline-block;
	margin: 0 auto;
	padding: 15px;
	width: 300px;
	border: 1px solid #105CB0;
	background: url(../images/common/icon_arrow06.png) no-repeat 94% center,#0957AE;
	color: #FFF;
	font-size: 1.3125em;
	text-align: center;
	opacity: 1;
}
@media screen and (max-width: 640px) {
.common-btn01 a{
	width: 100%;
	font-size: 1.2em;
}
}

.common-btn02 {
	margin-bottom: 80px;
	width: 100%;
	text-align: center;
}

.common-btn02 a{
	display: inline-block;
	margin: 0 auto;
	padding: 15px;
	width: 380px;
	border: 1px solid #105CB0;
	background: url(../images/common/icon_arrow06.png) no-repeat 94% center,#0957AE;
	color: #fff;
	font-size: 1.3125em;
	text-align: center;
}
.common-btn02 a:hover,
.common-btn02 .current a{
	display: inline-block;
	margin: 0 auto;
	padding: 15px;
	width: 380px;
	border: 1px solid #105CB0;
	background: url(../images/common/icon_arrow01.png) no-repeat 94% center,#F8FAFD;
	color: #0957AE;
	font-size: 1.3125em;
	text-align: center;
	opacity: 1;
}
@media screen and (max-width: 640px) {
.common-btn02 a{
	width: 100%;
	font-size: 1.2em;
}
.common-btn02 a:hover,
.common-btn02 .current a{
	width: 100%;
	font-size: 1.2em;
}
}


/* テーブル共通
----------------------------------------------------------------*/
.tbl-bg-col01{
	margin: 0;
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #333333;
	background :#C3E1ED;
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
}
.tbl-bg-col02{
	margin: 0;
	padding: 50px 25px;
	width: 145px;
	min-height: 115px;
	vertical-align: middle;
	border: 1px solid #333333;
	background :#F5F5F5;
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
}
.tbl-bg-col04{
	margin: 0;
	padding: 10px 2px;;
	vertical-align: middle;
	border: 1px solid #333333;
	background :#C3E1ED;
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
}
.tbl-bg-col05{
	margin: 0;
	padding: 15px;
	width: 140px;
	vertical-align: middle;
	border: 1px solid #333333;
	background :#F5F5F5;
	border-collapse: collapse;
	text-align: center;
}
.tbl-bg-col06{
	margin: 0;
	padding: 35px 10px;
	vertical-align: middle;
	border: 1px solid #333333;
	background: #C3E1ED;
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
}
.tbl-bg-col07{
	margin: 0;
	padding: 25px 10px;
	width: 188px;
	min-height: 70px;
	vertical-align: middle;
	border: 1px solid #333333;
	background :#F5F5F5;
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
}

/* 文字装飾共通
----------------------------------------------------------------*/
#conbox .font-color1 {
	color: #FF6600;
}
.common-txt-link01{
	text-align: right;
}
.common-txt-link01 a{
	display: inline-block;
	padding-right: 20px;
	background: url(../images/common/icon_arrow01.png) no-repeat right center;
	color: #105CB0;
	font-size: 0.875em;
}
.common-btn-link01 a{
	display: block;
	height: 42px;
	background: #22adc0;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 42px;
	border-radius: 4px;
}
.common-btn-link01.color01 {
	margin: 40px 0 0;
}
.common-btn-link01.color01 a {
	background: rgb(255, 165, 0);
	font-size: 16px;
	font-weight: bold;
}
.common-btn-link01 a:after{
	display: inline-block;
	content: ">";
	margin: 0 0 0 15px;
	position: relative;
	top: -1px;
}
.common-ttl01{
	padding-left: 20px;
	background: url(../images/common/icon_squere01.gif) no-repeat left center;
	font-weight: bold;
	font-size: 1em;
	color: #0B58AF;
}
.common-ttl01.bg-none{
	padding-left: 0;
	background: none;
}
.common-ttl02{
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size: 1em;
}
#conbox em{
	color: inherit;
	font-style: italic;
	font-weight: inherit;
}
#conbox strong{
	color: inherit;
	font-weight: bold;
	font-style: inherit;
}
.col-red {
	color:#f00;
}
.sp-display {
	display: none;
}
@media screen and (max-width: 640px) {
.sp-display {
	display: block;
}
}
/*トップページ
----------------------------------------------------------------*/
/*なぜ企業には人事制度が必要なのか？*/
.realization-ph-box {
	float: right;
	width: 350px;
}
.realization-txt-box {
	float: left;
	width: 610px;
}

@media screen and (max-width: 640px) {
.realization-ph-box {
	float: none;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.realization-txt-box {
	float: none;
	width: 100%;
}
}
/*人事制度のノウハウ*/
.top-column-outer{
	padding: 5px 20px 15px;
	background: #DBEBFA;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0 0 0 1px #FFF inset;
	-moz-box-shadow: 0 0 0 1px #FFF inset;
	box-shadow: 0 0 0 1px #FFF inset;
}
.top-news-ttl01{
	padding-left: 38px;
	background: url(../images/common/icon_column01.png) no-repeat left center;
	color: #105CB0;
	font-size: 1.875em;
	font-weight: bold;
	letter-spacing: 0;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6","ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.top-news-ttl-sub{
	display: inline-block;
	padding-left: 20px;
	color: #666;
	font-size: 0.47em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6","ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.top-column-inner{
	padding: 20px;
	background: #FFF;
}
.top-column-ph-box{
	position: relative;
	float: left;
	margin-right: 20px;
	width: 140px;
	height: 140px;
	overflow: hidden;
}
.top-column-ph-box img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.top-column-txt-box{
	overflow: hidden;
}
.top-column-ttl{
	margin-bottom: 10px;
	color: #105CB0;
	font-weight: bold;
}
.top-column-txt-box p{
	margin-bottom: 0;
	color: #105CB0;
}
@media screen and (max-width: 640px) {
.top-column-outer{
	margin-bottom: 30px;
}
.top-news-ttl01{
	background: url(../images/common/icon_column01.png) no-repeat left 10px;
}
.top-news-ttl-sub{
	display: block;
	padding-left: 0;
	margin-bottom: 15px;
}
.top-column-ph-box{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	text-align: center;
}
.top-column-txt-box{
	float: none;
	width: 100%;
}
.top-column-img-box{
	text-align: center;
}
}

/*人事制度とは*/
.bg-hrmsystem{
	margin: 0;
	padding: 40px 0 50px;
	background: url(../images/top/bg_hrmsystem.gif) no-repeat right bottom;
}
.top-hrmsystem-ttl{
	margin-bottom: 30px;
	color: #105CB0;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 640px) {
.bg-hrmsystem{
	background: url(../images/top/bg_hrmsystem.gif) no-repeat right bottom;
	background-size: cover;

}
.top-hrmsystem-ttl{
	margin-bottom: 20px;
	font-size: 1.125em;
	text-align: center;
}
}
/*お知らせ*/
.top-news-ttl02{
	position: relative;
	margin-bottom: 15px;
	padding-left: 48px;
	background: url(../images/common/icon_info01.png) no-repeat left center;
	background-size: 37px 37px;
	color: #105CB0;
	font-size: 1.875em;
	font-weight: bold;
	letter-spacing: 0;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6","ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.top-news-more{
	position: absolute;
	top: 20px;
	right: 0;
	bottom:0;
}
.top-news-more a{
	display: block;
    	padding: 0px 20px 0;
    	width: 75px;
    	border: 2px solid #CCC;
    	border-radius: 12px;
    	background: url(../images/common/icon_arrow02.png) no-repeat 90% center,#F5F5F5;
    	font-size: 0.4em;
}
.top-info-list li{
	padding: 8px 30px;
	background: #E8E9EB;
}
.top-info-list li:after{
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
.top-info-list li:nth-child(2n){
	background: none;
}
.top-info-list li p{
	margin: 0;
	overflow: hidden;
}
.top-info-list-date{	float: left;}
.top-info-list-txt a{
	display: block;
	padding-left: 35px;
	color: #105CB0;
}
.top-info-bnr01{
	padding-top: 20px;
}

@media screen and (max-width: 640px) {
.top-news-ttl02{
	position: initial;
	background: url(../images/common/icon_info01.png) no-repeat left 10px;
	background-size: 37px 37px;
}
.top-news-more{
	position: initial;
}
.top-info-list{
	margin-bottom: 30px;
}
.top-info-list li{
	padding: 10px 30px;
	background: #E8E9EB;
}
.top-info-list li:after{
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
.top-info-list li:nth-child(2n){
	background: none;
}
.top-info-list li p{
	float: none;
}
.top-info-list-txt a{
	padding-left: 0;
}
.top-info-bnr01{
	padding-top: 40px;
	text-align: center;
}
.top-info-bnr02{
	text-align: center;
}
.top-info-bnr01 a img,.top-info-bnr02 a img{
	width: 100%;
}
}
/*ブログ*/
.box-top-blog {
	float: right;
	width: 465px;
}
@media screen and (max-width: 640px) {
.box-top-blog {
	float: none;
	padding: 0 20px;
	width: 100%;
}
}

/*投稿関係*/
.post-list {
	padding: 0 20px 100px;
	min-height: 400px;
	border-bottom: 3px solid #316F00;
}
.post-list li {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #CCC;
}
.post-list li span {
	font-size: 0.875em;
	font-weight: bold;
	color :#72B01D;
}
@media screen and (max-width: 640px) {
.post-list {
	padding: 0 20px 30px;
	min-height: inherit;
}
}

/*人事制度とは
----------------------------------------------------------------*/
.realization-box{
	position: relative;
  	margin: 0 0 0 200px;
  	width: 700px;
  	padding: 23px 20px 23px 130px;
  	border: 10px solid #C3E1ED;
  	background: #FFF;
}
.realization-img-box{
	position: absolute;
  	top: -11px;
  	bottom: -11px;
  	left: -109px;
  	width: 215px;
}
.realization-list li{
	margin-bottom: 5px;
  	background: url(../images/common/icon_arrow04.gif) no-repeat left center;
  	font-size: 1.25em;
  	font-weight: bold;
  	color: #095AB3;
  	letter-spacing: -1px;
  	padding-left: 15px;
}
.realization-list li:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 640px) {
.realization-box{
	position: initial;
  	margin: 0 auto;
  	width: 100%;
  	padding: 23px 20px;
}
.realization-img-box{
	position: initial;
	margin: 0 auto 30px;
  	width: 215px;
}
.realization-list li{
	margin-bottom: 10px;
  	background: url(../images/common/icon_arrow04.gif) no-repeat left center;
  	font-size: 1em;
  	font-weight: bold;
  	color: #105CB0;
}
}
/*人事制度のつくり方
----------------------------------------------------------------*/
.overall-ttl01{
	font-size: 1em;
}
.overall-img-box{
	text-align: center;
}
.overall-ttl02{
	margin: 0 auto 18px;
	width: 800px;
	padding: 1px 20px;
	border-radius: 10px;
	background: #105CB0;
	color: #FFF;
	font-size: 1.875em;
	text-align: center;
}
.overall-txt-box-inner{
	margin: 0 auto;
	padding: 20px;
	width: 800px;
	border: 3px solid #7AA2BC;
	border-radius: 10px;
	background: #C3E1ED;
}
.overall-txt-box-inner p{
	margin-bottom: 0;
	color: #105CB0;
	font-size: 1.825em;
	font-weight: bold;
	text-align: center;
}
.schedule-img-box{
	margin-bottom: 40px;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
.overall-ttl02{
	width: 100%;
	font-size: 1.2em;
}
.overall-txt-box-inner{
	width: 100%;
}
.overall-txt-box-inner p{
	font-size: 1.2em;
}
}
/*人事評価制度のつくり方
----------------------------------------------------------------*/
.diagram-tbl01{
	width: 100%;
	border: 1px solid #333333;
	border-collapse: collapse;
}
.diagram-tbl01 th{
	margin: 0;
	padding: 25px 10px;
	width: 188px;
	min-height: 70px;
	vertical-align: middle;
	border: 1px solid #333333;
	background :#C3E1ED;
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
}
.diagram-tbl01 td{
	margin: 0;
	padding: 0 17px;
	width: 908px;
	border: 1px solid #333333;
	border-collapse: collapse;
	vertical-align: middle;
}
.diagram-tbl02{
	width: 70%;
	border: 1px solid #333333;
	border-collapse: collapse;
}
.diagram-tbl02 td{
	margin: 0;
	padding: 10px 25px;
	width: 275px;
	border: 1px solid #333333;
	border-collapse: collapse;
	vertical-align: middle;
}
.rule-tbl{
	width: 100%;
	border: 1px solid #333333;
	border-collapse: collapse;
}
.rule-tbl td{
	margin: 0;
	padding: 15px;
	width: 150px;
	vertical-align: middle;
	border: 1px solid #333333;
	border-collapse: collapse;
	text-align: center;
	letter-spacing: 0;
}
.rule-tbl td.tbl-wide{
	margin: 0;
	padding: 15px;
	width: 210px;
	vertical-align: middle;
	border: 1px solid #333333;
	border-collapse: collapse;
	text-align: center;
}
@media screen and (max-width: 640px) {
.diagram-tbl02{
	width: 100%;
}
.rule-tbl{
	width: 100%;
	border: 1px solid #333333;
	border-collapse: collapse;
}
.rule-tbl td{
	width: auto;
	font-size: 0.9em;
	letter-spacing: 0;
}
.rule-tbl td.tbl-wide{
	width: auto;
}
}
/*賃金制度のつくり方
----------------------------------------------------------------*/
.wage-tbl01{
	width: 100%;
	border-radius: 20px;
	background: #F5F5F5;
	border-collapse: separate;
	border-spacing: 18px;
}
table.wage-tbl01 th{
	padding: 0 17px 0 12px;
}
table.wage-tbl01 th span.ttl-wage01{
	display: block;
	padding: 10px;
	width: 205px;
	border: 4px solid #82A8D2;
	border-radius: 10px;
	background: #FFF;
	color: #105CB0;
	font-weight: bold;
	font-size: 1.5625em;
	text-align: center;
}
table.wage-tbl01 td.wage-txt{
	width: 460px;
	padding: 0 17px 0 0;
	vertical-align: middle;
}
table.wage-tbl01 td.wage-about{
	padding: 0 17px 0 35px;
	width: 260px;
	vertical-align: middle;
	border-left: 3px solid #105CB0;
	color: #105CB0;
}
@media screen and (max-width: 640px) {
table.wage-tbl01 th span.ttl-wage01{
	width: auto;
	font-size: 1em;
}
table.wage-tbl01 td.wage-txt{
	width: auto;
}
table.wage-tbl01 td.wage-about{
	padding: 0 17px;
	width: auto;
}	
}
/*等級制度のつくり方
----------------------------------------------------------------*/
/*会社としての必要性、社員としての必要性*/
.need-left-box{
	float: left;
	padding: 20px 20px 13px;
	width: 470px;
	min-height: 260px;
	border: 1px solid #105CB0;
	background: #F8FAFD;
}
.need-right-box{
	float: right;
	padding: 20px 20px 13px;
	width: 470px;
	min-height: 260px;
	border: 1px solid #105CB0;
	background: #F8FAFD;
}
.need-ttl{
	padding: 7px 0;
	margin-bottom: 18px;
	width: 100%;
	background: #105CB0;
	color: #FFF;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
}
.graph-box{
	margin: 0 auto;
	width: 600px;
}
.graph-tbl01{
	width: 100%;
	border: 1px solid #333333;
	border-collapse: collapse;
}
.graph-tbl01 td{
	padding: 8px;
	width: 403px;
	vertical-align: middle;
	border: 1px solid #333333;
	letter-spacing: -1px;
}
.graph-tbl01 td.rightdown {
background-image: linear-gradient(10.5deg, transparent 50%, #333333 50%, #333333 51%, transparent 51%, transparent);
}
@media screen and (max-width: 640px ) {
.need-left-box{
	float: none;
	margin-bottom: 30px;
	width: 100%;
}
.need-right-box{
	float: none;
	width: 100%;
}
.graph-box {
	width: 100%;
	height: auto;
}	
}

/*ダウンロード
----------------------------------------------------------------*/
.dl-box-outer01 {
	margin: 0 0 40px;
	padding: 0 0 27px;
	border-bottom: 1px solid #CCC;
}
.dl-img-box01{
	float: right;
	width: 205px;
}
.dl-img-box01 img{
	border: 1px solid #CCC;
	box-shadow:3px 3px 3px 0px #cacaca;
	-moz-box-shadow:3px 3px 3px 0px #cacaca;
	-webkit-box-shadow:3px 3px 3px 0px #cacaca;
}
.dl-text-box01{
	float: left;
	width: 450px;
}
.dl-about-box01{
	margin: 0 0 15px;
	padding: 15px;
	background: #fbfbfb;
	border: 1px solid #2469b7;
}
.dl-ttl01 {
	margin: 0 0 5px;
	font-size: 0.875em;
	color: #1861b3;
}
.dl-about-list01 {
	list-style-type: decimal
}
.dl-about-list01 li {
	margin-left: 2em;
	font-size: 0.875em;
	color: #1861b3;
	list-style-type: upper-roman;
}
.dl-btn01 a {
	display: inline-block;
	padding: 5px 15px;
	background: #22adc0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 1em;
	color: #FFF;
}
.dl-btn01 a:before {
	content: "\f019";
	margin-right: 5px;
	font-family: FontAwesome;
}
.dl-box-outer02 {
	margin: 0 0 20px;
	padding: 0;
	border: 1px solid #CCC;
}
.dl-img-box02{
	float: left;
	padding: 20px;
	width: 160px;
	background: #f5f5f5;
}
.dl-text-box02{
	float: right;
	padding: 20px 15px;
	width: 525px;
}
.dl-ttl02 {
	margin: 0 0 15px;
	font-size: 1em;
	color: #105cb0;
}
.dl-ttl02 a {
	padding: 15px 0 15px 40px;
	background: url(../images/common/icon_pdf.gif) no-repeat left center;
	font-size: inherit;
	color: inherit;
}
.dl-form-caption {
	position: relative;
	margin: 0 auto 45px;
	padding: 5px 10px 5px;
	width: 690px;
	background: #df8218;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	font-size: 1.31em;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0;
}
.dl-form-caption:before{
	content: "";
	position: absolute;
	bottom: -15px; left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 17px 0 17px;
	border-color: #df8218 transparent transparent transparent;
	z-index: 0;
}
@media screen and (max-width: 640px ) {

.dl-img-box01{
	float: none;
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
}
.dl-text-box01{
	float: none;
	width: 100%;
}
.dl-img-box02{
	float: none;
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
}
.dl-text-box02{
	float: none;
	width: 100%;
}
.dl-form-caption {
	width: 100%;
}
}

/*支援方法
----------------------------------------------------------------*/
.tbl-support01{
	width: 100%;
	border: 1px solid #333333;
	border-collapse: collapse;
}
.tbl-support01 td{
	padding: 10px 25px;
	width: 30%;
	border: 1px solid #333333;
	border-collapse: collapse;
}

/*人事戦略研究所の信頼性 20180501追加分*/
.support-stance-list {
	margin: 0 0 60px;	
}
.support-stance-list ul li {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	padding: 20px;
	width: 314px;
	min-height: 595px; 
	background: #f7f7f7;
	border: 3px solid #d9d9d9;
}
.support-stance-list ul li:nth-child(1):after {
	content: "";
	position: absolute;
	top: 160px;
	right: -28px;
	display: block;
	width: 39px;
	height: 185px;
	background: url(../images/support/img_arrow_r01.png) no-repeat center bottom;
	background-size: 100%;
	z-index: 1000;
}
.support-stance-list ul li:nth-child(2):after {
	content: "";
	position: absolute;
	top: 160px;
	right: -28px;
	display: block;
	width: 39px;
	height: 185px;
	background: url(../images/support/img_arrow_r02.png) no-repeat center bottom;
	background-size: 100%;
	z-index: 1000;
}
.support-stance-list ul li:last-child {
	margin: 0;
}
.support-stance-list ul li h4 {
	margin: 0 0 15px;
	padding: 8px;
	width: 100%;
	border-radius: 8px;
	font-size: 1.125rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.support-stance-list ul li h4.bg01{
	background: #105cb0;
}
.support-stance-list ul li h4.bg02{
	background: #107bb0;
}
.support-stance-list ul li h4.bg03{
	margin: 0 0 88px;
	background: #1099b0;
}
.support-stance-txt-box {
	margin: 0 0 15px;
	padding: 0 20px 0 0;
}
.support-stance-txt-box:last-child {
	margin: 0;
}
.support-stance-ttl01 {
	font-size: 1rem;
	font-weight: bold;
	text-decoration: underline;
}
.support-stance-ttl01.col01 {
	color: #105cb0;
}
.support-stance-ttl01.col02 {
	color: #107bb0;
}
.support-stance-ttl02 {
	margin: 0 0 30px;
	font-size: 1.125rem;
	font-weight: bold;
	color: #1099b0;
}
.support-stance-txt01 {
	margin: 0;
	font-size: 1rem;
}

@media screen and (max-width: 640px ) {
.support-stance-list {
	margin: 0 0 30px;	
}
.support-stance-list ul li {
	float: none;
	margin: 0 0 30px;
	padding: 15px;
	width: 100%;
	min-height: initial;
}
.support-stance-list ul li:nth-child(1):after {
	content: "";
	position: absolute;
	top: initial;
	right: 0;
	bottom: -28px;
	left: 0;
	display: block;
	margin: 0 auto;
	width: 185px;
	height: 39px;
	background: url(../images/support/img_arrow_b01.png) no-repeat center bottom;
	background-size: 100%;
	z-index: 1000;
}
.support-stance-list ul li:nth-child(2):after {
	content: "";
	position: absolute;
	top: initial;
	right: 0;
	bottom: -28px;
	left: 0;
	display: block;
	margin: 0 auto;
	width: 185px;
	height: 39px;
	background: url(../images/support/img_arrow_b02.png) no-repeat center bottom;
	background-size: 100%;
	z-index: 1000;
}
.support-stance-list ul li:last-child {
	margin: 0;
}
.support-stance-list ul li h4 {
	font-size: 1.0625rem;
}
.support-stance-list ul li h4.bg03{
	margin: 0 0 15px;
}
.support-stance-txt-box {
	margin: 0 0 15px;
	padding: 0;
}
.support-stance-ttl02 {
	margin: 0 0 20px;
	font-size: 1.0625rem;
}
}

/*具体的なコンサルティングの流れ 20180501追加分*/
.support-phase-list {
	margin: 0 0 60px;
}
.support-phase-list ul li {
	float: left;
	margin: 0 20px 0 0;
	width: 235px;
}
.support-phase-list ul li:last-child {
	margin: 0;
}
.support-phase-list ul li h4 {
	position: relative;
	padding: 3px;
	font-size: 1.875rem;
	font-weight: bold;
	color: #ffef3a;
	text-align: center;
	letter-spacing: 0;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.support-phase-list ul li h4 span {
	margin: 0 0 0 18px;
	font-size: 1.125rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
}
.support-phase-list ul li h4.bg01 {
	background: #105cb0;
}
.support-phase-list ul li h4.bg02 {
	background: #107bb0;
}
.support-phase-list ul li h4.bg03 {
	background: #1099b0;
}
.support-phase-list ul li h4.bg04 {
	background: #2f9086;
}
.support-phase-list ul li h4.bg01:after {
	content: "";
	position: absolute;
	top: 0;
	right: -39px;
	display: block;
	width: 39px;
	height: 54px;
	background: url(../images/support/img_arrow_r03.png) no-repeat center bottom;
	background-size: 100%;
	z-index: 1000;
}
.support-phase-list ul li h4.bg02:after {
	content: "";
	position: absolute;
	top: 0;
	right: -39px;
	display: block;
	width: 39px;
	height: 54px;
	background: url(../images/support/img_arrow_r04.png) no-repeat center bottom;
	background-size: 100%;
	z-index: 1000;
}
.support-phase-list ul li h4.bg03:after {
	content: "";
	position: absolute;
	top: 0;
	right: -39px;
	display: block;
	width: 39px;
	height: 54px;
	background: url(../images/support/img_arrow_r05.png) no-repeat center bottom;
	background-size: 100%;
	z-index: 1000;
}
.support-phase-box {
	padding: 10px;
	min-height: 510px;
	background: #f7f7f7;
}
.support-phase-ttl01 {
	margin: 0 0 5px;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: underline;
}
.support-phase-box ul {
	margin: 0 0 15px;
	width: 100%;
}
.support-phase-box ul li {
	float: none;
	margin: 0;
	width: 100%;
	font-size: 0.875rem;
	letter-spacing: 0;
}
.support-phase-ttl01.col01 {
	color: #105cb0;
}
.support-phase-ttl01.col02 {
	color: #107bb0;
}
.support-phase-ttl01.col03 {
	color: #1099b0;
}
.support-phase-ttl01.col04 {
	color: #2f9086;
}
@media screen and (max-width: 640px ) {
.support-phase-list {
	margin: 0 0 30px;
}
.support-phase-list ul li {
	float: none;
	margin: 0 0 20px;
	width: 100%;
}
.support-phase-list ul li:last-child {
	margin: 0 0 20px;
}
.support-phase-list ul li h4 {
	font-size: 1.125rem;
}
.support-phase-list ul li h4 span {
	font-size: 1rem;
}
.support-phase-list ul li h4.bg01:after {
	display: none;
}
.support-phase-list ul li h4.bg02:after {
	display: none;
}
.support-phase-list ul li h4.bg03:after {
	display: none;
}
.support-phase-box {
	padding: 10px;
	min-height: initial;
}
.support-phase-box ul {
	width: 100%;
}
.support-phase-box ul li {
	float: none;
	margin: 0;
	width: 100%;
}
}

/*会社概要
----------------------------------------------------------------*/
.company-photo-box{
	float: right;
	width: 250px;
}
.company-tbl-box{
	float: left;
	width: 700px;
}
.company-tbl-box table{
	width: 100%;
	border: 1px solid #CFCACE;
	border-collapse: collapse;
}
.company-tbl-box table th{
	width: 170px;
	padding: 10px 10px 10px 30px;
	background: #C4E2ED;
	border-bottom: 1px solid #CFCACE;
}
.company-tbl-box table td{
	width: 530px;
	padding: 10px 25px;
	border-bottom: 1px solid #CFCACE;
	vertical-align: middle;
}
@media screen and (max-width: 640px ) {
.company-photo-box{
	float: none;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
	text-align: center;
}
.company-tbl-box{
	float: none;
	width: 100%;
	height: auto;
}
.company-tbl-box table th{
	display: block;
	width: 100%;
}
.company-tbl-box table td{
	display: block;
	width: 100%;
}	
}

/*2018年3月15日追加　書籍紹介*/
.company-book-list li {
	margin: 0 0 40px;
	width: 480px;
	border: 1px solid #CCC;
}
.company-book-list li:nth-child(1n) {
	float: left;
}
.company-book-list li:nth-child(2n) {
	float: right;
}
.company-book-list li:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
.company-book-img {
	float: left;
	width: 155px;
	height: 220px;
	overflow: hidden;
}
.company-book-img img{
	width: 100%;
	height: auto;
}
.company-book-txt {
	float: right;
	padding: 15px;
	width: 323px;
}
.company-book-txt h4 {
	margin: 0 0 13px;
	min-height: 51px;
	font-size: 1rem;
	font-weight: bold;
	color: #115CB1;
}
.company-book-tbl {
	width: 100%;
	border-top: 1px solid #ccc;
}
.company-book-tbl tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.company-book-tbl th {
	padding: 2px 15px 2px 0;
	min-width: 66px;
	font-size: 0.875rem;
	font-weight: bold;
}
.company-book-tbl td {
	padding: 2px 0;
	font-size: 0.875rem;
}
.company-book-shohyo {
	padding: 15px;
	border-top: 1px solid #ccc;
	background: #efefef;
}
.company-book-shohyo h4 {
	margin: 0 0 13px;
	font-size: 1rem;
	font-weight: bold;
}
.company-book-shohyo p {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
	font-size: 0.875rem;
}
.company-book-shohyo p a {
	position: relative;
	display: block;
	padding: 0 0 0 15px;
	width: 100%;
}
.company-book-shohyo p a:before {
	content:">";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}

@media screen and (max-width: 640px ) {
.company-book-list li {
	margin: 0 0 30px;
	width: 100%;
}
.company-book-list li:nth-child(1n) {
	float: none;
}
.company-book-list li:nth-child(2n) {
	float: none;
}
.company-book-img {
	float: none;
	padding: 30px 70px;
	width: 100%;
	height: auto;
}
.company-book-img img{
	width: 100%;
	height: auto;
}
.company-book-txt {
	float: none;
	padding: 10px;
	width: 100%;
}
.company-book-txt h4 {
	margin: 0 0 8px;
	min-height: auto;
	font-size: 0.875rem;
}
.company-book-tbl {
	width: 100%;
	border-top: 1px solid #ccc;
}
.company-book-tbl tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.company-book-tbl th {
	min-width: 66px;
	font-size: 0.875rem;
	font-weight: bold;
}
.company-book-tbl td {
	font-size: 0.875rem;
}
.company-book-tbl td a:first-child {
	margin: 0 0 3px;
}
.company-book-shohyo h4 {
	font-size: 0.875rem;
}
}




/*お問い合せ
-------------------------------------------------------------------------*/
/*お問い合せフォーム*/
#conbox .tbl-common01 .contact-form {
  height: auto;
}
#conbox p#message-container-input {
	margin: 0 0 20px;
	color:#666;
	text-align: left;
}
#conbox .red {
	color:#F00;
}
#conbox .tbl-common01 table {
	margin:0 auto 15px;
	padding: 3px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
	background: #FFF;
}
#conbox .tbl-common01 table tr{
	border-bottom: 1px solid #CCC;
}
#conbox .tbl-common01 table tr.group01 {
	border-bottom: none;
}
#conbox .tbl-common01 table tr.group02 {
	border-bottom: none;
}
#conbox .tbl-common01 table tr.group02 th {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: none;
}
#conbox .tbl-common01 table tr.group03 th {
	padding-top: 10px;
}
#conbox .tbl-common01 table th {
	padding: 20px 10px 20px 30px;
	width: 210px;
	background: #DBEBFA;
	border: none;
		font-size: 0.925em;
		letter-spacing: 0;
}
#conbox .tbl-common01 table tr.group01 th {
	padding-bottom: 5px;
}
#conbox .tbl-common01 table th span {
	font-size: 0.875rem;
	color: #FF0000;
	letter-spacing: 0;
}
#conbox .tbl-common01 table td {
	padding: 15px 10px 15px 25px;
	border:none;
	text-align:left;
	font-size: 0.875rem;
	font-weight: normal;
}
#conbox .tbl-common01.cm-pd table td {
	padding: 20px 10px 20px 30px;
}
#conbox .tbl-common01 table tr.group01 td {
	padding-bottom: 5px;
}
#conbox .tbl-common01 table tr.group02 td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#conbox .tbl-common01 table tr.group03 td {
	padding-top: 5px;
}
#conbox .tbl-common01 input, .tbl-common01 select,
#conbox .tbl-common01 input, .tbl-common01 option {
	color: #333;
}
.tbl-common01 select{
	width: 100%;
}
span.wpcf7-not-valid-tip {
	font-size: 0.8125rem !important;
}
#conbox .tbl-common01 input,
#conbox .tbl-common01 select,
#conbox .tbl-common01 textarea {
	font-size: 0.875rem;
	font-family: initial;
}
#conbox .tbl-common01 .field {
	border:1px solid #CCC;
	padding:5px;
	width:90%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative;
	}
#conbox .tbl-common01 .field_s {
	padding:5px;
	width:50%;
	border:1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative;
}
#conbox .tbl-common01 .field_s01 {
	padding:5px;
	width:35%;
	border:1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative;
}
#conbox .tbl-common01 .zipcode {
	padding:5px;
	width:20%;
	border:1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative;
}
#conbox .tbl-common01 .e_mail {
	padding:5px;
	width:90%;
	border:1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative;
}
#conbox .tbl-common01 .inquiry {
	padding:5px;
	width:90%;
	height:200px;
	border:1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative;
}
#conbox .tbl-common01 .submit-container {
	margin:0px 0px 50px;
	text-align:center;
}
div.tbl-common01.contact-form {
	width: 100%;
}
#conbox #confirm-button input {
	display: inline-block;
	position: relative;
	margin: 20px 10px 1.25em;
	padding: 15px 35px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #333333;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	font-family: inherit;
	font-size: 1em;
	font-weight: bold;
	color: white;
}
#content .tbl-common01 ul li input {
    margin-right: 5px;
    position: relative;
    top: 3px;
}
#content .tbl-common01 ul {
    margin-left: 0px;
}
@media screen and (max-width: 640px) {
#conbox .tbl-common01 table th {
	display: block;
	padding:10px;
	width: 100%;
}
#conbox .tbl-common01 table td {
	display: block;
	padding:10px;
	width: 100%;
}
#conbox .tbl-common01.cm-pd table td {
	padding:10px;
}
#conbox .tbl-common01 .field,
#conbox .tbl-common01 .field_s,
#conbox .tbl-common01 .field_s01,
#conbox .tbl-common01 .zipcode,
#conbox .tbl-common01 .e_mail,
#conbox .tbl-common01 .inquiry {
	width:100%;
}

}

/*プライバシーポリシー*/
.box-privacy {
	margin:0;
	padding:35px 0 95px 0;
}
.box-privacy p {
	padding:0 10px;
}
.box-privacy dl {
	margin: 30px 0 50px;
}
.box-privacy dt {
	margin: 0 0 10px;
	padding: 13px 0 10px 0;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	color: #333;
}
.box-privacy dt:before {
	content:"\0025A0";
	margin: 0 10px 0 0;
}
.box-privacy dd {
	margin: 0 0 30px;
	padding: 0 0 0 15px;
}
.box-privacy dd ol {
	margin: 10px 0;
}
.box-privacy dd li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}
.box-privacy dd .about_box {
	margin: 20px 0;
	padding: 15px;
	width: 60%;
	border: 1px solid #CCC;
	text-align: center;
	line-height: 1.8;
}
.box-privacy dd .about_box span {
	font-weight: bold;
}
@media screen and (max-width: 640px) {
.box-privacy dd {
	padding: 0;
}
.box-privacy dd .about_box {
	width: 100%;
}
}

/*サイトマップ*/
.sitemap-list li{
	padding: 20px 0 20px 25px;
	border-bottom: 1px solid #CCC;
	background: url(../images/common/icon_arrow04.gif) no-repeat left center;
}

/* 動的ページ（投稿）
----------------------------------------------------------------*/
/* カテゴリー　一覧 */
.blog-contents-main{
	float: right;
	width: 700px;
	min-height: 500px;
}
.blog-contents-main span{
	font-weight: inherit;
}
.blog-contents-main time span {
	display: block;
	margin-bottom: 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
}
.blog-contents-sub{
	float: left;
	width: 250px;
}
.box-category-list {
	margin: 0 0 50px;
}
.box-category-list li {
	margin-bottom: 30px;
	padding: 0 0 10px;
}
.blog-contents-main table {
	border-collapse: collapse;
}
.blog-contents-main td,
.blog-contents-main th {
	width: auto !important;
	padding: 10px 15px 5px;
	border: 1px solid #CCC;
 }
 .blog-contents-main hr {
	border: none;
	border-top: 1px solid #CCC;
}
 
@media screen and (max-width: 640px) {
.blog-contents-main{
	float: none;
	width: 100%;
}
.blog-contents-sub{
	float: none;
	width: 100%;
}
.box-category-list {
	margin: 0 0 30px;
}
}

.bt_post {
	text-align: center;
}
.bt_post:after{
	overflow:hidden;
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}
.bt_post li {
	display: inline-block;
	margin: 30px 142px 30px 0;
	min-width: 120px;
}
.bt_post li:last-child {
	margin-right: 0;
}
.bt_post .prev a {
	display: inline-block;
	width: 120px;
	height: 40px;
	border: 1px solid #1861B3;
	background: #1861B3;
	font-size: 0.875em;
	color: #FFF;
	text-align: center;
	line-height: 40px;
}
.bt_post .ichiran a {
	display: inline-block;
	width: 120px;
	height: 40px;
	border: 1px solid #1861B3;
	background: #f8fafd;
	font-size: 0.875em;
	color: #1861B3;
	text-align: center;
	line-height: 40px;

}
.bt_post .next a {
	display: inline-block;
	width: 120px;
	height: 40px;
	border: 1px solid #1861B3;
	background: #1861B3;
	font-size: 0.875em;
	color: #FFF;
	text-align: center;
	line-height: 40px;

}
@media screen and (max-width: 640px) {
.blog_outer {
	padding: 0 15px;
}

.blog_post,
.blog_post:nth-child(3n) {
	float: none;
	margin: 0 auto 20px;
	width: 200px;
	color: #1861B3;
}
.bt_post {
	margin: 20px 0;

}
.bt_post li {
	display:block;
	margin: 0 0 20px 0;

}
.bt_post li:last-child {
	margin-right: 0;
}
.bt_post .prev a,
.bt_post .ichiran a,
.bt_post .next a {
	display: block;
	margin: 0 0 10px;
	width: 100%;
	height: 40px;
	font-size: 0.875em;
	text-align: center;
	line-height: 40px;

}
}


/* スマホ用スクロールテーブル
----------------------------------------------------------------*/
@media screen and (max-width: 640px) {
.scroll {
	overflow-x:scroll
}
.scroll table {
	width: 1000px!important;
}
}

/* 随筆者プロフィール
----------------------------------------------------------------*/
.single-author-box {
	margin: 0 0 30px;
	padding: 25px;
	width: 100%;
	background: #F4F4F4;
	font-size: 0.875rem;
}
.single-author-left {
	position: relative;
	float: left;
	margin: 0 30px 0 0;
	width: 120px;
	height: 120px;
	border: 5px solid #fff;
	border-radius: 50%;
	overflow: hidden;
}
.single-author-left img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}
.single-author-right {
	overflow: hidden;
}
.single-author-txt01 {
	font-size: 0.8125rem;
}
.single-author-txt02 {
	font-size: 0.9365rem;
}
.single-author-txt02 span {
	font-weight: bold;
}
@media screen and (max-width: 640px) {
.single-author-left {
	float: left;
	margin: 0 20px 0 0;
	width: 90px;
	height: 90px;
	border: 5px solid #fff;
	border-radius: 50%;
	overflow: hidden;
}
.single-author-txt01 {
	font-size: 0.725rem;
}
.single-author-txt02 {
	font-size: 0.75rem;
}
}

/* セミナー
----------------------------------------------------------------*/
.box-category-list.chg-seminar li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 1rem;
}
.box-category-list.chg-seminar li:first-of-type {
	padding-top: 0;
}
.seminar-icon,
.blog-contents-main .seminar-icon {
	display: inline-block;
	margin-bottom: 5px;
}
.seminar-area {
	margin: 0 10px 0 0;
	padding: 0 10px;
	height: 25px;
	background: #314e9f;
	font-size: 14px;
	color: #fff;
	line-height: 27px;
}
.seminar-area.color01 {
	background: #10B064;
}
.seminar-date {
	margin: 0 35px 0 0;
}
.box-category-list.chg-seminar li h3 {
	margin: 5px 0 0;
	font-size: 1rem;
	color: #1861b3;
}
.blog-contents-main.chg-seminar p {
	margin: 0 0 1em;
}
.blog-contents-main.chg-seminar table {
	margin: 0 0 1em;
	width: 100% !important;
	table-layout: fixed;
}
.blog-contents-main.chg-seminar table p {
	margin: 0 0 1em;
}
.seminar-info {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	font-size: 1rem;
}
.blog-contents-main span.txt-seminar-caution {
	display: block;
	margin: 0 0 20px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #cc0000;
}
@media screen and (max-width: 640px) {
.seminar-info {
	font-size: 0.875em;
}
}

.wpcf7c-conf,
input.wpcf7c-conf,
textarea.wpcf7c-conf {
    background: #eee !important;
    border: solid 1px #eee;
    color: #666;
}
.wpcf7-mail-sent-ok {
	display: none!important; 
}

/* 20200327 追加 */
.top-topics-area {
	margin-bottom: 50px;
}
.top-topics-area .caption {
	width: 100%;
	background-color: #cc0000;
	color: #fff;
	padding: 10px 10px 8px 10px;
	text-align: center;
	font-size: 1rem;
	font-weight: 900;
}
.top-topics-area p {
	font-size: 0.8125rem;
}
.top-topics-area .contents {
	border: 3px solid #cc0000;
	background-color: #f5f6f6;
	padding: 20px 30px;
	width: 100%;
}
.top-topics-area h2 {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 0.9rem;
	color: #cc0000;
	text-align: center;
}
.top-topics-area h2 br {
	display: none;
}
.top-topics-area h3 {
	margin-bottom: 0.2rem;
	font-weight: 700;
	font-size: 0.9rem;
}
.top-topics-area .flex-btw {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width: 100%;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px;
	margin: 10px 0;
}
.top-topics-text {
	width: 48%;
}
.full .top-topics-text {
	width: 100%;
}
.full .top-topics-text ul {
	margin: 0 0 1em;
}
.top-topics-text li {
	font-size: 0.8125rem;
	text-indent: -1rem;
	padding-left: 1rem;
}
.top-topics-text li:before {
	content: "・";
	font-weight: 900;
}
@media screen and (max-width: 640px) {
.top-topics-area {
/*	padding: 0 15px; */
	margin-bottom: 50px;
}
.top-topics-area .caption {
	padding: 10px 10px 8px 10px;
	font-size: 0.9rem;
}
.top-topics-area p {
	font-size: 0.8125rem;
}
.top-topics-area .contents {
	padding: 10px 10px;
}
.top-topics-area h2 {
	font-size: 1rem;
	margin-bottom: 10px;
}
.top-topics-area h2 br {
	display: block;
}
.top-topics-area h3 {
	margin-bottom: 0.2rem;
	font-weight: 700;
	font-size: 0.8125rem;
}
.top-topics-area .flex-btw {
	padding: 10px 0;
	margin: 10px 0;
}
.top-topics-text {
	margin: 5px 0;
	width: 100%;
}
.top-topics-text li {
	font-size: 0.8125rem;
	text-indent: -1rem;
	padding-left: 1rem;
}
.top-topics-text li:before {
	content: "・";
}
}


/* 20200401 追加 */
.sakuteistep-flow {
	margin-bottom: 60px;
}
.sakuteistep-flow ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	counter-reset: number;
}
.sakuteistep-flow li {
	position: relative;
	width: 15%;
	margin-right: 2%;
	background-color: #f8fafd;
	border: 1px solid #105cb0;
	padding: 5px;
}
.sakuteistep-flow li:after {
	position: absolute;
	right: -16px;
	top: calc(50% - 10px);
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 8.7px;
	border-color: transparent transparent transparent #0956ae;
}
.sakuteistep-flow li:last-of-type {
	margin-right: 0;
}
.sakuteistep-flow li:last-of-type:after {
	display: none;
}
.sakuteistep-flow li .title {
	background-color: #0957ae;
	padding: 5px 5px 5px 1.5rem;
	color: #fff;
	font-size: 1rem;
	position: relative;
}
.sakuteistep-flow li .title:before {
	counter-increment: number;
	content: counter(number) ".";
	position: absolute;
	left: 5px;
}
.sakuteistep-flow li .naiyou {
	font-size: 0.875rem;
}
.sakutei-strong {
	font-weight: 700;
	color: #105CB0;
}
@media screen and (max-width: 640px) {
.sakuteistep-flow {
	margin-bottom: 30px;
}
.sakuteistep-flow li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 1rem;
}
.sakuteistep-flow li:after {
	position: absolute;
	right: calc(50% - 10px);;
	top: auto;
	bottom: -13px;
	border-width: 8.7px 10px 0 10px;
	border-color: #0956ae transparent transparent transparent;
}
.sakuteistep-flow li .title {
	margin-bottom: 0;
}
.sakuteistep-flow li .naiyou {
	display: none;
}
}

.common-list04 {
	margin-bottom: 60px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	counter-reset: number;
}
.common-list04 li{
	position: relative;
	margin-right: 32px;
	padding: 20px 20px 15px;
	width: 310px;
	border: 1px solid #105CB0;
	background: #F8FAFD;
}
.common-list04 li:last-child{
	margin-right: 0;
}
.common-list04-ttl a{
	display: block;
	padding: 7px 0;
	margin-bottom: 18px;
	width: 100%;
	background: #105CB0;
	color: #FFF;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
}
.common-list04 li p{
	margin: 0 auto;
}
.common-list04 .common-txt-link01 {
	display: block;
	position: absolute;
	bottom: 0; right: 0;
	width: 100%;
	padding: 20px 20px 10px;
}

@media screen and (max-width: 640px) {
.common-list04 li{
	float: none;
	margin: 0 auto 20px;
	width: 100%;
}
.common-list04 li:last-child{
	margin: 0 auto;
}
}

.caution-txt {
	font-size: 0.875em;
	color: #cc0000;
}


/*20201113書式サンプルからyoutubeへのリンクテキスト*/
.sample-youtube-link{
	position: relative;
	padding-left: 30px;
	text-decoration:underline;
}
.sample-youtube-link a{
	color: #0B58AF;
}
.sample-youtube-link:before{
	content: '';
	background: url(../images/download/icon_youtube.gif) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 3px;
	left: 0;
}


/******************************************************
フォームスタイル 20201221追記
*******************************************************/
/**Common***/
*{box-sizing:border-box;}
.flex { display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; }
.inline-flex { display: -webkit-flex; display: inline-flex; -webkit-flex-wrap:wrap; flex-wrap:wrap;}
.flex-between { justify-content:space-between; -webkit-justify-content:space-between; }
.flex-start{ justify-content: flex-start; -webkit-justify-content: flex-start;}
.flex-center  { justify-content:center; -webkit-justify-content:center; }
.flex-txt-center{display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center;}

/**フォーム部分***/
.form_block{ padding: 0 0 0 0; line-height: 1.9em; }
.form_block{ width: 100%;margin: 0 auto; font-size: 16px; }
.form_block .form table{ width:100%; }
	
.form_block table.form_table{ width:100%; border-top:1px solid #DDD; border-collapse: collapse; border-spacing: 0; }
.form_block table.form_table tr{ border-bottom:1px solid #DDD; }
.form_block table.form_table th{ font-weight:normal; color: #222; width:30%!important; min-width:120px; text-align:left; padding:15px 20px; background: #EFEFEF; }
.form_block table.form_table th span, table.form_table td span.required{ font-size:16px; color:#EE0000; margin-left:5px; font-weight: bold;background: none;}
.form_block table.form_table td{ padding:15px 20px; position: relative; }
.form_block table.form_table .position .parts { width: 100%; position: relative; }
.form_block table.form_table .name .parts {width: 49%; position: relative; }
.form_block table.form_table .address_parts {width: 100%; position: relative;}
.form_block table.form_table .position .parts label, table.form_table .name .parts label, table.form_table .address_parts label
	{position: absolute; top:0; left: 0; z-index: 1;padding: 9px 10px;border: 1px solid #999; width: 75px; background: #999; color: #FFF;border-radius: 5px 0 0 5px;}
.form_block table.form_table .position .parts input{padding-left: 90px; margin: 0 0 10px 0; line-height: 1.7em;}
.form_block table.form_table .name .parts input{padding-left: 90px;margin: 0;line-height: 1.7em;}
.form_block table.form_table .address_parts input{padding-left: 130px!important; margin: 0 0 10px 0;line-height: 1.7em;}
.form_block table.form_table .address_parts label{width: 120px!important;}
.form_block input#zip1{ width:220px; line-height: 1.7em;}
.form_block input#zip2{ width:100px;padding-left: 8px!important; line-height: 1.7em;}
.form_block table.form_table .second_user{ border: 1px solid #999; padding: 15px; margin-top: 15px;}
.form_block table.form_table .second_user p{width: 100%; margin:0 0 10px 0; font-weight: bold;}
.form_block table.form_table .second_user p span{font-size: 14px; font-weight: normal;}

.form_block input, .form_block textarea, .form_block select { font-family: inherit; font-size: 16px; color: inherit; box-sizing:border-box;line-height: 1.7em;}
.form_block select[multiple] { height: 50px;}

.form_block input[type="text"], .form_block input[type="tel"], .form_block input[type="email"], .form_block select, .form_block textarea{
	width:100%; padding:8px; border-radius: 5px; border:1px solid #999; background-color:#EFEFEF; }
.form_block  input[type="submit"] { cursor: pointer; font-size:22px; padding:10px 0; width:280px; color:#FFF; background-color:#900; border:none; transition: 0.3s; border-radius: 5px;}
.form_block  .wpcf7-submit:disabled{ background-color: #CCC;cursor: not-allowed;}
.form_block #submit_box{ text-align:center; padding:35px 0 50px 0; }
.form_block input[type="checkbox"], .form_block input[type="radio"] { display: inline-block; margin: 0 2px; padding: 0; vertical-align: middle; position: relative; top: -1px; cursor: pointer;}
.form_block .caution{text-align: right;margin: 0 0 10px 0;}
.form_block .caution span{color: #EE0000; font-weight: bold;}
.form_block .caption{padding:20px; border: 1px solid #CCC;border-radius: 5px;line-height: 1.8em;}
.form_block .caption ul{margin: 0;padding: 0;}
.form_block .caption ul li{ list-style: none; padding-left: 1em; text-indent: -1em; font-size: 14px;}

.form_block .service_desc span.wpcf7-list-item{width: 45%;}
.form_name_hidden{display: none;}


@media screen and (max-width:640px){
    .form_block table.form_table th{ display: block; width:100%; padding:8px 10px;}
    .form_block table.form_table td{ display: block; width: 100%; padding:10px 10px 30px 10px;}
    .form_block table.form_table .second_user p span{font-size: 13px;}
    .form_block table.form_table .second_user{ padding: 12px;}
	.form_block .service_desc span.wpcf7-list-item{width: 100%;}
}

.wpcf7-recaptcha {
margin: 0 auto;
max-width: 304px;
}