@charset "UTF-8";

html {
  overflow-y: scroll;
}
body {
  color: #333333;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.2px;
  -webkit-text-size-adjust: 100%;
}
/* for IE7 */
*+html body {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック';
}
/* for IE6 */
* html body {
  font-family: 'ＭＳ Ｐゴシック';
}


/* link
------------------------------------------------ */

a:link {
  color: #1A355E;
  text-decoration: none;
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
a:visited {
  color: #1A355E;
  text-decoration: none;
}
a:hover {
  color: #f58823;
  text-decoration: none;
}
a:active {
  color: #f58823;
  text-decoration: none;
}

@media print, screen and (min-width: 736px) {
a:link {
  color: #1A355E;
  text-decoration: none;
}
a:visited {
  color: #1A355E;
  text-decoration: none;
}
a:hover {
  color: #f58823;
  text-decoration: underline;
}
a:active {
  color: #f58823;
  text-decoration: none;
}
}

/* 
@media print, screen and (min-width: 736px) {
  a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  a:active img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  a:active img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  #header a:hover img, #nav ul li a:hover img, #nav ul li a:active img {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}
------------------------ */
/* clearfix
------------------------------------------------ */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-Mac */

/* 文字
------------------------------------------------ */
strong {
  font-weight: bold;
}
.textC {
  text-align: center;
}
.textR {
  text-align: right;
}
.red {
  color: red;
}
.blue {
  color: blue;
}
.bold {
  font-weight: bold;
}
.smallCap {
  font-size: 80%;
}
.largeCap {
  font-size: 120%;
}
.vLast {
  margin-bottom: 0 !important;
}
.hLast {
  margin-right: 0 !important;
}
.margin-bottom {
  margin-bottom: 20px;
}
.super {
  font-size: 80%;
  vertical-align: super;
}
.entryBody p {
  margin-bottom: 1em;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}

ul.disc {
margin: 0 1em 1em;
padding: 0 1em 0 2em;
list-style: disc;
}

ol.decimal {
list-style: decimal;
margin: 0 1em 1em;
padding: 0 1em 0 2em;
list-style: decimal;
}

/* 見出し
------------------------------------------------ */

.entryBody h2 {
  padding: .2em .5em;
  margin-bottom: .5em;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 2px solid #FD8A18;
}
.entryBody h3 {
  padding: .2em .5em;
  margin-bottom: .5em;
  font-weight: bold;
  border-bottom: 1px dotted #FD8A18;
}
.entryBody h4 {
  padding: .2em 0;
  margin-bottom: .2em;
  font-weight: bold;
}

/* flex
------------------------------------------------ */
@media screen and (max-width: 735px) {
  .sp-flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
  }
}
@media print, screen and (min-width: 736px) {
  .flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
  }
}
/* img
------------------------------------------------ */

img {
  max-width: 100%;
  height: auto;
}

/* display: none;
------------------------------------------------ */
@media screen and (max-width: 735px) {
  .pc-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 736px), print {
  .sp-only {
    display: none !important;
  }
}
/* button
------------------------------------------------ */
.button {
text-align: center;
}

.button a{
  display: inline-block;
	position: relative;
	background-color: #29AE32;
	border-radius: 10px;
	color: #fff;
	//-webkit-transition: none;
	//transition: none;
	box-shadow: 0 4px 0 #208727;
padding: 2px 30px;
}
.button a:hover {
	background-color: #35E041;
	box-shadow: 0 4px 0 #29AA31;
  text-decoration: none;
}
.button a:active {
	top: 4px;
	box-shadow: none;
  text-decoration: none;
}

#side .button a {
display:block;
}



/* ------------------------ */
.buttonMore {
  text-align: center;
}
.buttonMore span {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #d40508;
  background: #7BB0FD;
  background: #4993FC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.buttonMore span:hover {
  color: #fff;
  text-decoration: none;
  background: #F9070B;
}
/* ------------------------ */
.pageButton {
  margin: 20px;
}
.pageButton .next {
  float: right;
}
.pageButton .prev {
  float: left;
}

/* nextPage
------------------------------------------------ */


.nextPage a {
display:block;
margin:20px 0;
background:#FFFABF;
border:2px solid #29AE32;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-align:center;
padding:5px;
}

.nextPage a:hover {
text-decoration: none;
color: #fff;
background:#29AE32;
}


/* noscript
------------------------------------------------ */
#noscript {
  position: relative;
  z-index: 5260;
  padding: 10px;
  border-bottom: #FD8A18 solid 1px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 14px;
}
#noscript span {
  color: #ff0000;
}
/* #page-top
------------------------------------------------ */


#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  font-size: 13px
}
#pageTop a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #29AE32;
  opacity: 0.7;
  padding: 10px;
}
#pageTop a:hover {
  background: #35E041;
}
#pageTop a.btnA {
  padding: 10px 10px 5px 10px;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}
#pageTop a.btnB {
  padding: 5px 10px 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
}

/* #breadcrumb
------------------------------------------------ */
#breadcrumb {
  font-size: 90%;
  margin-bottom: 0px;
    width: 100%; /* 要素の横幅を指定 */
    white-space: nowrap; /* 横幅のMAXに達しても改行しない */
    overflow: hidden; /* ハミ出した部分を隠す */
    text-overflow: ellipsis; /* 「…」と省略 */
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}

#breadcrumb .home:before {
font-family: FontAwesome;
content: "\f015";
padding-right: .2em;
font-size: 140%;
}


/* layout
------------------------------------------------ */

body {
  background: #FFFABF;
  font-size: 15px;
}
#container {
  background: #fff;
  padding-bottom: 2.1em
}

#content-wrap {
padding: 10px;
}

.box {
margin-bottom: 20px;
}

@media print, screen and (min-width: 736px) {
#container {
  margin: 0 auto;
  width: 1070px;
  box-shadow: 0px 0px 5px 2px #a9a9a9;
  -webkit-box-shadow: 0px 0px 5px 2px #a9a9a9;
  -moz-box-shadow: 0px 0px 5px 2px #a9a9a9;
padding: 0;
}

#content-wrap {
  padding: 0 20px;
  margin-bottom: 0;
  }

#side {
float: right;
width: 250px;
font-size: 13px;
}

}
/* header
------------------------------------------------ */
#header {
border-top: 5px solid #FD8A18;
border-bottom: 1px solid #FD8A18;
padding-top: 5px;
}

#header .logo {
width: 100%;
max-width: 640px;
height: auto;
}

#header .mhlab-search {
display: none;
}

#header .btn-icon {
display: none;
}

@media print, screen and (min-width: 736px) {

#header {
padding-top: 5px;
position: relative;
font-size: 13px;
}

#header .logo {
width: 100%;
}

#header .mhlab-search {
display: block;
  position: absolute;
  top: 50px;
  right: 25px;
}
#header .mhlab-search .mhlab-link img {
  vertical-align: middle;
}
#header .mhlab-search #srchBtn {
  font-size: 90%;
  padding: 0 5px;
}
#header .mhlab-search #srchInput {
  padding: 3px;
}

#header .btn-icon {
position:absolute;
top: 5px;
right: 20px;
  display: -webkit-flex; /* Safari */
  display: flex;
}

#header .btn-icon li {
margin-left: 10px;
}

#header .btn-icon li img {
width: 32px;
height: 32px;
}

#header .btn-icon li.data {
line-height: 32px;
}

#header .btn-icon li.data span {
color: #F0435A;
}
}

/* nav
------------------------------------------------ */

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

}

@media print, screen and (min-width: 736px) {
#nav {
display: block;
margin-bottom: 20px;
text-align: center;
font-size: 14px;
font-weight: bold;
}
#nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
#nav li {
  -webkit-flex-grow: 1; /* Safari */
  flex-grow:         1;
  margin-right: 1px;
text-shadow: 
  -1px -1px 0px #fff,
   1px -1px 0px #fff,
   1px  1px 0px #fff,
  -1px  1px 0px #fff;
  letter-spacing: 1px;}
#nav li:last-child {
  margin-right: 0;
}
#nav a {
  display: block;
  color: #333;
background: #FCCEA4;
//background: linear-gradient(#FFA8B8, #ffffff, #FFA8B8);
padding: 5px 0;
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
#nav a:hover, #nav a.current {
  background: #FD8A18;
  color: #fff;
  text-decoration: none;
text-shadow: none;
}

#nav a:before {
font-family: FontAwesome;
content: "\f144";
margin-right: 5px;
font-weight: normal;
color: #22AD21;
}

#nav a.current:before {
color: #fff !important;
}

/* 
#nav .home a:before {
color: #FF5602;
}

#nav .news a:before {
color: #FFBF02;
}
#nav .document a:before {
color: #02D4FF;
}
#nav .seminar a:before {
color: #FF02A2;
}
#nav .kenshin a:before {
color: #88BEFE;
}
#nav .tokuteihoken a:before {
color: #FFA0FE;
}
#nav .sangyohoken a:before {
color: #7DFDFF;
}
#nav .chiikihoken a:before {
color: #7FFC74;
}
#nav .gakkohoken a:before {
color: #FFBD5D;
}------------------------ */

#nav a:hover:before {
color: #fff;
}
}
/* ------------------------------------------------ */

#footer {
border-top: 3px solid #FB8917;
  padding: 10px;
  font-size: 90%;
}

#footer ul {
border-bottom: 1px solid #FB8917;
padding: 0 5px 5px;
margin-bottom: 5px;
}

#footer ul li:before {
font-family: FontAwesome;
content: "\f144";
font-weight: normal;
margin-right: .2em;
color: #FB8917
}

#footer .support,
#footer .copy {
text-align: center;
}

@media print, screen and (min-width: 736px) {
#footer {
font-size: 14px;
  text-align: center;
}
#footer ul {
padding: 0 0 5px 0;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
}

#footer .support,
#footer .copy {
display: inline;
}

#footer .support {
padding-right: 1em;
}

#footer .copy a {
margin-right: .5em;
}
}

/* menu
------------------------------------------------ */

.menu-button {
position: fixed;
bottom: 0;
width: 100%;
z-index: 9999;
font-size: 18px;
text-align: right;
}

.menu-button a {
display: block;
color: #fff;
background: #29AE32;
padding: .2em .5em;
opacity: 0.8;
}

#sp-menu {
padding: 20px;
background: #FFFABF;
}

#sp-menu li {
  margin-bottom: .2em;
  padding-bottom: .2em;
  border-bottom: 1px dotted #A83A00;
  padding-left: .2em;
  clear: both;
}

#sp-menu li a {
display:block;
}

#sp-menu .midashi {
  border-bottom: 1px dotted #A83A00;
  margin-bottom: .2em;
  padding-bottom: .2em;
  padding-left: .2em;
}


#sp-menu .lev1 li a:before,
#sp-menu .midashi:before {
font-family: FontAwesome;
content: "\f111";
margin-right: 5px;
float: left;
color: #29AE32;
}

#sp-menu .lev2 li {
padding-left: 2em;
}

#sp-menu li a:after {
font-family: FontAwesome;
content: "\f138";
float: right;
padding-right: .5em;
color: #29AE32;
}

/* side Contents
------------------------------------------------ */

#side .box.dfp {
text-align: center;
}

/* side news-list and opinion
------------------------------------------------ */

#side .news-list ul,
#side .opinion ul {
margin-bottom: 10px;
}

#side .news-list li a,
#side .opinion li a {
display: block;
  padding: 5px;
  border-bottom: 1px dotted #FD8A18;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: row-reverse; /* Safari */
  flex-direction:         row-reverse;
  -webkit-align-content: flex-start; /* Safari */
  align-content:         flex-start;
}

#side .news-list li .img,
#side .opinion li .img {
width: 80px;
margin: 0 10px 0 0;
}
@media all and (-ms-high-contrast: none) {
#side .news-list li .img,
#side .opinion li .img {
width: auto;
}
}



#side .news-list li .title,
#side .opinion li .title {
width: 100%;
}


@media print, screen and (min-width: 736px) {
#side .news-list li a,
#side .opinion li a {
  -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
}

#side .news-list li .img,
#side .opinion li .img {
margin: 0 0 0 10px;
}
}

/* goodJob
------------------------------------------------ */

#side .goodJob li {
  border-bottom: 2px solid #A83A00;
  padding: 0 5px;
}
#side .goodJob li:last-child {
border: none;
}
#side .goodJob li span.title,
#side .goodJob li span.element {
display:block;
}
#side .goodJob li span.element span:after {
content: "、";
}

#side .goodJob li span.element span:last-child:after {
content: none;
}


#side .goodJob .title {
font-weight: bold;
font-size: 14px;
padding-left: 1.2em;
text-indent: -1.2em;
border-bottom: 1px dotted #A83A00;
}

#side .goodJob .title:before {
font-family: FontAwesome;
content: "\f144";
font-weight: normal;
margin-right: .2em;
color: #DC015B
}

#side .goodJob .element {
padding-left: 5.9em;
text-indent: -5.9em;
}

#side .goodJob .element:before {
font-family: FontAwesome;
content: "\f046";
font-weight: normal;
margin: 0 .2em 0 1.2em;
color: #DC015B
}

#side .goodJob h2 {
margin-bottom: 5px;
margin-left: .8em;
position: relative;
padding: 2px 5px 2px 25px;
font-size: 14px;
font-weight: bold;
color: #474747;
border-radius: 0 10px 10px 0;
letter-spacing: 1px;
}

#side .goodJob h2 {
background: #FEC2DB;
}

#side .goodJob h2:before {
font-family: FontAwesome;
content: "\f007";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #DC015B;
font-size: 20px;
font-weight: normal;
width: 30px;
text-align: center;
height: 30px;
line-height: 30px;
left: -.7em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

@media print, screen and (min-width: 736px) {
#side .goodJob h2 {
font-size: 14px;
}

#side .goodJob h2:before {
left: -1em;
}

}

/* ------------------------------------------------ */


#side .opinion h2 {
margin-bottom: 5px;
margin-left: .8em;
position: relative;
padding: 2px 5px 2px 25px;
font-weight: bold;
color: #474747;
border-radius: 0 10px 10px 0;
letter-spacing: 1px;
}

#side .opinion h2 {
background: #F2BFE8;
}

#side .opinion h2:before {
font-family: FontAwesome;
content: "\f15c";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #AC2292;
font-weight: normal;
width: 30px;
text-align: center;
height: 30px;
line-height: 30px;
left: -1em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

/* ------------------------------------------------ */

#side .facebook {
width: 100%;
border:1px solid #3B5998;
}

#side .facebook h2 {
background: #3B5998;
font-weight: bold;
font-size: 14px;
color: #fff;
padding: 0 10px;
}

#side .facebook .fb_iframe_widget,
#side .facebook .fb_iframe_widget span,
#side .facebook .fb_iframe_widget iframe[style]{
    width: 100% !important;
}

/* text-information
------------------------------------------------ */

.text-info .title-l {
  position: relative;
  padding: 10px 20px;
  background: #FFDBE1;
  margin-bottom: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.text-info .title-l:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #FFDBE1;
width: 0;
height: 0;
}

.text-info li {
margin-bottom: 20px;
border-top: 1px solid #FFA8B8;
border-left: 1px solid #FFA8B8;
}

.text-info li span {
display:block;
}

.text-info li a {
display:block;
padding: 5px 0 0 10px;
}

.text-info .title {
font-weight: bold;
}

@media print, screen and (min-width: 736px) {
.text-info ul {
margin-bottom: 10px;
width: 760px;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
    -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
font-size: 12px;
}

.text-info li {
margin-bottom: 10px;
width: 370px;
}

.text-info .title {
font-size: 14px;
}
}

/* ------------------------------------------------ */

#side-l .banner,
#side .banner {
text-align: center;
}

/* pagenate
------------------------------------------------ */
.pagenate {
  text-align: center;
  margin: 20px 0;
}
.pagenate ul, .pagenate ul li {
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.pagenate ul li {
  margin-right: 2px;
}
.pagenate ul li span {
  display: inline-block;
  padding: 5px 10px;
  background: #29AE32;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.pagenate ul li a {
  display: inline-block;
  padding: 5px 10px;
  vertical-align: middle;
}

.pagenate ul li a:hover {
  background: #29AE32;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.pagenate ul li a:active {
  background: #29AE32;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: none;
}
.pagenate ul li {
  display: inline-block;
}
.pagenate ul li a.link_before, .pagenate ul li a.link_next {
  border: none !important;
}

/* ------------------------------------------------ */
/* hrgContents
------------------------------------------------ */

#main .hrgContents {
margin-bottom: 20px;
}

#main .hrgContents .wrap h2 {
font-weight: bold;
font-size: 15px;
}

#main .hrgContents .wrap h2:before {
font-family: FontAwesome;
content: "\f144";
font-weight: normal;
margin-right: .2em;
color: #F0435A
}


#main .hrgContents a.box {
display:block;
border-bottom: 1px dotted #A83A00;
padding: 5px;
margin: 0;
box-sizing: border-box;
color: #333;
}

#main .hrgContents a.box:hover {
background: #29AE32;
text-decoration: none;
color: #fff;
}

#main .hrgContents img {
height: auto;
width: 30%;
max-width: 150px;
display:block;
float: left;
margin-right: 10px;
}

/* ------------------------------------------------ */

#main h2.title {
position:relative;
display: block;
padding: 5px 20px;
margin-bottom: 10px;
font-weight: bold;
font-size: 16px;
border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
text-shadow: 
  -1px -1px 0px #fff,
   1px -1px 0px #fff,
   1px  1px 0px #fff,
  -1px  1px 0px #fff;
  letter-spacing: 1px;
  color: #333;
font-weight: bold;
background: linear-gradient(#7CFF75, #fff, #7CFF75);
}

@media print, screen and (min-width: 736px) {
#main .hrgContents {
font-size: 14px;
line-height: 1.5;
}
#main .hrgContents .wrap {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}

#main .hrgContents a.box {
width: 50%;
padding: 5px 10px;
}


#main .hrgContents a.box:nth-child(odd) {
border-right: 1px dotted #A83A00;
}

#main .hrgContents img {
height: 100px;
width: 100px;
}
}
/* -----------google admanager----------------------- */
#main .ad_area_main{
    text-align: center;
    display: flex;
    justify-content: center;
margin-bottom: 10px;
}
/* ------------------------------------------------ */