body {
  margin: 0;
}

ul {
  margin-bottom: 30px;
  margin-top: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#company h2 {
  font-size: 25px;
  background-color: #fff;
  color: #0d355d;
  padding: 10px 20px;
  font-weight: bold;
  margin-bottom: 30px;
  border: solid 5px #0d355d;
  position: relative;
}

#company h2:after {
  display: none;
}

#privacy .privacy {
  background-color: #fff;
  padding: 10px;
}

#privacy .privacy h3 {
  padding-left: 15px;
  border-left: solid 5px #fb5528;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.6);
  color: #303235;
  margin: 30px 0 10px 0;
  padding: 0 0 0 8px;
  font-size: 20px;
}

#privacy h2 {
  border: solid 5px #ddd;
  color: #777;
}

#privacy h2:after {
  display: none;
}





.entry-footer {
  display: none;
}

.entry-header {
  display: none;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


@media screen and (min-width: 769px) {

#slider {
  margin-top: 52px;
}

.pc-none {
  display: none;
}

.top-bar{
  border-top: solid 2px #fff;
  border-bottom: solid 1px #fff;
  background-color: #fff;
  height: 52px;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  box-shadow: 0 12px 10px -6px rgba(0, 0, 0, 0.39);
  position: fixed;
  z-index: 999;
}

.top-bar-right {
  display: block;
  float: right;
}



#uscpa-bar-right{
  background: #ffffff;
}

.site-title{
  float: left;
  padding: 10px 10px 5px 15px;
  height: 52px;
}

.site-title img{
   max-height: 100%;
   width: 130px;
}

ul.menu ul.dropdown {
   background-color: rgba(10, 48, 83, 0.83); /* サブメニュー全体の背景色 */
   border-width: 1px 1px 0px 1px; /* サブメニュー全体の枠線の太さ */
   border-style: solid; /* サブメニュー全体の枠線の線種 */
   border-color: rgba(10, 48, 83, 0.83); /* サブメニュー全体の枠線の色 */
   margin: 0px;
   padding: 0px;
   display: none;
   position: absolute;
}

ul.menu ul.dropdown li {
   width: 210px; /* サブメニュー1項目の横幅 */
   height: 35px; /* サブメニュー1項目の高さ */
}

ul.menu span {
   border-left: solid 1px #cccccc;
   padding-left: 20px;
   color: #000;
}

ul.menu .right {
   border-right: solid 1px #cccccc;
   padding-right: 20px;
   margin-right: 130px;
}

ul.menu ul.dropdown li a {
   line-height: 35px; /* サブメニュー1項目の行の高さ(「サブメニュー1項目の高さ」と合わせる) */
   text-align: left;  /* サブメニュー1項目の項目名の配置(左寄せ) */
   text-indent: 5px;  /* サブメニュー1項目の項目名前方の余白 */
   padding: 0;
}

ul.menu ul.dropdown li a:hover {
   background-color: rgba(251, 85, 40, 0.75); /* サブメニュー項目にマウスが載ったときの背景色 */
   color: #fff; /* サブメニュー項目にマウスが載ったときの文字色 */
}

/* 本メニュー */

ul.menu li{
   float: left;
   position: relative;
}

ul.menu li a {
  display: block;
  color: #fff;
  padding: 14px 10px;
  font-size: 16px;
}

#request a {
  width: 180px;
  height: 50px;
  padding: 0px;
  margin-right: 2px;
}

#request:hover {
  cursor:pointer;
  filter: alpha(opacity=60);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";  /* ie 8 */
  -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;              /* Safari 1.x */
  opacity:0.6;
  zoom:1;
}

#toggle span{
  background: #0c63a9;
}

.hero {
  width: 100%;
  text-align: center;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.72);
  position: absolute;
  z-index: 100;
  top: 100px;
  padding-top: 100px;
}

.hero h1 {
  font-size: 26px;
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: rgb(7, 46, 77);
  font-weight: bold;
  margin-bottom: 16px;
}

.hero img {
  width: 500px;
}

.hero a {
  padding: 15px 60px;
  background-color: #007e62;
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
  display: inline-block;
}

.hero a:hover {
  padding: 15px 60px;
  background-color: #fff;
  color: #007e62;
  font-size: 20px;
  margin-top: 30px;
  display: inline-block;
}


.consultation {
  width: 550px;
  display: block;
  padding: 10px 20px;
  background-color: #007e62;;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 12px auto;
  height: 65px;
  text-align: center;
}

.consultation h3 {
  font-size: 15px;
  color: #fff;
  margin-top: 0px;
  font-weight: bold;
}

.consultation span {
  color: #000;
  padding: 3px 10px;
  background-color: #fff;
  font-size: 13px;
}

.job-section{
  background-color: #fff;
  overflow: hidden;
}

.job-section h2{
  width: 100%;
  margin-top: 0px;
  background-color: #007e62;
  font-size: 23px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.job-section-item {
  width: 25%;
  border: solid 1px #333;
  height: 280px;
  padding: 30px 20px;
  float: left;
  text-align: center;
}

.job-section-item:hover {
  cursor:pointer;
  filter: alpha(opacity=60);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";  /* ie 8 */
  -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;              /* Safari 1.x */
  opacity:0.6;
  zoom:1;
}


.job-section-item h3 {
  color: #007e62;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 10px;
}

.job-section-item p {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: bold;
}

.job-section-item a {
  border: solid 2px #007e62;
  color: #007e62;
  padding: 10px 30px 10px 20px;
  display: inline-block;
}

.job-section-item a:hover {
  background-color:#007e62;
  color: #fff;
}

.job-section-search {
  border: solid 1px #333;
  height: 280px;
  padding: 30px 20px;
  float: left;
  text-align: center;
  width: 50%;
  background-color: #f5f5f5;
}

.job-section-search:after {
  content:" ";
  display:block;
  clear:both;
}


.job-section-search h3 {
  font-weight: bold;
  color: #555;
  font-size: 27px;
  margin-bottom: 30px;
}

.job-section-search h3 i {
  color: #007e62;
  font-size: 25px;
  margin-right: 10px;
  display: inline;
}

.job-section-search i {
  color: #9d9d9d;
  font-size: 60px;
  display: block;
  margin-bottom: 10px;
}

.job-section-search img {
  color: #f00;
  font-size: 60px;
  display: inline-block;
  width: 320px;
}

.job-section-search img:hover {
  cursor:pointer;
  filter: alpha(opacity=60);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";  /* ie 8 */
  -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;              /* Safari 1.x */
  opacity:0.6;
  zoom:1;
}

#content-section {
  padding-top: 30px;
  padding-bottom: 50px;
}

.content-title {
  width: 100%;
  background-color: #007e62;
  font-size: 23px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.uscpa-section-space {
  background-color: #f5f5f5;
  padding: 5px 30px;
}

.uscpa-section-item {
  background-color: #fff;
}

.uscpa-section-top {
  padding: 15px 15px 5px 15px;
}

.uscpa-section-bottom {
  text-align: center;
  padding: 10px 30px;
}

.uscpa-section-bottom h3 {
    color: #ff6600;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.uscpa-section-bottom p {
    color: #333;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 18px;
}

.uscpa-section-link {
  background-color: #007e62;
  padding: 10px 15px;
}

.uscpa-section-link:hover {
  cursor:pointer;
  filter: alpha(opacity=60);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";  /* ie 8 */
  -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;              /* Safari 1.x */
  opacity:0.6;
  zoom:1;
}


.uscpa-section-link p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.uscpa-section-link img {
    float: right;
    width: 30px;
}

.uscpa-section-link a {
    color: #ffffff;
}

.uscpa-section-title {
  color: #007e62;
  margin-top: 0px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  font-size: 23px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.uscpa-consulting-section {
  margin: 0;
  background-color: #0a3053;
}

.uscpa-consulting-left {
    float: left;
    width: 53%;
    height: 400px;
    background-image: url(../images/uscpa-consulting.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.uscpa-consulting-right {
  background-color: #007e62;
  float: right;
  width: 47%;
  height: 400px;
  text-align: center;
}

.uscpa-consulting-right h3 {
  font-size: 25px;
  letter-spacing: 5px;
  margin-top: 100px;
  color: rgb(255, 255, 255);
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.uscpa-consulting-right p {
  margin: 22px 0 35px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.uscpa-consulting-link {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  margin: auto;
  text-align: center;
  padding: 10px 16px;
  max-width: 200px;
  margin-top: 20px;
  border: solid 1px;
}

.uscpa-consulting-link:hover {
  background-color: #fff;
  color: #007e62;
  margin: auto;
  text-align: center;
  padding: 10px 16px;
  max-width: 200px;
  margin-top: 20px;
  border: solid 1px;
}

#uscpa-success-section {
    clear: right;
}

.uscpa-session-section {
  margin: 0;
  background-color: #0a3053;
}

.uscpa-session-left {
    float: left;
    width: 53%;
    height: 400px;
    background-image: url(../images/top-session.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
}

.uscpa-session-left:after {
    content:" ";
    display:block;
    clear:both;
}

.uscpa-session-left ul {
  font-size: 0px;
}

.uscpa-session-left ul li {
  font-size: 13px;
  width: 50%;
  height: 50%;
  padding: 30px;
  float: left;
}

.uscpa-session-left ul li a {
  display: block;
  width: 100%;
  color: #fff;
  margin: auto;
  text-align: center;
  padding: 10px 16px;
  max-width: 250px;
  margin-top: 10px;
  border: solid 1px #fff;
  margin-bottom: 20px;
  background-color: rgba(0, 126, 98, 0.59);
  box-shadow: 0 0 0 5px rgba(0, 126, 98, 0.59);
  font-size: 16px;
}

.uscpa-session-left ul li a span {
  display: block;
  font-size: 13px;
  line-height: 20px;
}

.uscpa-session-right {
  background-color: #007e62;
  float: right;
  width: 47%;
  height: 400px;
  text-align: center;
}

.uscpa-session-right h3 {
  font-size: 25px;
  letter-spacing: 5px;
  margin-top: 100px;
  color: rgb(255, 255, 255);
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.uscpa-session-right p {
  margin: 22px 0 35px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.uscpa-session-link {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  margin: auto;
  text-align: center;
  padding: 10px 16px;
  max-width: 200px;
  margin-top: 20px;
  border: solid 1px;
}

.uscpa-session-link:hover {
  background-color: #fff;
  color: #007e62;
  margin: auto;
  text-align: center;
  padding: 10px 16px;
  max-width: 200px;
  margin-top: 20px;
  border: solid 1px;
}

#uscpa-session-section {
    clear: right;
}

.uscpa-success-section {
    margin: 0;
    background-color: #0a3053;
}

.uscpa-success-right {
    float: right;
    width: 53%;
    height: 400px;
    background-image: url(../images/uscpa-success.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
}

.uscpa-succes-read {
    width: 100%;
    padding: 30px 30px;
    background-color: rgba(0, 126, 98, 0.59);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.uscpa-success-right ul {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0px;
}

.uscpa-success-left {
    float: left;
    width: 47%;
    height: 400px;
    background-color: #007e62;
    text-align: center;
}

.uscpa-success-left h3 {
    font-size: 25px;
    letter-spacing: 5px;
    margin-top: 100px;
    color: rgb(255, 255, 255);
    font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.uscpa-success-left p {
    margin: 22px 0 35px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

.uscpa-success-right {
    float: right;
    width: 53%;
    height: 400px;
    background-image: url(../images/uscpa-success.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
}

.uscpa-success-right ul {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0px;
}

.uscpa-footer {
  background-color: #303236;
  padding-top: 10px;
  padding-bottom: 10px;
}

.uscpa-success-right ul {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0px;
}

.uscpa-success-right li {
  color: #fff;
  margin-bottom: 6px;
}

.uscpa-success-right li i {
    margin-right: 5px;
}

.ft-section {
    border-bottom: 2px solid #3b3c40;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.ft-links-social {

}

.ft-links {
  width: 156px!important;
}

.ft-links h2 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}

.ft-links ul {
  font-size: 12px;
}

.ft-links ul li {
  margin-bottom: 25px;
}

.ft-links ul li a {
  font-size: 12px;
  color: #62656a;
}

.copyright-text {
  color: #fff;
}

.content-page {
  margin-top: 52px;
}

.content-breadcrumb {
  background-color: #e5e5e5;
}

.content-breadcrumb ul {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.content-breadcrumb ul li {
  display: inline-block;
  font-size: 10px;
  line-height: 1.2;
  padding: 10px 0 8px;
  list-style-type: none;
}

.content-breadcrumb ul .list {

}

.content-breadcrumb ul .list:before {
  padding: 0 5px;
  color: #a0a4ae;
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"
}

.content-page-title {
  background-color: #036;
}

#topics .content-page-title {
  background-color: #0b5242;
}

.content-page-title-inr {
  background-color: #036;
  height: 150px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#topics .content-page-title-inr {
  background-color: #0b5242;
}

.content-page-title h1 {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  color: #fff;
  font-size: 40px;
  letter-spacing: 5px;
}

#topics .content-page-title h3 {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  color: #fff;
  font-size: 40px;
  letter-spacing: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.content-inr {
  width: 980px;
  margin: 30px auto;
}

.right-content {
  width: 740px;
  float: right;
  padding-bottom: 60px;
}

.right-content-item {
  padding: 10px 30px 50px 30px;
  background-color: #f5f5f5;
  overflow: hidden;
}

#uscpa .right-content-item h2 {
}

#uscpa .right-content-item h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

#uscpa .right-content-item .job-entry-button {
  padding-left: 50px;
  padding-right: 50px;
}

#flow .right-content-item h2 img {
  width: 35px;
  margin-right: 10px;
  margin-top: -6px;
}

#flow .right-content-item h3 {
  padding-left: 15px;
  border-left: solid 5px #fb5528;
  border-bottom: 1px solid #E2E6ED;
  color: #303235;
  background-color: #FFFFFF;
  margin: 10px 0;
  padding: 5px 0 5px 8px;
  font-size: 20px;
}

#consultant .right-content-item .consulutant-pic {
  position: relative;
  overflow: hidden;
}

#consultant .right-content-item .consulutant-pic .consultant-box {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 10px;
  width: 40%;
}

#consultant .right-content-item .consulutant-pic .consultant-box .name {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

#consultant .right-content-item .consulutant-pic .consultant-box .name-en {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 30px;
}

#consultant .right-content-item .consulutant-pic .consultant-box p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

#consultant .right-content-item h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

#consultant .right-content-item h2 {
  font-size: 25px;
  background-color: #fff;
  color: #0d355d;
  padding: 10px 20px;
  font-weight: bold;
  margin-bottom: 30px;
  border: solid 5px #0d355d;
  margin-top: 50px;
  position: relative;
}

#consultant .right-content-item h2:after {
  display:none;
}

.right-content-item .link-box {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: right;
}

.right-content-item .content-button {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  padding: 10px 20px;
  background-color: #ff7841;
  margin-bottom: 20px;
  display: inline-block;
}

.right-content-item .content-button:hover {
  background-color: #fb5528;
  color: #fff;
}



#cases .right-content-item h2 {
  background-color: #fff;
  color: #a94442;
  border: solid 5px #a94442;
}

#cases .right-content-item h2:after {
  border-top-color: #a94442;
}

#cases .right-content-item h3 {
  margin-bottom: 20px;
}

#cases .right-content-item h3 {
  margin-bottom: 20px;
}

#cases .right-content-item .case-tag {
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
  border: solid 2px #123F84;
  background-color: #ffffff;
  color: #123F84;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding: 5px 10px;
  margin-bottom: 30px;
}

#cases .job-offer-list span {
  background-color: #0E3165;
}

#cases .right-content-item h4 {
  padding-left: 15px;
  border-left: solid 5px #fb5528;
  border-bottom: 1px solid #E2E6ED;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 2px 0 2px 8px;
  font-size: 20px;
  color: #303236;
  line-height: 40px;
  margin-top: 30px;
}

#cases .right-content-item .point {
  color: #FFFFFF;
  padding: 0 20px;
  background-color: #fb5528;
  border: solid 3px #E2E6ED;
  border-radius: 10px;
  display: inline-block;
  font-size: 13px;
}


#cases .right-content-item P {
  font-weight: normal;
}

#success .right-content-item h3 {
  padding-left: 15px;
  border-left: solid 5px #fb5528;
  border-bottom: 1px solid #E2E6ED;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 2px 0 2px 8px;
  font-size: 20px;
  color: #303236;
  line-height: 40px;
  margin-top: 30px;
}

#success .right-content-item h3 span {
  color: #fb5528;
  font-weight: bold;
}

#success .right-content-item .success-box {
  background-color: #fff;
  padding: 20px 10px 10px 10px;
}

#success .right-content-item .success-box ul {
  margin-bottom: 0px;
}

#success .right-content-item .success-box ul a {
  display: block;
  margin-bottom: 10px;
}

#success .right-content-item .success-box ul a i {
  color: #fb5528;
  margin-right: 5px;
}

#guide .right-content-item ul {
  margin-bottom: 0px;
}

#guide .right-content-item ul a {
  display: block;
  margin-bottom: 10px;
}

#guide .right-content-item ul a i {
  color: #fb5528;
  margin-right: 5px;
}

#guide .right-content-item h4 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

#qa .right-content-item .question {
  margin-bottom: 8px;
  color: #13bd7b;
  box-sizing: border-box;
  margin: 0 0 14px;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}

#qa .right-content-item .question span {
  font-size: 1.4em;
  margin-right: 5px;
}

#qa .right-content-item .answer {
  margin-bottom: 40px;
  color: #424242;
  box-sizing: border-box;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: normal;
}

#qa .right-content-item .answer span {
  font-size: 1.4em;
  margin-right: 5px;
  font-weight: bold;
}



.content-side-bar {
  width: 200px;
  float: left;
  padding-bottom: 40px;
  text-align: center;
}

.side-bar-search {
  margin-bottom: 10px;
}

.side-bar-search h3 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #007e62;
  margin-top: 0px;
  margin-bottom: 0px;
}

.side-bar-search ul li {

}

.side-bar-search ul li a {
  text-decoration: none;
  color: #000;
  padding: 7px;
  width: 100%;
  background: #f6f5f5;
  display: inline-block;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.side-bar-search ul li a:hover {
  cursor:pointer;
  filter: alpha(opacity=60);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";  /* ie 8 */
  -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;              /* Safari 1.x */
  opacity:0.6;
  zoom:1;
}

.side-bar-entry {
  border: solid 5px #f6f5f5;
  padding: 10px 5px;
  margin-bottom: 10px;
}

.side-bar-entry h3 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #007e62;
  font-weight: bold;
  margin-top: 0px;
}

.side-bar-entry i {
  font-size: 50px;
  color: #de0c49;
  margin-bottom: 10px;
}

.side-bar-entry a {
  background-color: #DE0C49;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
}

.side-bar-job-search {
  border: solid 5px #f6f5f5;
  padding: 10px 5px;
  margin-bottom: 10px;
}

.side-bar-job-search h3 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #007e62;
  font-weight: bold;
  margin-top: 0px;
}

.side-bar-job-search i {
  font-size: 50px;
  color: #ff7841;
  margin-bottom: 10px;
}

.side-bar-job-search a {
  background-color: #ff7841;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
}

.entry-button {
  display: block;
  width: 145px;
  height: 145px;
  position: fixed;
  top: 85px;
  right: 25px;
  z-index: 100;
}

.entry-button img {
  width: 145px;
}

.right-content-item h2 {
  font-size: 25px;
  background-color: #fff;
  color: #007e62;
  padding: 10px 20px;
  font-weight: bold;
  margin-bottom: 30px;
  border: solid 5px rgb(0, 126, 98);
  margin-top: 50px;
  position: relative;
}

.right-content-item h2 {
  font-size: 25px;
  background-color: #fff;
  color: #007e62;
  padding: 10px 20px;
  font-weight: bold;
  margin-bottom: 30px;
  border: solid 5px rgb(0, 126, 98);
  margin-top: 50px;
  position: relative;
}

.right-content-item h2:after {
border:10px solid transparent;
border-top-color: #007e62;
border-bottom-width:0;
bottom:-14px;
content:"";
display:block;
left:30px;
position:absolute;
width:0;
}

.right-content-item p {
  color: #555;
  font-size: 15px;
  line-height: 30px;
}

.pick-up {
  color: #FB5528;
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
  font-weight: bold;
  margin-top: 30px;
}

.pick-up-list {
  color: #337ab7;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

#job .content-page-title {
    background-color: #000;
}

#job .content-page-title-inr {
  background-color: #000;
}

#job .content-page-title h1 {
    position: absolute;
    top: 55%;
    margin-top: -20px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 3px;
}
#job .content-page-title p {
  position: absolute;
  bottom: 5%;
  font-size: 14px;
  color: #fff;
}

#job .content-page-title i {
  display: inline-block;
  margin-right: 10px;
  margin-left: 12px;
}

#job .right-content-item h3 {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  font-size: 20px;
}

#job .right-content-item h4 {
margin-top: 30px;
margin-bottom: 20px;
color: #555;
}

.job-offer-list {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;
}

.job-offer-list__term {
    margin-bottom: 10px;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0;
}

.job-offer-list {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
}

.job-offer-list span {
    background-color: #007e62;
    padding: 0 10px;
    font-size: 14px;
    width: 120px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
}

.job-entry-button {
    background: linear-gradient(to bottom, #ba0404, #4A0605);
    background-color: #dd0606;
    border: 1px solid #4b0704;
    cursor: pointer;
    font-size: 20px;
    padding: 20px;
    border-radius: 5px;
    margin-top: 40px;
    color: #fff;
    display: inline-block;

}

.entry-box {
  text-align: center;
}

#job-offer .content-inr {
  background: url(../images/job-offer.jpg);
  width: 1000px;
  padding: 20px;
  overflow: hidden;
}

#masonry {
width:960px;
margin-left: auto;
margin-right: auto;
}

.grid {
width:450px;
margin:10px;
padding:0px;
float:left;
color:#fff;
display:inline;
}

#job-offer .job-offer {
  background-color: #fff;
  padding: 20px;
}

#job-offer .job-offer:hover {
  cursor:pointer;
  filter: alpha(opacity=60);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";  /* ie 8 */
  -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;              /* Safari 1.x */
  opacity:0.6;
  zoom:1;
}


#job-offer .job-offer h3 {
  text-align: center;
  font-size: 20px;
  color: #000;
}

#job-offer .job-offer .job-offer-list span {
  font-size: 12px;
  width: 90px;
}

#job-offer .job-offer .job-offer-list dd {
  font-size: 12px;
  color: #555;
}

.entry_form .control-label {
    text-align: left;
    padding-top: 0;
    font-size: 14px;
    font-weight: bold;
    padding-right: 0;
}

.must {
    display: block;
    background-color: #ff6633;
    padding: 3px 5px;
    font-size: 10px;
    color: #FFF;
    float: right;
    margin: 5px 0 0 2px;
    border-radius: 4px;
    line-height: 12px;
}

.terms {
    height: 160px;
    overflow: auto;
    padding: 5px;
    border: #abadb3 1px solid;
    margin: 0;
    background-color: #fff;
}

.tp-btn-orange {
  color: #fff;
}

.js-service-pulldown-selector {
  border-radius: 0px;
  width: 100%;
  padding: 20px 0px 20px 20px;
  color: #fff;
  font-size: 1em;
  text-shadow: 1px 1px 2px #000;
  background-color: #0D355D;
  font-size: 14px;
  display: block;
  -webkit-appearance: none;
  outline: none;
}

.mod-pulldown-selector:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    border-width: 8px 5px;
    border-style: solid;
    border-color: #fff transparent transparent;
}

.mod-pulldown-selector {
    position: relative;
    width:1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

}

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

#slider {
    margin-top: 52px;
}


.sm-none {
  display: none;
}

.top-bar{
  border-top: solid 2px #fff;
  border-bottom: solid 1px #fff;
  background-color: #fff;
  height: 52px;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  box-shadow: 0 12px 10px -6px rgba(0, 0, 0, 0.39);
  position: fixed;
  z-index: 999;
}

.top-bar-right {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -500px;
      background: rgba(91, 192, 222, 0.89);
      width: 100%;
      text-align: center;
      padding: 10px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
}


.top-navi-bar {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed;
    z-index: 5;
    height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    background-color: rgba(91, 192, 222, 0.89);
}

#nav-toggle {
    display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
 .open .top-bar-right {
/* #global-nav top + #mobile-head height */
  -moz-transform: translateY(500px);
  -webkit-transform: translateY(500px);
  transform: translateY(500px);
  }


.top-bar-right {
  display: block;
  float: right;
}

#uscpa-bar-right{
  background: #ffffff;
}

.site-title{
  float: left;
  padding: 10px 10px 5px 15px;
  height: 52px;
}

.site-title img{
   max-height: 100%;
   width: 130px;
}

/* サブメニュー */

ul.menu ul.dropdown {
  background-color: rgb(51, 122, 183); /* サブメニュー全体の背景色 */
  border-width: 1px 1px 0px 1px; /* サブメニュー全体の枠線の太さ */
  border-style: solid; /* サブメニュー全体の枠線の線種 */
  border-color: rgb(51, 122, 183); /* サブメニュー全体の枠線の色 */
  margin: 0px;
  padding: 0px;
  display: none;
  position: absolute;
  width: 100%;
}

ul.menu ul.dropdown li {
  width: 100%; /* サブメニュー1項目の横幅 */
  height: 35px; /* サブメニュー1項目の高さ */
}

ul.menu span {
   color: #000;
}

ul.menu ul.dropdown li a {
  line-height: 35px; /* サブメニュー1項目の行の高さ(「サブメニュー1項目の高さ」と合わせる) */
  text-align: center;  /* サブメニュー1項目の項目名の配置(中央寄せ) */
  text-indent: 5px;  /* サブメニュー1項目の項目名前方の余白 */
  padding: 0;
}

ul.menu ul.dropdown li a:hover {
  background-color: rgba(251, 85, 40, 0.75); /* サブメニュー項目にマウスが載ったときの背景色 */
  color: #fff; /* サブメニュー項目にマウスが載ったときの文字色 */
}

/* 本メニュー */

ul.menu {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  font-size: 14px;
}

ul.menu li{
  float: none;
  position: static;
}

ul.menu li a {
  display: block;
  color: #fff;
  padding: 10px 0;
}

#request a {
  width: 180px;
  height: 50px;
  padding: 0px;
  margin-right: 2px;
}

#request:hover {
  cursor:pointer;
  filter: alpha(opacity=60);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";  /* ie 8 */
  -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;              /* Safari 1.x */
  opacity:0.6;
  zoom:1;
}


#toggle span{
  background: #007e62;
}

.hero {
  width: 100%;
  text-align: center;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.72);
  position: absolute;
  z-index: 100;
  top: 100px;
  padding-top: 30px;
}

.hero h1 {
  font-size: 26px;
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: rgb(7, 46, 77);
  font-weight: bold;
  margin-bottom: 16px;
}

.hero img {
  width: 250px;
}

.hero a {
  padding: 15px 60px;
  background-color: #007e62;
  color: #fff;
  font-size: 20px;
  margin-top: 5px;
  display: inline-block;
}

.hero a:hover {
  padding: 15px 60px;
  background-color: #fff;
  color: #007e62;
  font-size: 20px;
  display: inline-block;
}


.consultation {
  width: 100%;
  display: block;
  padding: 10px 5px;
  background-color: #007e62;;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 12px auto;
  height: 85px;
  text-align: center;
}

.consultation:hover {
  cursor:pointer;
  filter: alpha(opacity=60);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";  /* ie 8 */
  -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;              /* Safari 1.x */
  opacity:0.6;
  zoom:1;
}

.consultation h3 {
  font-size: 14px;
  color: #fff;
  margin-top: 0px;
  font-weight: bold;
  line-height: 18px;
}

.consultation span {
  color: #000;
  padding: 3px 10px;
  background-color: #fff;
  font-size: 13px;
}

.job-section{
  background-color: #fff;
  padding-top: 0px;
  overflow: hidden;
}

.job-section h2{
  width: 100%;
  background-color: #007e62;
  font-size: 23px;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.job-section-item {
  width: 100%;
  border: solid 1px #333;
  height: 280px;
  padding: 30px 20px;
  float: left;
  text-align: center;
}

.job-section-item:hover {
  cursor:pointer;
  filter: alpha(opacity=60);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";  /* ie 8 */
  -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;              /* Safari 1.x */
  opacity:0.6;
  zoom:1;
}


.job-section-item h3 {
  color: #007e62;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 10px;
}

.job-section-item p {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: bold;
}

.job-section-item a {
  border: solid 2px #007e62;
  color: #007e62;
  padding: 10px 30px 10px 20px;
  display: inline-block;
}

.job-section-item a:hover {
  background-color:#007e62;
  color: #fff;
}

.job-section-search {
  border: solid 1px #333;
  padding: 30px 20px;
  float: left;
  text-align: center;
  width: 100%;
  background-color: #f5f5f5;
}

.job-section-search:after {
  content:" ";
  display:block;
  clear:both;
}


.job-section-search h3 {
  font-weight: bold;
  color: #555;
  font-size: 27px;
  margin-bottom: 30px;
}

.job-section-search h3 i {
  color: #007e62;
  font-size: 25px;
  margin-right: 10px;
  display: inline;
}

.job-section-search i {
  color: #9d9d9d;
  font-size: 60px;
  display: block;
  margin-bottom: 10px;
}

.job-section-search img {
  color: #f00;
  font-size: 60px;
  display: inline-block;
  width: 320px;
}

.job-section-search img:hover {
  cursor:pointer;
  filter: alpha(opacity=60);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";  /* ie 8 */
  -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;              /* Safari 1.x */
  opacity:0.6;
  zoom:1;
}

#content-section {
  padding-top: 30px;
  padding-bottom: 50px;
}

.content-title {
  width: 100%;
  background-color: #007e62;
  font-size: 23px;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.uscpa-section-space {
  background-color: #f5f5f5;
  padding: 5px 0px;
}

.uscpa-section-item {
  background-color: #fff;
}

.uscpa-section-top {
  padding: 15px 15px 5px 15px;
}

.uscpa-section-bottom {
  text-align: center;
  padding: 10px 30px;
}

.uscpa-section-bottom h3 {
    color: #ff6600;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.uscpa-section-bottom p {
    color: #333;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 18px;
}

.uscpa-section-link {
  background-color: #007e62;
  padding: 10px 15px;
}

.uscpa-section-link p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.uscpa-section-link img {
    float: right;
    width: 30px;
}

.uscpa-section-link a {
    color: #ffffff;
}

.uscpa-section-title {
  color: #007e62;
  margin-top: 0px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  font-size: 23px;
  text-align: center;
  margin-bottom: 0px;
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding: 20px 10px;
}

.uscpa-consulting-section {
  margin: 0;
  background-color: #0a3053;
}

.uscpa-consulting-left {
    float: left;
    width: 100%;
    height: 350px;
    background-image: url(../images/uscpa-consulting.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.uscpa-consulting-right {
  background-color: #007e62;
  float: right;
  width: 100%;
  text-align: center;
  padding: 40px 20px;
}

.uscpa-consulting-right h3 {
  font-size: 25px;
  letter-spacing: 5px;
  color: rgb(255, 255, 255);
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.uscpa-consulting-right p {
  margin: 22px 0 35px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.uscpa-consulting-link {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  margin: auto;
  text-align: center;
  padding: 10px 16px;
  max-width: 200px;
  margin-top: 20px;
  border: solid 1px;
}

.uscpa-consulting-link:hover {
  background-color: #fff;
  color: #007e62;
  margin: auto;
  text-align: center;
  padding: 10px 16px;
  max-width: 200px;
  margin-top: 20px;
  border: solid 1px;
}

#uscpa-success-section {
    clear: right;
}

.uscpa-session-section {
  margin: 0;
  background-color: #0a3053;
}

.uscpa-session-left {
    width: 100%;
    background-image: url(../images/top-session.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
}

.uscpa-session-left:after {
    content:" ";
    display:block;
    clear:both;
}

.uscpa-session-left ul {
  font-size: 0px;
  margin-bottom: 0px;
}

.uscpa-session-left ul li {
  font-size: 13px;
  margin-bottom: 20px;
}

.uscpa-session-left ul li:last-child {
  margin-bottom: 0px;
}

.uscpa-session-left ul li a {
  display: block;
  width: 100%;
  color: #fff;
  margin: auto;
  text-align: center;
  padding: 10px 16px;
  border: solid 1px #fff;
  background-color: rgba(0, 126, 98, 0.59);
  box-shadow: 0 0 0 5px rgba(0, 126, 98, 0.59);
}

.uscpa-session-left ul li a span {
  display: block;
}

.uscpa-session-right {
  background-color: #007e62;
  float: right;
  width: 100%;
  text-align: center;
  padding: 40px 20px;
}

.uscpa-session-right h3 {
  font-size: 25px;
  letter-spacing: 5px;
  color: rgb(255, 255, 255);
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.uscpa-session-right p {
  margin: 22px 0 35px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.uscpa-session-link {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  margin: auto;
  text-align: center;
  padding: 10px 16px;
  max-width: 200px;
  margin-top: 20px;
  border: solid 1px;
}

.uscpa-session-link:hover {
  background-color: #fff;
  color: #007e62;
  margin: auto;
  text-align: center;
  padding: 10px 16px;
  max-width: 200px;
  margin-top: 20px;
  border: solid 1px;
}

#uscpa-session-section {
    clear: right;
}

.uscpa-success-section {
    margin: 0;
    background-color: #0a3053;
}

.uscpa-success-right {
    float: right;
    width: 53%;
    background-image: url(../images/uscpa-success.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
}

.uscpa-succes-read {
    width: 100%;
    padding: 30px 30px;
    background-color: rgba(0, 126, 98, 0.59);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.uscpa-success-right ul {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0px;
}

.uscpa-success-left {
    float: left;
    width: 100%;
    background-color: #007e62;
    text-align: center;
    padding: 40px 20px;
}

.uscpa-success-left h3 {
    font-size: 25px;
    letter-spacing: 5px;
    color: rgb(255, 255, 255);
    font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.uscpa-success-left p {
    margin: 22px 0 35px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

.uscpa-success-right {
    float: right;
    width: 100%;
    background-image: url(../images/uscpa-success.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
}

.uscpa-success-right ul {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0px;
}

.uscpa-footer {
  background-color: #303236;
  padding-top: 10px;
  padding-bottom: 10px;
}

.uscpa-success-right ul {
    text-align: left;
    font-size: 10px;
    margin-bottom: 0px;
}

.uscpa-success-right li {
  color: #fff;
  margin-bottom: 6px;
}

.uscpa-success-right li i {
    margin-right: 5px;
}

.ft-section {
    border-bottom: 2px solid #3b3c40;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.ft-links-social {

}

.ft-links {

}

.ft-links h2 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}

.ft-links ul {
  font-size: 12px;
}

.ft-links ul li {
  margin-bottom: 25px;
}

.ft-links ul li a {
  font-size: 12px;
  color: #62656a;
}

.copyright-text {
  color: #fff;
}

.content-page {
  margin-top: 52px;
}

.content-breadcrumb {
  background-color: #e5e5e5;
}

.content-breadcrumb ul {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px 0;
}

.content-breadcrumb ul li {
  display: inline-block;
  font-size: 10px;
  line-height: 1.2;
  list-style-type: none;
}

.content-breadcrumb ul .list {

}

.content-breadcrumb ul .list:before {
  padding: 0 5px;
  color: #a0a4ae;
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"
}

.content-page-title {
  background-color: #036;
}

#topics .content-page-title {
  background-color: #0b5242;
}

.content-page-title-inr {
  background-color: #036;
  height: 150px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#topics .content-page-title-inr {
  background-color: #0b5242;
}

.content-page-title h1 {
  color: #fff;
  font-size: 35px;
  letter-spacing: 2px;
}

#topics .content-page-title h3 {
  color: #fff;
  font-size: 35px;
  letter-spacing: 2px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.content-inr {
  width: 95%;
  margin: 30px auto;
}

.right-content {
  width: 100%;
  float: right;
  padding-bottom: 60px;
}

.right-content-item {
  padding: 10px 10px 50px 10px;
  background-color: #f5f5f5;
}

#uscpa .right-content-item h2 {
}

#uscpa .right-content-item h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

#uscpa .right-content-item .job-entry-button {
  padding-left: 50px;
  padding-right: 50px;
}

#flow .right-content-item h2 img {
  width: 35px;
  margin-right: 10px;
  margin-top: -6px;
}

#flow .right-content-item h3 {
  padding-left: 15px;
  border-left: solid 5px #fb5528;
  border-bottom: 1px solid #E2E6ED;
  color: #303235;
  background-color: #FFFFFF;
  margin: 10px 0;
  padding: 5px 0 5px 8px;
  font-size: 20px;
}

#consultant .right-content-item .consulutant-pic {

}

#consultant .right-content-item .consulutant-pic .consultant-box {
  background-color: #0d355d;
  padding: 10px;
}

#consultant .right-content-item .consulutant-pic .consultant-box .name {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

#consultant .right-content-item .consulutant-pic .consultant-box .name-en {
  display: block;
  font-size: 12px;
  color: #fff;
  margin-bottom: 15px;
}

#consultant .right-content-item .consulutant-pic .consultant-box p {
  color: #fff;
  font-size: 10px;
  line-height: 18px;
}

#consultant .right-content-item h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

#consultant .right-content-item h2 {
  font-size: 25px;
  background-color: #fff;
  color: #0d355d;
  padding: 10px 20px;
  font-weight: bold;
  margin-bottom: 30px;
  border: solid 5px #0d355d;
  margin-top: 50px;
  position: relative;
}

#consultant .right-content-item h2:after {
  display:none;
}


.right-content-item .link-box {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: right;
}

.right-content-item .content-button {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  padding: 10px 20px;
  background-color: #ff7841;
  margin-bottom: 20px;
  display: inline-block;
}

.right-content-item .content-button:hover {
  background-color: #fb5528;
  color: #fff;
}

#cases .right-content-item h2 {
  background-color: #fff;
  color: #a94442;
  border: solid 5px #a94442;
}

#cases .right-content-item h2:after {
  border-top-color: #a94442;
}

#cases .right-content-item h3 {
  margin-bottom: 20px;
}

#cases .right-content-item h3 {
  margin-bottom: 20px;
}

#cases .right-content-item .case-tag {
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
  border: solid 2px #123F84;
  background-color: #ffffff;
  color: #123F84;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding: 5px 10px;
  margin-bottom: 30px;
}

#cases .job-offer-list span {
  background-color: #0E3165;
}

#cases .right-content-item h4 {
  padding-left: 15px;
  border-left: solid 5px #fb5528;
  border-bottom: 1px solid #E2E6ED;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 2px 0 2px 8px;
  font-size: 20px;
  color: #303236;
  line-height: 40px;
  margin-top: 30px;
}

#cases .right-content-item .point {
  color: #FFFFFF;
  padding: 0 20px;
  background-color: #fb5528;
  border: solid 3px #E2E6ED;
  border-radius: 10px;
  display: inline-block;
  font-size: 13px;
}


#cases .right-content-item P {
  font-weight: normal;
}

#success .right-content-item h3 {
  padding-left: 15px;
  border-left: solid 5px #fb5528;
  border-bottom: 1px solid #E2E6ED;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 2px 0 2px 8px;
  font-size: 20px;
  color: #303236;
  line-height: 40px;
  margin-top: 30px;
}

#success .right-content-item h3 span {
  color: #fb5528;
  font-weight: bold;
}

#success .right-content-item .success-box {
  background-color: #fff;
  padding: 20px 10px 10px 10px;
}

#success .right-content-item .success-box ul {
  margin-bottom: 0px;
}

#success .right-content-item .success-box ul a {
  display: block;
  margin-bottom: 10px;
}

#success .right-content-item .success-box ul a i {
  color: #fb5528;
  margin-right: 5px;
}

#guide .right-content-item ul {
  margin-bottom: 0px;
}

#guide .right-content-item ul a {
  display: block;
  margin-bottom: 10px;
}

#guide .right-content-item ul a i {
  color: #fb5528;
  margin-right: 5px;
}

#guide .right-content-item h4 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

#qa .right-content-item .question {
  margin-bottom: 8px;
  color: #13bd7b;
  box-sizing: border-box;
  margin: 0 0 14px;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}

#qa .right-content-item .question span {
  font-size: 1.4em;
  margin-right: 5px;
}

#qa .right-content-item .answer {
  margin-bottom: 40px;
  color: #424242;
  box-sizing: border-box;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: normal;
}

#qa .right-content-item .answer span {
  font-size: 1.4em;
  margin-right: 5px;
  font-weight: bold;
}

.content-side-bar {
  width: 100%;
  float: left;
  padding-bottom: 40px;
  text-align: center;
}

.side-bar-search {
  margin-bottom: 10px;
}

.side-bar-search h3 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #007e62;
  margin-top: 0px;
  margin-bottom: 0px;
}

.side-bar-search ul li {

}

.side-bar-search ul li a {
  text-decoration: none;
  color: #000;
  padding: 7px;
  width: 100%;
  background: #f6f5f5;
  display: inline-block;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.side-bar-search ul li a:hover {
  cursor:pointer;
  filter: alpha(opacity=60);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";  /* ie 8 */
  -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;              /* Safari 1.x */
  opacity:0.6;
  zoom:1;
}

.side-bar-entry {
  border: solid 5px #f6f5f5;
  padding: 40px 5px;
  margin-bottom: 10px;
}

.side-bar-entry h3 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #007e62;
  font-weight: bold;
  margin-top: 0px;
}

.side-bar-entry i {
  font-size: 50px;
  color: #de0c49;
  margin-bottom: 10px;
}

.side-bar-entry a {
  background-color: #DE0C49;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
}

.side-bar-job-search {
  border: solid 5px #f6f5f5;
  padding: 40px 5px;
  margin-bottom: 10px;
}

.side-bar-job-search h3 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #007e62;
  font-weight: bold;
  margin-top: 0px;
}

.side-bar-job-search i {
  font-size: 50px;
  color: #ff7841;
  margin-bottom: 10px;
}

.side-bar-job-search a {
  background-color: #ff7841;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
}

.entry-button {
  display: block;
  width: 145px;
  height: 145px;
  position: fixed;
  top: 85px;
  right: 25px;
  z-index: 100;
}

.entry-button img {
  width: 145px;
}

.right-content-item h2 {
  font-size: 25px;
  background-color: #fff;
  color: #007e62;
  padding: 10px 20px;
  font-weight: bold;
  margin-bottom: 30px;
  border: solid 5px rgb(0, 126, 98);
  margin-top: 50px;
  position: relative;
}

.right-content-item h2:after {
border:10px solid transparent;
border-top-color: #007e62;
border-bottom-width:0;
bottom:-14px;
content:"";
display:block;
left:30px;
position:absolute;
width:0;
}

.right-content-item p {
  color: #555;
  font-size: 15px;
  line-height: 30px;
}

.pick-up {
  color: #FB5528;
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
  font-weight: bold;
  margin-top: 30px;
}

.pick-up-list {
  color: #337ab7;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

#job .content-page-title {
    background-color: #000;
}

#job .content-page-title-inr {
  background-color: #000;
  height: 150px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
}

#job .content-page-title h1 {
    margin-top: 55px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
}
#job .content-page-title p {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}

#job .content-page-title i {
  display: inline-block;
  margin-right: 10px;
}

#job .right-content-item h3 {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  font-size: 20px;
}

#job .right-content-item h4 {
margin-top: 30px;
margin-bottom: 20px;
color: #555;
}

.job-offer-list {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;
}

.job-offer-list__term {
    margin-bottom: 10px;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0;
}

.job-offer-list {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
}

.job-offer-list span {
    background-color: #007e62;
    padding: 0 10px;
    font-size: 14px;
    width: 120px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
}

.job-entry-button {
    background: linear-gradient(to bottom, #ba0404, #4A0605);
    background-color: #dd0606;
    border: 1px solid #4b0704;
    cursor: pointer;
    font-size: 20px;
    padding: 20px;
    border-radius: 5px;
    margin-top: 40px;
    color: #fff;
    display: inline-block;

}

.entry-box {
  text-align: center;
}

#job-offer .content-inr {
  background: url(../images/job-offer.jpg);
  width: 95%;
  padding: 25px 10px;
  overflow: hidden;
}

#masonry {
width:100%;
margin-left: auto;
margin-right: auto;
}

.grid {
width:100%;
padding-bottom:20px;
float:left;
color:#fff;
display:inline;
}

#job-offer .job-offer {
  background-color: #fff;
  padding: 20px;
}

#job-offer .job-offer:hover {
  cursor:pointer;
  filter: alpha(opacity=60);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";  /* ie 8 */
  -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;              /* Safari 1.x */
  opacity:0.6;
  zoom:1;
}


#job-offer .job-offer h3 {
  text-align: center;
  font-size: 20px;
  color: #000;
}

#job-offer .job-offer .job-offer-list span {
  font-size: 12px;
  width: 90px;
}

#job-offer .job-offer .job-offer-list dd {
  font-size: 12px;
  color: #555;
}

.entry_form .control-label {
    text-align: left;
    padding-top: 0;
    font-size: 14px;
    font-weight: bold;
    padding-right: 0;
}

.must {
    display: block;
    background-color: #ff6633;
    padding: 3px 5px;
    font-size: 10px;
    color: #FFF;
    float: right;
    margin: 0 0 0 10px;
    border-radius: 4px;
    line-height: 12px;
}

.terms {
    height: 160px;
    overflow: auto;
    padding: 5px;
    border: #abadb3 1px solid;
    margin: 0;
    background-color: #fff;
}

.tp-btn-orange {
  color: #fff;
}

.js-service-pulldown-selector {
  border-radius: 0px;
  width: 100%;
  padding: 20px 0px 20px 20px;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  background-color: #0D355D;
  font-size: 16px;
  display: block;
  -webkit-appearance: none;
  outline: none;
}

.mod-pulldown-selector:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    border-width: 8px 5px;
    border-style: solid;
    border-color: #fff transparent transparent;
}

.mod-pulldown-selector {
    position: relative;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}




}




.util-hide {
  display: none;
}

/* topics */

@media screen and (min-width: 769px) {

#topics .right-content-item{
  padding-bottom: 10px;
}

#topics h1 {
  font-size: 24px;
  text-shadow: 0 1px 0 #C8C8C8;
  margin: 10px 0;
  padding: 20px 10px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: #fff;
}

#topics .right-content-item p {
  line-height: 23px;
  font-weight: normal;
  font-size: 13px;
  color: #000;
}

.topics-meta {
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
  position: relative;
}

.topics-meta .social-fb {
  top: 14px;
  left: 0px;
  position: absolute;
}

.topics-meta .social-tw {
  top: 14px;
  left: 140px;
  position: absolute;
}

.topics-meta .articles-date {
  top: 15px;
  right: 0px;
  position: absolute;
}

#topics .right-content-item h2 {
  color: #000;
  border: none;
  border-bottom: solid 3px #000;
  background-color: #f5f5f5;
  margin-top: 30px;
  padding: 10px 0px;
  font-size: 23px;
}

#topics .right-content-item h2:after {
  display: none;
}

.topics-search-box {
  width: 100%;
  border: 1px solid #DDD;
  padding: 15px 10px 10px 10px;
  margin-bottom: 20px;
  text-align: left;
}

.topics-search-box h3 {
  font-size: 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  margin-top: 10px;
}

.topics-search-box span {
  font-size: 12px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

.topics-search-box h4 {
  font-size: 20px;
}

.topics-search-box ul {
  list-style: none outside none;
  margin-bottom: 10px;
}

.topics-search-box ul li {
  display: inline;
  line-height: 130%;
  font-size: 12px;
  white-space: nowrap;
}

.latest-tpics {
  text-align: left;
}


.latest-tpics h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.topics-item {
  margin-top: 20px;
  height: 220px;
  margin-bottom: 20px;
}

.side-pic {
  position: relative;
}

.topics-number {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #1757b8;
  letter-spacing: 0.15em;
  font-size: 13px;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  z-index: 4;
  text-align: center;
}

.topics-number span {
  font-size: 14px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
}

.latest-tpics h5 {
  margin-top: 5px;
  margin-bottom: 3px;
}

.latest-tpics .item-left span {
  font-size: 10px;
}

.latest-tpics .item-left ul {
  margin-bottom: 30px;
  line-height: 12px;
}

.latest-tpics .item-left ul li {
  font-size: 10px;
  margin-right: 5px;
  display: inline;
}

.latest-tpics .item-left .fa-calendar {
  margin-right: 10px;
}

.pick-up-topics {
  border-bottom: 3px dotted #ddd;
  margin-bottom: 20px;
  margin-top: 40px;
}

.pick-up-topics h3 {
  margin-bottom: 5px;
  border-left: 5px solid #007e62;
  padding-left: 8px;
  padding-bottom: 3px;
  font-weight: bold;
  color: #000;
  font-size: 22px;
}

.topics-item-bottom ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

.topics-item-bottom ul .pick-tags {
  list-style: none;
  font-size: 12px;
  background: #0b5242;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 2px;
  margin-right: 5px;
  line-height: 14px;
  overflow: hidden;
  display: inline-block;
}

.topics-tags {
  margin-top: 20px;
  margin-bottom: 0px;
}

.topics-tags li {
  background: #007e62;
  color: #fff;
  font-size: 14px;
  padding: 2px 5px;
  margin-right: 5px;
  line-height: 18px;
  overflow: hidden;
  display: inline-block;
}

#topics strong {
 color: #1757b8;
}

#topics .contact-box {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin: 30px 0;
}

#topics .contact-box h4 {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 2.0;
}

#topics .contact-box p {
  margin-bottom: 12px;
  font-size: 15px;
}

#topics .contact-box a {
  background-color: #df6e00;
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  border-style: solid;
  display: block;
  padding: 12px;
  text-align: center;
  color: #fff;
  line-height: 2.0;
}

#cases .contact-box a:hover {
  opacity: 0.7;
}

}

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

#topics .right-content-item{
  padding-bottom: 10px;
}

#topics h1 {
  font-size: 24px;
  text-shadow: 0 1px 0 #C8C8C8;
  margin: 10px 0;
  padding: 20px 10px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: #fff;
}

#topics .right-content-item p {
  line-height: 23px;
  font-weight: normal;
  font-size: 13px;
  color: #000;
}

.topics-meta {
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
  position: relative;
}

.topics-meta .social-fb {
  top: 14px;
  left: 0px;
  position: absolute;
}

.topics-meta .social-tw {
  top: 14px;
  left: 140px;
  position: absolute;
}

.topics-meta .articles-date {
  top: 15px;
  right: 0px;
  position: absolute;
}

#topics .right-content-item h2 {
  color: #000;
  border: none;
  border-bottom: solid 3px #000;
  background-color: #f5f5f5;
  margin-top: 30px;
  padding: 10px 0px;
  font-size: 23px;
}

#topics .right-content-item h2:after {
  display: none;
}

.topics-search-box {
  width: 100%;
  border: 1px solid #DDD;
  padding: 15px 10px 10px 10px;
  margin-bottom: 20px;
  text-align: left;
}

.topics-search-box h3 {
  font-size: 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  margin-top: 10px;
}

.topics-search-box span {
  font-size: 12px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

.topics-search-box h4 {
  font-size: 20px;
}

.topics-search-box ul {
  list-style: none outside none;
  margin-bottom: 10px;
}

.topics-search-box ul li {
  display: inline;
  line-height: 130%;
  font-size: 12px;
  white-space: nowrap;
}

.latest-tpics {
  text-align: left;
}


.latest-tpics h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.topics-item {
  margin-top: 20px;
}

.side-pic {
  position: relative;
}

.topics-number {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #1757b8;
  letter-spacing: 0.15em;
  font-size: 13px;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  z-index: 4;
  text-align: center;
}

.topics-number span {
  font-size: 14px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
}

.latest-tpics h5 {
  margin-top: 5px;
  margin-bottom: 3px;
}

.latest-tpics .item-left span {
  font-size: 10px;
}

.latest-tpics .item-left ul {
  margin-bottom: 0px;
  line-height: 12px;
}

.latest-tpics .item-left ul li {
  font-size: 10px;
  margin-right: 5px;
  display: inline;
}

.latest-tpics .item-left .fa-calendar {
  margin-right: 10px;
}

.pick-up-topics {
  border-bottom: 3px dotted #ddd;
  margin-bottom: 20px;
  margin-top: 40px;
}

.pick-up-topics h3 {
  margin-bottom: 5px;
  border-left: 5px solid #007e62;
  padding-left: 8px;
  padding-bottom: 3px;
  font-weight: bold;
  color: #000;
  font-size: 22px;
}

.topics-item-bottom ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

.topics-item-bottom ul .pick-tags {
  list-style: none;
  font-size: 12px;
  background: #0b5242;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 2px;
  margin-right: 5px;
  line-height: 14px;
  overflow: hidden;
  display: inline-block;
}

.topics-tags {
  margin-top: 20px;
  margin-bottom: 0px;
}

.topics-tags li {
  background: #007e62;
  color: #fff;
  font-size: 14px;
  padding: 2px 5px;
  margin-right: 5px;
  line-height: 18px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
}

#topics strong {
 color: #1757b8;
}

#topics .contact-box {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin: 30px 0;
}

#topics .contact-box h4 {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 2.0;
}

#topics .contact-box p {
  margin-bottom: 12px;
  font-size: 15px;
}

#topics .contact-box a {
  background-color: #df6e00;
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  border-style: solid;
  display: block;
  padding: 12px;
  text-align: center;
  color: #fff;
  line-height: 2.0;
}


}

@media screen and (min-width: 769px) {

.uscpa-topics-section {
  padding-top: 10px;
  padding-bottom: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

#uscpa-topics-section h4 {
  margin-top: 0px;
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

#uscpa-topics-section p {
  font-size: 10px;
  color: #000;
}

#uscpa-topics-section .terms {
  height: 470px;
  margin-top: 20px;
  padding: 15px;
}

#uscpa-topics-section .terms ul {
  margin-bottom: 0px;
}

#uscpa-topics-section .terms li {
  font-size: 12px;
  margin-bottom: 10px;
  color: #000;
}

#uscpa-topics-section .terms li:hover {
  color: #337ab7;
}

#uscpa-topics-section .terms li i {
  margin-right: 5px;
  color: #ff6701;
}

#uscpa-topics-section .terms span {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

#topics .pick-up-news {
  overflow: hidden;
}

.uscpa-topics-link {
  display: block;
  width: 100%;
  color: #007e62;
  margin: auto;
  text-align: center;
  padding: 10px 16px;
  max-width: 200px;
  margin-top: 10px;
  border: solid 1px #007e62;
  background-color: #fff;
  margin-bottom: 20px;
}

.uscpa-topics-link:hover {
  background-color: #007e62;
  color: #fff;
}

}


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

.uscpa-topics-section {
  padding-top: 10px;
  padding-bottom: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

#uscpa-topics-section h4 {
  margin-top: 0px;
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

#uscpa-topics-section p {
  font-size: 10px;
  color: #000;
}

#uscpa-topics-section .terms {
  height: 210px;
  margin-top: 20px;
  padding: 15px;
}

#uscpa-topics-section .terms ul {
  margin-bottom: 0px;
}

#uscpa-topics-section .terms li {
  font-size: 12px;
  margin-bottom: 10px;
  color: #000;
}

#uscpa-topics-section .terms li:hover {
  color: #337ab7;
}

#uscpa-topics-section .terms li i {
  margin-right: 5px;
  color: #ff6701;
}

#uscpa-topics-section .terms span {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

#topics .pick-up-news {
  overflow: hidden;
}

.uscpa-topics-link {
  display: block;
  width: 100%;
  color: #007e62;
  margin: auto;
  text-align: center;
  padding: 10px 16px;
  max-width: 200px;
  margin-top: 10px;
  border: solid 1px #007e62;
  background-color: #fff;
  margin-bottom: 20px;
}

.uscpa-topics-link:hover {
  background-color: #007e62;
  color: #fff;
}

}

@media screen and (min-width: 769px) {

.uscpa-job-description {
  padding: 20px 20px;
  background-color: rgba(245, 245, 245, 0.45);
  margin-bottom: 20px;
  margin-top: 30px;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border: double;
  border-color: #007e62;
}

.uscpa-job-description p {
  margin: 0;
  color: 0;
  font-size: 12px;
  line-height: 16px
}


#request_step .item .head {
  font-size: 16px;
  position: relative;
  font-family: Arial, Roboto, "“Droid Sans”", “游ゴシック”, YuGothic, "“ヒラギノ角ゴ ProN W3”", "“Hiragino Kaku Gothic ProN”", “メイリオ”, Meiryo, sans-serif;
  border-top: 1px solid rgb(238, 239, 239);
  padding: 25px 15px;
}

#request_step .r_image {
  width: 40px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

#request_step .item .head p {
  font-weight: bold;
  margin-left: 55px;
  font-size: 20px;
  margin-bottom: 0;
}

#request_step .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  background: transparent;
  border-right: 1px solid #2da7e0;
  border-bottom: 1px solid #2da7e0;
  transform: rotate(45deg);
}

#request_step .item .foot {
  border-top: 1px solid #eeefef;
  padding: 25px 15px;
  display: none;
}

#request_step .item .foot:last-child {
  border-bottom: 1px solid #eeefef;
}

#request_step .item .foot p {
  margin-left: 40px;
  margin-bottom: 10px;
  line-height: auto;
}

#request_step .head_active .arrow {
    transform: rotate(225deg) !important;
    top: 10px !important;
}

#cases .contact-box {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin: 30px 0;
}

#cases .contact-box h4 {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 2.0;
}

#cases .contact-box p {
  margin-bottom: 12px;
  font-size: 15px;
}

#cases .contact-box a {
  background-color: #df6e00;
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  border-style: solid;
  display: inline-block;
  padding: 12px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

#cases .contact-box .entry-btn {
  background-color: #df6e00;
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  border-style: solid;
  display: inline-block;
  padding: 12px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

#cases .contact-box a:hover {
  opacity: 0.7;
}

}

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

.uscpa-job-description {
  padding: 20px 20px;
  background-color: rgba(245, 245, 245, 0.45);
  margin-bottom: 20px;
  margin-top: 30px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  border: double;
  border-color: #007e62;
}

.uscpa-job-description p {
  margin: 0;
  color: 0;
  font-size: 13px;
  line-height: 20px
}

#request_step .item .head {
  font-size: 16px;
  position: relative;
  font-family: Arial, Roboto, "“Droid Sans”", “游ゴシック”, YuGothic, "“ヒラギノ角ゴ ProN W3”", "“Hiragino Kaku Gothic ProN”", “メイリオ”, Meiryo, sans-serif;
  border-top: 1px solid rgb(238, 239, 239);
  padding: 25px 15px;
}

#request_step .r_image {
  width: 40px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

#request_step .item .head p {
  font-weight: bold;
  margin-left: 55px;
  font-size: 20px;
  margin-bottom: 0;
}

#request_step .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  background: transparent;
  border-right: 1px solid #2da7e0;
  border-bottom: 1px solid #2da7e0;
  transform: rotate(45deg);
}

#request_step .item .foot {
  border-top: 1px solid #eeefef;
  padding: 25px 15px;
  display: none;
}

#request_step .item .foot:last-child {
  border-bottom: 1px solid #eeefef;
}

#request_step .item .foot p {
  margin-left: 40px;
  margin-bottom: 10px;
  line-height: auto;
}

#request_step .head_active .arrow {
    transform: rotate(225deg) !important;
    top: 10px !important;
}

#cases .contact-box {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin: 30px 0;
}

#cases .contact-box h4 {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 2.0;
}

#cases .contact-box p {
  margin-bottom: 12px;
  font-size: 15px;
}

#cases .contact-box a {
  background-color: #df6e00;
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  border-style: solid;
  display: block;
  padding: 12px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

#cases .contact-box .entry-btn {
  background-color: #df6e00;
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  border-style: solid;
  display: block;
  padding: 12px;
  text-align: center;
  color: #fff;
  line-height: 2;
}


}

#request-page .white-box {
  background-color: #fff;
  padding: 10px;
}

#request-page .right-content-item p {
  font-size: 14px;
  line-height: 1.42857143;
}

#request-page .right-content-item p strong {
  font-size: 15px;
  line-height: 2;
}

@media screen and (min-width: 768px) {

.consultant-add {
  margin: 20px 0;
  width: 100%;
}

.consultant-add:after {
  content:" ";
  display:block;
  clear:both;
}

.consultant-add .left {
  width: 200px;
  background-color: #fff;
  text-align: center;
  padding: 10px;
  color: #000;
  float: left;
  height: 190px;
}

.consultant-add.yunoki .left, .consultant-add.mizuno .left {
  background-color: #0e355d;
  color: #fff;
  padding-top: 25px;

}


.consultant-add.tsukahara {
 margin-top: 40px;
}

.consultant-add.yunoki {
 margin-bottom: 40px;
}

.consultant-add.mizuno {
  margin-top: 40px;
}


.consultant-add .left img {
  margin-bottom: 3px;
}

.consultant-add .left span{
  display: block;
}

.consultant-add .left span.name{
  font-weight: bold;
}

.consultant-add .left p{
  font-size: 10px;
  margin-bottom: 0px;
  line-height: 20px;
}

.consultant-add.yunoki .left p, .consultant-add.mizuno .left p{
  color: #fff;
}

.consultant-add .right {
  width: 480px;
  background-color: #0e355d;
  color: #fff;
  float: left;
  height: 190px;
  padding: 10px 10px 10px 40px;
  position: relative;
  z-index: 1;
}

.consultant-add.yunoki .right, .consultant-add.mizuno .right {
  background-color: #fff;
}

.consultant-add.yunoki .right:before, .consultant-add.mizuno .right:before {
  border-left: solid 40px #0e355d;
}


.consultant-add .right:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
border: none;
border-left: solid 40px white;
border-top: solid 190px transparent;
z-index:-2
}

.consultant-add .right p {
  color: #fff;
  font-size: 12px;
  line-height: 2.4;
  margin-bottom: 0px;
}

.consultant-add.mizuno .right p {
    color: #000;
    line-height: 1.9;
}

.consultant-add.yunoki .right p {
    color: #000;
}


}

@media screen and (max-width: 768px) {
  .consultant-add {
    margin: 20px 0;
    width: 100%;
  }

  .consultant-add.tsukahara {
   margin-top: 40px;
  }

  .consultant-add.yunoki {
   margin-bottom: 40px;
  }

  .consultant-add.mizuno {
    margin-top: 40px;
  }


  .consultant-add:after {
    content:" ";
    display:block;
    clear:both;
  }

  .consultant-add .left {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    color: #000;
  }

  .consultant-add.yunoki .left, .consultant-add.mizuno .left {
    background-color: #0e355d;
    color: #fff;
  }

  .consultant-add .left img {
    margin-bottom: 3px;
    max-width: 200px;
  }

  .consultant-add .left span{
    display: block;
  }

  .consultant-add .left span.name{
    font-weight: bold;
  }

  .consultant-add .left p{
    font-size: 10px;
    margin-bottom: 0px;
    line-height: 20px;
  }

  .consultant-add.yunoki .left p, .consultant-add.mizuno .left p{
    color: #fff;
  }

  .consultant-add .right {
    width: 100%;
    background-color: #0e355d;
    color: #fff;
    padding: 10px;
    position: relative;
    z-index: 1;
  }

  .consultant-add.yunoki .right, .consultant-add.mizuno .right {
    background-color: #fff;
  }

  .consultant-add .right p {
    color: #fff;
    font-size: 12px;
    line-height: 2.4;
    margin-bottom: 0px;
  }

  .consultant-add.mizuno .right p {
      color: #000;
  }

  .consultant-add.yunoki .right p {
      color: #000;
  }

}


/* セミナー */

@media screen and (min-width: 768px) {

#session.seminar .right-content-item h2 {
  font-size: 25px;
  background-color: #fff;
  color: #fb6d05;
  padding: 10px 20px;
  font-weight: bold;
  margin-bottom: 30px;
  border: solid 5px #fb6d05;
  margin-top: 50px;
  position: relative;
  line-height: 1.2;
  text-align: center;
}

#session.seminar .right-content-item h2:after {
  border: 10px solid transparent;
  border-top-color: #fb6d05;
  border-bottom-width: 0;
  bottom: -14px;
  content: "";
  display: block;
  left: 30px;
  position: absolute;
  width: 0;
}

#session.seminar .right-content-item h3 {
  color: #fb9b05;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.5;
}

#session.seminar .job-offer-list span {
  background-color: #fb6d05;
  padding: 0 10px;
  font-size: 14px;
  width: 120px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
}

#session.seminar table {
  background-color: #fff;
}

#session.seminar table th {
  background-color: #fff;
  width: 120px;
}

.campaign-section {
  background-color: #f5f5f5;
  padding: 20px 0px;
  text-align: center;
}

.campaign-section img {
  width: 700px;
}

.campaign-section img:hover {
  opacity: 0.7;
}

.topics-campaign {
  padding: 20px 0px;
  text-align: center;
}

.topics-campaign img {
  width: 100%;
}

.topics-campaign img:hover {
  opacity: 0.7;
}

}

@media screen and (max-width: 768px) {
  #session.seminar .right-content-item h2 {
    font-size: 17px;
    background-color: #fff;
    color: #fb6d05;
    padding: 10px 2px;
    font-weight: bold;
    margin-bottom: 30px;
    border: solid 5px #fb6d05;
    margin-top: 50px;
    position: relative;
    line-height: 1.2;
    text-align: center;
  }

  #session.seminar .right-content-item h2:after {
    border: 10px solid transparent;
    border-top-color: #fb6d05;
    border-bottom-width: 0;
    bottom: -14px;
    content: "";
    display: block;
    left: 30px;
    position: absolute;
    width: 0;
  }

  #session.seminar .right-content-item h3 {
    color: #fb9b05;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 17px;
  }

  #session.seminar .job-offer-list span {
    background-color: #fb6d05;
    padding: 0 10px;
    font-size: 14px;
    width: 120px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
  }

  #session.seminar table {
    background-color: #fff;
  }

  #session.seminar table th {
    background-color: #fff;
    width: 80px;
  }

  .campaign-section {
    background-color: #f5f5f5;
    padding: 20px 10px;
  }

  .campaign-section img {
    width: 100%;
  }

  .campaign-section img:hover {
    opacity: 0.7;
  }

  .topics-campaign {
    padding: 20px 0px;
  }

  .topics-campaign img {
    width: 100%;
  }

  .topics-campaign img:hover {
    opacity: 0.7;
  }

}

.side-bar-campaign img:hover {
  opacity: 0.7;
}

.side-bar-campaign {
  display: none;
}

/* .campaign-section {
  display: none;
} */

.topics-campaign {

}

/* セミナー第二弾 */

@media screen and (min-width: 769px) {

#session.seminar-2nd .right-content {
  width: 100%;
}

#session.seminar-2nd .content-inr {
  width: 1100px;
  margin: 30px auto;
}

#session.seminar-2nd .right-content-item {
  padding: 10px 80px 50px 80px;
  background-color: #f5f5f5;
  overflow: hidden;
}

#session.seminar-2nd dl .job-offer-list__desc {
  font-size: 16px;
  line-height: 30px;
}

#session.seminar-2nd .content-page-title h1 {
  position: absolute;
  top: 100px;
  margin-top: -20px;
  color: #fff;
  font-size: 35px;
  letter-spacing: 5px;
  font-weight: bold;
  line-height: 1.5;
  border-left: solid 10px #000000ab;
  padding-left: 20px;
  text-shadow: -1px -2px 3px #000000c9;
}

#session.seminar-2nd.e-learning .content-page-title h1 {
  top: 145px;
}

#session.seminar-2nd .right-content-item h2 {
    font-size: 25px;
    background-color: #fff;
    color: #fb6d05;
    padding: 10px 20px;
    font-weight: bold;
    margin-bottom: 30px;
    border: solid 5px #fb6d05;
    margin-top: 50px;
    position: relative;
    line-height: 1.2;
    text-align: center;
}

#session.seminar-2nd .seminar-description {
  margin: 50px auto;
  width: 800px;
  font-weight: bold;
  color: #000;
  font-size: 16px;
  line-height: 2;
}

#session.seminar-2nd .point-box {
  background-color: #fff;
  padding: 10px 40px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: solid 1px #fc6c06;
}

#session.seminar-2nd .point-box h3 {
  font-weight: bold;
}

#session.seminar-2nd .point-box p {
  color: #000;
}

#session.seminar-2nd .point-box strong {
  font-size: 18px;
  line-height: 2;
}

#session.seminar-2nd .job-offer-list span {
    background-color: #fb6d05;
    padding: 5px 10px;
    font-size: 14px;
    width: 120px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
}

#session.seminar-2nd .right-content-item h2:after {
    border: 10px solid transparent;
    border-top-color: #fb6d05;
    border-bottom-width: 0;
    bottom: -14px;
    content: "";
    display: block;
    left: 30px;
    position: absolute;
    width: 0;
}

#session.seminar-2nd .right-content-item h3.sub-title {
    color: #fb9b05;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.5;
}

#session.seminar-2nd table {
    background-color: #fff;
    margin-bottom: 50px;
}

#session.seminar-2nd table th {
  background-color: #fff;
  width: 150px;
  font-size: 16px;
}

#session.seminar-2nd table td {
    background-color: #fff;
    font-size: 16px;
}

#session.seminar-2nd .reservation {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #ec982c;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  color: #FFF;
  margin-top: 30px;
  margin-bottom: 8px;
  line-height: 2;
}

#session.seminar-2nd .content-page-title {
  background-color: #0000;
  background-image: url(../images/seminar-02.png);
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center;
}

#session.seminar-2nd .content-page-title:before {
  content: '';
  position: absolute;
  /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  filter: blur(5px);
}

#session.seminar-2nd .content-page-title-inr {
  background-color: #0000;
  height: 300px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pwc-seminar-form .right-content {
  float: right;
  padding-bottom: 60px;
  width: 100%;
}

}

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

  #session.seminar-2nd .right-content {
    width: 100%;
  }

  #session.seminar-2nd .content-inr {
    width: 100%;
  }

  #session.seminar-2nd .right-content-item {
    background-color: #f5f5f5;
    overflow: hidden;
  }

  #session.seminar-2nd dl .job-offer-list__desc {
    font-size: 16px;
    line-height: 30px;
  }

  #session.seminar-2nd .content-page-title h1 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: bold;
    line-height: 1.5;
    border-left: solid 10px #000000ab;
    padding-left: 20px;
    text-shadow: -1px -2px 3px #000000c9;
    text-align: left;
  }

  #session.seminar-2nd .right-content-item h2 {
        font-size: 20px;
        background-color: #fff;
        color: #fb6d05;
        padding: 10px 10px;
        font-weight: bold;
        margin-bottom: 30px;
        border: solid 5px #fb6d05;
        margin-top: 50px;
        position: relative;
        line-height: 1.2;
        text-align: center;
  }

  #session.seminar-2nd .seminar-description {
    font-weight: bold;
    color: #000;
    font-size: 14px;
    line-height: 2;
    margin: 30px 0;
  }

  #session.seminar-2nd .point-box {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    border: solid 1px #fc6c06;
  }

  #session.seminar-2nd .point-box h3 {
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.5;
    font-size: 18px;
  }

  #session.seminar-2nd .point-box p {
    color: #000;
  }

  #session.seminar-2nd .point-box strong {
    font-size: 16px;
    line-height: 2;
  }

  #session.seminar-2nd .job-offer-list span {
      background-color: #fb6d05;
      padding: 5px 10px;
      font-size: 14px;
      width: 120px;
      display: inline-block;
      text-align: center;
      color: #ffffff;
      border-radius: 5px;
  }

  #session.seminar-2nd .right-content-item h2:after {
      border: 10px solid transparent;
      border-top-color: #fb6d05;
      border-bottom-width: 0;
      bottom: -14px;
      content: "";
      display: block;
      left: 30px;
      position: absolute;
      width: 0;
  }

  #session.seminar-2nd .right-content-item h3.sub-title {
      color: #fb9b05;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px;
      font-weight: bold;
      line-height: 1.5;
  }

  #session.seminar-2nd table {
      background-color: #fff;
      margin-bottom: 50px;
  }

  #session.seminar-2nd table th {
    background-color: #fff;
    width: 80px;
  }

  #session.seminar-2nd table td {
      background-color: #fff;
  }

  #session.seminar-2nd .reservation {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #ec982c;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    color: #FFF;
    margin-top: 30px;
    margin-bottom: 8px;
    line-height: 2;
  }

  #session.seminar-2nd .content-page-title {
    background-color: #0000;
    background-image: url(../images/seminar-02.png);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
  }

  #session.seminar-2nd .content-page-title:before {
    content: '';
    position: absolute;
    /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background: inherit;
    filter: blur(5px);
  }

  #session.seminar-2nd .content-page-title-inr {
    background-color: #0000;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 30px 10px;
  }


}

@media screen and (min-width: 768px) {
.seminar-fixed {
  bottom: 0px;
  position: fixed;
  width: 100%;
  z-index: 1500;
  padding: 15px 0;
  background: rgba(42, 39, 33, 0.85);
}

.seminar-fixed__wrap {
  display: block;
  position: relative;
}

.seminar-fixed .close_btn {
  position: absolute;
  top: 0px;
  right: 10px;
  background: none;
  border: none;
}

.seminar-fixed .close_btn:focus{
  outline: 0;
}

.seminar-fixed .close_btn img {
  width: 25px;
  height: 25px;
}

.seminar-fixed .seminar_banner {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 400px;
}
.seminar-fixed {
  display: none;
}
.seminar-fixed-block {
  display: block;
}

.seminar-fixed.close {
  display: none;
}

#session.seminar-2nd.e-learning #e-learning-content ul li {
  border-top: 2px solid #132F5A;
  padding: 20px 0;
}

#session.seminar-2nd.e-learning #e-learning-content ul li:last-child {
  border-bottom: 2px solid #132F5A;
}

#session.seminar-2nd.e-learning #e-learning-content .link-box span.new-price {
  font-family: メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  border-bottom: solid 1px #000;
  position: relative;
}

#session.seminar-2nd.e-learning #e-learning-content .link-box span.old-price {
  position: absolute;
  font-size: 12px;
  text-decoration: line-through;
  opacity: .6;
  display: inline-block;
  top: -17px;
}

#session.seminar-2nd.e-learning #e-learning-content .link-box span span {
  font-family: メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
  font-size: 14px;
  font-weight: bold;
}


}



@media screen and (max-width: 768px) {
.seminar-fixed {
  bottom: 0px;
  position: fixed;
  width: 100%;
  z-index: 1500;
  padding: 15px;
  background: rgba(42, 39, 33, 0.85);
}

.seminar-fixed__wrap {
  display: block;
  position: relative;
}

.seminar-fixed .close_btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: none;
  border: none;
}

.seminar-fixed .close_btn:focus{
  outline: 0;
}

.seminar-fixed .close_btn img {
  width: 20px;
  height: 20px;
}

.seminar-fixed .seminar_banner {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 70%;
}
.seminar-fixed {
  display: none;
}
.seminar-fixed-block {
  display: block;
}

.seminar-fixed.close {
  display: none;
}

#session.seminar-2nd.e-learning #e-learning-content ul li {
  border-top: 2px solid #132F5A;
  padding: 20px 0;
}

#session.seminar-2nd.e-learning #e-learning-content ul li:last-child {
  border-bottom: 2px solid #132F5A;
}

#session.seminar-2nd.e-learning #e-learning-content .link-box span.new-price {
  font-family: メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  border-bottom: solid 1px #000;
  position: relative;
}

#session.seminar-2nd.e-learning #e-learning-content .link-box span.old-price {
  position: absolute;
  font-size: 12px;
  text-decoration: line-through;
  opacity: .6;
  display: inline-block;
  top: -17px;
}

#session.seminar-2nd.e-learning #e-learning-content .link-box span span {
  font-family: メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
  font-size: 14px;
  font-weight: bold;
}

}

.form-note {
  font-size: 11px;
  color: #fe6533;
}

#blog-introduction {

}

#blog-introduction .blog-wrappar {
  padding: 30px 0 50px;
}

#blog-introduction .blog-wrappar:after {
  content: "";
  display: block;
  clear: both;
}

#blog-introduction .blog-wrappar .blog-left {
  width: 65%;
  float: left;
}

#blog-introduction .blog-wrappar p {
  font-size: 14px;
  margin-bottom: 30px;
}

#blog-introduction .blog-wrappar .blog-left img {
  width: 100%;
}

#blog-introduction .blog-wrappar .blog-content img {
  width: 100%;
}

#blog-introduction .blog-wrappar .blog-left img:hover {
  opacity: 0.7;
}

#blog-introduction .blog-wrappar .blog-content img:hover {
  opacity: 0.7;
}

#blog-introduction .blog-wrappar .blog-right {
  width: 35%;
  float: right;
  padding-left: 15px;
}

#topics #blog-title {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

  #blog-introduction .blog-wrappar .blog-left {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }

  #blog-introduction .blog-wrappar .blog-right {
    width: 80%;
    float: none;
    margin: auto;
    padding-left: 0px;
  }
}

/* SC相模原 */
.sponsor-section {
  background-color: #ffffff;
  padding: 20px 0px;
  text-align: center;
}
.sponsor-section .sc-banner a {
  display: block;
  width: 680px;
  margin: 0 auto 50px;
  padding: 10px 20px;
  border: 1px solid #EEE;
  text-decoration: none;
  color: #000;
}
.sponsor-section .sc-banner a:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sponsor-section .sc-banner img {
  float: left;
  margin-right: 20px;
  width: 400px;
}
.sponsor-section .sc-banner strong {
  display: block;
  margin-top: 18px;
  line-height: 1.8;
  text-align: left;
  font-size: 15px;
}


@media screen and (max-width: 768px) {
.sponsor-section .sc-banner a {
  width: 80%;
  margin-bottom: 20px;
  text-align: center;
}
.sponsor-section .sc-banner img {
  float: none;
  margin-right: 0;
  width: 100%;
}
.sponsor-section .sc-banner strong {
  text-align: center;
}
}

@media screen and (min-width: 769px) {
    .hero {
      padding-top: 70px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next, .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 35%;
    }
}

.hero h2 {
    font-size: 24px;
    font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: rgb(0, 126, 98);
    font-weight: bold;
    margin-bottom: -15px;
}

.hero h2 span {
    position: relative;
}

.hero h2 span:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: rgb(0, 126, 98);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: -24px;
}
.hero h2 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: rgb(0, 126, 98);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: -24px;
}

@media screen and (max-width: 768px) {
.hero {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    }
.hero h2 {
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: rgb(0 126 98);
    font-weight: bold;
    margin-bottom: -15px;
    margin-top: 10px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next, .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 35%;
    }

    .hero h2 span:before {
      width: 20px;
      left: -20px;
    }
    .hero h2 span:after {
      width: 20px;
      right: -20px;
    }

}
