/* CSS Document */

.slides li {
  display: none;
}

h1 {
  display: inline;
  color: #162a50;
  font-size: 42px;
  line-height: 165%;
  font-weight: 600;
  width: auto;
  margin: 0 auto;
  letter-spacing: 2pt;
  padding-bottom: 5px;
  border-bottom: 4px solid #162a50;
}

.full .top_main .slides li {
  float: left;
  overflow: hidden;
}

.single_cont h4 {
  margin: 40px auto 15px;
}

.single_cont h5 {
  font-size: 16px;
  color: #162a50;
  font-weight: bold;
  line-height: 1.6em;
  margin: 30px auto 10px;
  padding: 0;
}

table.table1 {
  border-top: 1px solid #999;
  margin: 0 0 30px;
}

table.table1 th {
  color: #333;
  padding: 9px 12px;
  background-color: #f0f0ff;
  border-bottom: 1px solid #999;
  line-height: 1.5;
  text-align: left;
}

table.table1 td {
  color: #333;
  padding: 9px 12px;
  border-bottom: 1px solid #999;
  line-height: 1.5;
}

td p {
  line-height: 1.5;
}

table.table1 td a {
  line-height: 1.5;
}

table.table1 th.cell1 {
  border-left: 1px solid #999;
}

table.table1 th.cell2 {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

table.table1 td.cell1 {
  border-left: 1px solid #999;
}

table.table1 td.cell2 {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

table.base02 {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  margin-bottom: 20px;
}

table.base02 th {
  color: #333;
  font-size: 13px;
  padding: 9px 12px;
  background-color: #f0f0ff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  line-height: 1.5;
  text-align: left;
}

table.base02 td {
  color: #333;
  font-size: 13px;
  padding: 9px 12px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  line-height: 1.5;
}

table.h2_area {
  border-top: 0;
  margin-bottom: 18px;
}

table.h2_area td {
  background: url(../img/h2.jpg) no-repeat;
  width: 704px;
  height: 52px;
  color: #333;
  font-size: 13px;
  padding: 0;
  border-bottom: 0;
  line-height: 1.5;
}

.table2 {
  border-right: 1px solid #999;
}

.table2 th {
  color: #333;
  font-size: 13px;
  padding: 9px 12px;
  background-color: #f0f0ff;
  border-left: 1px solid #999;
  line-height: 1.5;
  text-align: left;
}

.table2 td {
  color: #333;
  font-size: 13px;
  padding: 9px 12px;
  border-left: 1px solid #999;
  line-height: 1.5;
}

.table3 {
  border: 0px solid;
  margin: "0 auto";
}

.table3 td {
  border: 0px;
  line-height: 1.5;
}

table.layout, table.layout td, table.layout th {
  border: none !important;
  padding: 0;
}

.no_link {
  color: #999;
  position: relative;
  display: block;
  overflow: hidden;
  color: #999;
  border: 1px solid #ddd;
  background: #fff;
  bottom: 0;
  text-align: center;
  padding: 8px !important;
  font-size: 14px;
  line-height: 1.6em;
  text-decoration: none;
  transition: 0.2s;
  box-sizing: border-box;
}

.no_link:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 44%;
  right: 6%;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
}


/*---------------defo---------------*/

.alignleft {
  float: left;
  margin: 10px 25px 10px 0;
}

.alignright {
  float: right;
  margin: 10px 0 10px 25px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}

.floright {
  float: right;
  padding: 10px 0 20px 10px;
}

.floleft {
  float: left;
  padding: 10px 0 20px 10px;
}

.top_main .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -80px;
  text-align: center;
  z-index: 1000;
}

.top_main .flex-viewport {
  max-height: 512px;
}

.top_main:hover .flex-direction-nav a {
  display: block;
  transition-duration: 0.6s;
  opacity: 100;
  z-index: 1000;
}

.dk_blue {
  color: #162a50;
}

.dk_gray {
  color: #333;
}

.p_dk_grey {
  color: #333;
  font-size: 15px !important;
}

a.btn_style.l_grey {
  color: #999;
  border: 1px solid #999;
}

a.btn_style.l_grey:hover {
  color: #fff;
  background: #999;
}

a.btn_style.l_grey:before {
  border-top: solid 1px #999;
  border-right: solid 1px #999;
}

a.btn_style.l_grey:hover:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.fz14 {
  font-size: 14px;
}

.full_img {
  width: 1050px;
}

.date_box .target {
  background: #162a50;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 10px;
}

.contents .single_news {
  overflow: hidden;
  padding-bottom: 50px;
}

.contents .single_news table {
  margin: 20px 0 50px;
  width: 100%;
}

.contents .single_news table td {
  border-bottom: 1px #aaaaaa solid;
  padding: 5px 0;
}

#footer_innder ul {
  width: 19.5%;
  float: left;
  margin: 0 auto 30px;
  padding: 0 0.5% 0 0;
}

.pagenation {
  overflow: hidden;
  text-align: center;
}

.pagenation ul {
  display: inline-block;
}

.pagenation li {
  float: left;
  margin: 0 5px;
}

.pagenation .active, .pagenation li a {
  display: block;
  padding: 5px 10px;
  border: 1px #ddd solid;
  text-decoration: none;
  color: #162a50;
}

.pagenation .active, .pagenation li a:hover {
  background: #162a50;
  color: #ffffff;
}

a.icon_pdf {
  background: url(../img/pdf_icon.png) no-repeat;
  background-position: right;
  padding: 0 30px 0 0;
}

a.icon_out {
  background: url(../img/blank_icon.png) no-repeat;
  background-position: right;
  padding: 0 30px 0 0;
}

.table_lg a {
  color: #333;
}

.haed_50 {
  width: 50%;
  margin: 0;
}

.table_st a {
  color: #162a50;
}

a.btn_style2.orange {
  border: 1px solid #e86e39 !important;
  color: #e86e39 !important;
}

a.btn_style2.orange:before {
  border-top: solid 1px #e86e39 !important;
  border-right: solid 1px #e86e39 !important;
}

a.btn_style2.orange:hover {
  color: #fff !important;
  background: #e86e39 !important;
}

a.btn_style2.orange:hover:before {
  border-color: #fff !important;
}

a.btn_style2.gray {
  color: #999 !important;
  border: 1px solid #ddd !important;
  background: none !important;
}

a.btn_style2.gray:hover {
  color: #fff !important;
  background: #ddd !important;
}

.bk_gry a {
  color: #162b53;
}

.bk_gry a:hover {
  text-decoration: none;
}


/*---------------弁理士の講師派遣---------------*/

ul.dispatch_list {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

ul.dispatch_list li {
  list-style: none;
  float: left;
  width: 33%;
  padding: 0;
  margin: 0 3.5% 15px 0;
  box-sizing: border-box;
}

ul.dispatch_list2 li {
  list-style: none;
  float: left;
  width: 17%;
  padding: 0;
  margin: 0 3.5% 15px 0;
  box-sizing: border-box;
}

ul.dispatch_list2 li:nth-child(2) {
  width: 33%;
}

ul.dispatch_list3 li {
  position: relative;
  font-size: 16px;
  line-height: 2em;
  width: 46%;
  min-height: 200px;
  list-style: none;
  float: left;
  margin: 0 2% 30px;
  padding: 0;
  box-sizing: border-box;
}

ul.dispatch_list3 li .img_box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

ul.dispatch_list3 li .img_box img {
  display: block;
  width: 25%;
  height: 100%;
  float: left;
  margin: 0 5% 0 0;
}

ul.dispatch_list3 li .font_m {
  font-size: 26px;
  padding-bottom: 20px;
  display: block;
}

ul.dispatch_list3 li:nth-child(odd) {
  padding-right: 4.5%;
  border-right: 3px solid #f2f2f2;
}

.fs16 {
  font-size: 16px !important;
}

.link_box {
  padding: 15px;
  background: #efefef;
  margin: 0;
}

.link_box form #s {
  width: 90%;
  height: 30px;
  margin-right: 15px;
}

.link_box .screen-reader-text {
  display: none;
}

.link_box #searchsubmit {
  padding: 7px 20px;
  -webkit-appearance: button;
  cursor: pointer;
}

ul.linkList {
  margin: 0;
  -webkit-padding-start: 0;
}

ul.linkList li a {
  display: block;
  padding: 12px 10px;
  background: #efefef;
  border-top: #fff solid 1px;
  border-bottom: #dadada solid 1px;
  overflow: hidden;
  color: #555555;
  text-decoration: none;
}

ul.linkList li a:hover {
  color: #FFF;
  background: #162b53;
  transition-property: background;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
  text-decoration: none;
}


/*PATやってみた！*/

ul.banner_box {
  height: 100px;
  padding: 0 40px;
}

ul.banner_box li {
  display: table;
  height: 100%;
}

ul.banner_box li {
  float: left;
}

ul.banner_box li.left {
  padding-right: 90px;
}

ul.banner_box li.right {
  width: 230px;
  padding-left: 5px;
  margin-left: 50px;
  box-sizing: border-box;
}

ul.banner_box li.right img {
  width: 100%;
}

ul.banner_box li p {
  display: table-cell;
  vertical-align: middle;
}


/*ul.banner_box li a{
	padding-left:20px;
}*/

ul.banner_box li a img {
  border: 1px solid #ebebeb;
  padding: 15px 20px;
}

ul.banner_box li a:hover {
  opacity: 0.6;
}

.floimg .floright, .floimg .floleft {
  width: 48%;
}

.floimg .floright img, .floimg .floleft img {
  width: 100%;
  height: auto;
}

img.w80 {
  width: 80%;
  height: auto;
}

@media screen and (max-width:1024px) {
  ul.dispatch_list li img {
    width: 100%;
  }
  /*PATやってみた！*/
  ul.banner_box {
    height: auto;
    padding: 0;
  }
  ul.banner_box li {
    float: none;
  }
  ul.banner_box li.right {
    width: auto;
    padding-left: 0;
  }
  ul.banner_box li.right img {
    width: 80%;
  }
  ul.banner_box li a {
    padding-left: 0;
  }
  ul.banner_box li a img {
    padding: 15px 0;
  }
}

@media screen and (max-width:601px) {
  ul#header_nav li.en_bar, ul#header_nav li.sitemap_bar {
    display: none;
  }
  .contents img {
    max-width: 100%;
    height: auto;
  }
  .contents .single_news table {
    width: 100% !important;
  }
  .full_img {
    width: 100%;
  }
  .pagenation .active, .pagenation li a {
    display: block;
    padding: 3px 7px;
    border: 1px #ddd solid;
    text-decoration: none;
    color: #162a50;
    font-size: 12px;
  }
  .pagenation .active, .pagenation li a:hover {
    background: #162a50;
    color: #ffffff;
  }
  .footer_en {
    display: block;
    text-align: center;
    margin: 15px 0 5px;
  }
  .footer_en a {
    border: #efefef 1px solid;
    padding: 5px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
  }
  .table_lg td {
    padding-top: 0 !important;
    padding-bottom: 6px !important;
  }
  .table_lg td.sp_only {
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    ;
  }
  .lg_h3 {
    font-size: 32px;
  }
  .table_lg td.font_b {
    color: #333;
    font-weight: normal;
  }
  ul.dispatch_list li {
    list-style: none;
    float: left;
    width: 47%;
    padding: 0;
    margin: 0 1.5% 15px;
    box-sizing: border-box;
  }
  ul.dispatch_list2 li {
    list-style: none;
    float: left;
    width: 27%;
    padding: 0;
    margin: 0 1.5% 15px;
    box-sizing: border-box;
  }
  ul.dispatch_list2 li:nth-child(2) {
    width: 67%;
    padding: 0;
    margin: 0 1.5% 15px;
    box-sizing: border-box;
  }
  ul.dispatch_list3 li {
    width: 100%;
    min-height: auto;
    float: none;
    padding-bottom: 30px;
    margin: 0;
    border-bottom: solid 3px #f2f2f2;
  }
  ul.dispatch_list3 li:nth-child(odd) {
    padding: 0 0 0 0;
    border-right: none;
  }
  ul.dispatch_list3 li:nth-child(2) {
    padding: 0 0 30px 0;
    border-bottom: none;
  }
  ul.dispatch_list3 li .img_box {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    padding: 0 0 10px 0;
  }
  ul.dispatch_list3 li .img_box a {
    overflow: hidden;
    width: 65%;
  }
  ul.dispatch_list3 li .img_box img {
    width: 30%;
    margin-bottom: 15px;
  }
  ul.dispatch_list3 li a.btn_style.orange {
    width: 100%;
  }
  ul.dispatch_list3 li .font_m {
    padding-top: 20px;
  }
  ul.banner_box {
    padding: 0;
    height: auto;
  }
  ul.banner_box li {
    float: none !important;
  }
  ul.banner_box li.right {
    padding-top: 20px;
    margin: 0 auto;
  }
  ul.banner_box li.right img {
    width: 60%;
  }
}

.agree_box .border {
  padding: 15px;
  border: 1px solid #ccc;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.agree_box .border {
  display: block;
}

.agree_box .border input {
  width: 17px;
  height: 17px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.mw_wp_form_confirm #date_b, .mw_wp_form_confirm #place_b {
  display: none;
}

::placeholder {
  color: #bbb;
}

.radio .full.main_m02 .contents {
  background-image: url(/cms/wp-content/uploads/2018/07/main_happyon.png);
  padding: 50px 0 90px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.radio .number_list .over {
  position: relative;
  padding-bottom: 15px;
}

p.actor_zone {
  background-color: #19407f;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  font-size: 16px !important;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 310px;
  text-align: center;
}

p.actor_zone {
  background-color: #19407f;
  color: #fff;
  display: block;
  padding: 0px 10px;
  font-size: 16px !important;
  position: relative;
  right: 0;
  bottom: 0;
  width: 310px;
  text-align: center;
  margin-left: auto !important;
  margin-right: 0 !important;
  margin-bottom: 15px !important;
}

.radio_link_btn01 {
  text-align: right;
}

.radio_link_btn01 a {
  display: inline-block;
  width: 170px !important;
  padding: 8px;
  font-size: 18px;
  background-color: #ccc;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.radio_link_btn01 a.play_btn {
  background-color: #dd6b3b;
  box-shadow: 2px 2px 0 #ddd;
  margin-right: 10px;
}

.radio_link_btn01 a.radio_more_btn {
  background-color: #162a50;
  box-shadow: 2px 2px 0 #ddd;
  position: relative;
  margin-top: 0;
}

a.radio_more_btn:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  margin: auto;
  transform: rotate(45deg);
}

.radio_link_btn01 a.play_btn {
  background-color: #dd6b3b;
  box-shadow: 2px 2px 0 #ddd;
  margin-right: 10px;
  background-image: url(/cms/wp-content/uploads/2018/07/speaker.png);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 153px center;
  margin-top: 0;
}

.radio .number_list li:nth-of-type(2n+1) {
  clear: both;
}

.radio .number_list li {
  margin-bottom: 50px;
}

.radio_single_top {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.radio_single_top .btn_style {
  float: left;
}

.radio_single_left {
  text-align: center;
  background-color: #19407f;
  padding: 30px;
  float: left;
  width: 25%;
  margin-right: 2.5%;
  box-shadow: 2px 2px 0 #e0e0e0;
}

.radio_single_right {
  float: right;
  width: 66.5%;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both
}

.radio_single_right h1 {
  font-size: 26px;
  width: 100%;
  display: block;
  color: #333;
  position: relative;
}

.radio_single_right h1 span {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: 0;
}

span.personality {
  color: #dd6b3b;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  display: block;
}

.radio_single .single_cont p {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
}

span.patent {
  display: block;
  width: 100%;
  color: #19407f;
  font-size: 20px;
  font-weight: bold;
}

.contents.font_b.single_cont.pos_r {
  position: relative;
  height: 30px;
  margin-bottom: 30px;
}

.contents.font_b.single_cont.pos_r a {
  font-size: 18px;
  color: #162b53;
  text-decoration: none;
  position: absolute;
}

p.next_link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 75px;
  height: 30px;
  padding-left: 20px;
}

p.prev_link {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 30px;
  padding-right: 20px;
}

.next_link:before {
  position: absolute;
  left: 0;
  top: -6px;
  bottom: 0;
  border-top: 1px solid #162b53;
  border-right: 1px solid #162b53;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  margin: auto;
}

.prev_link:after {
  position: absolute;
  right: 0;
  top: -6px;
  bottom: 0;
  border-top: 1px solid #162b53;
  border-right: 1px solid #162b53;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  margin: auto;
}

.radio_back {
  width: 300px;
  display: block;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 20px;
  border: 1px solid #162b53;
  color: #162b53;
  text-align: center;
  box-shadow: 3px 3px #eee;
  margin-bottom: 50px;
  position: relative;
  transition: 0.3s ease;
}

.radio_back:after {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #162b53;
  border-right: 1px solid #162b53;
  transform: rotate(45deg);
}

.radio_back:hover {
  opacity: 0.6;
}

.number_list_single_radio li {
  float: left;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 25px;
}

.number_list_single_radio li:nth-of-type(4n) {
  margin-right: 0;
}

.number_list_single_radio li:nth-of-type(4n+1) {
  clear: both;
}

.single_data {
  width: 100%;
  padding: 6px;
  background-color: #19407f;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}

.single_title {
  font-size: 15px;
  font-weight: bold;
  color: #162a50;
  padding-bottom: 15px;
  display: block;
  border-bottom: 3px solid #eee;
}

.number_list_single_radio {
  padding: 0;
}

.number_list_single_radio li {
  text-decoration: none;
}

a.orange_link {
  display: block;
  padding: 5px;
  font-size: 15px;
  border: 1px solid #dd6b3b;
  color: #dd6b3b;
  text-decoration: none;
  padding-right: 30px;
  position: relative;
  transition: 0.3s ease;
}

a.orange_link:hover {
  color: #fff;
  background-color: #dd6b3b;
}

a.orange_link:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #dd6b3b;
  border-right: 1px solid #dd6b3b;
  transform: rotate(45deg);
  display: block;
  transition: 0.3s ease;
}

a.orange_link:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.number_list_single_radio li {
  margin-bottom: 25px;
}

.main_img img {
  width: 100%;
  max-width: 1400px;
  height: auto;
}


/*---------------よくあるご質問---------------*/

.toggle_faq dt {
  padding: 16px 0;
  margin: 30px auto;
  float: none;
  display: block;
  width: 30%;
  overflow: hidden;
  color: #162a50;
  border: 1px solid #162a50;
  background: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.6em;
  text-decoration: none;
  transition: 0.2s;
  box-sizing: border-box;
  cursor: pointer;
}

.toggle_faq dt:before {
  content: '詳細はこちら';
  display: block;
}

.toggle_faq dt.open:before {
  content: '閉じる';
}

.toggle_faq dt:hover {
  color: #fff;
  background: #162a50;
}

.toggle_faq dd {
  display: none;
}

@media only screen and (max-width:768px) {
  .radio_single_top a.btn_style.w30 {
    float: left;
    width: 42%;
  }
  .radio .full.main_m02 .contents {
    background-image: none;
  }
  .radio .full.main_m02 .contents {
    background-image: none;
    padding: 0px 0 0px;
  }
  .radio_link_btn01 a {
    display: inline-block;
    width: 45% !important;
    background-image: none;
  }
  a.radio_more_btn:after {
    display: none;
  }
  p.actor_zone {
    padding: 0px 0px;
    font-size: 14px !important;
  }
  .radio_single_left {
    width: 100%;
    box-sizing: border-box;
    float: none
  }
  .radio_single_right {
    float: none;
    width: 100%;
  }
  .radio_single_right h1 span {
    display: block
  }
  .number_list_single_radio li {
    float: left;
    width: 44%;
    margin-right: 6%;
  }
  .number_list_single_radio li a {
    text-decoration: none;
  }
  .radio_back {
    box-sizing: border-box
  }
  .floimg .floright, .floimg .floleft {
    width: 100%;
    float: none;
  }
  .toggle_faq dt {
    width: 70%;
  }
}


/* 20200123受講生の声ページ追加ここから */

.student-voice .contents01 ul, .student-voice .contents02 ul {
  float: left;
}

.student-voice .contents01 img, .student-voice .contents02 img {
  float: right;
  width: 30%;
  height: auto;
}

.student-voice .contents03 {
  text-align: center;
}

.student-voice .contents03 ul, .student-voice .contents03 img {
  display: inline-block;
  vertical-align: middle;
}

.student-voice .contents03 ul {
  text-align: left;
}

.student-voice .contents03 img:first-child {
  width: 10%;
  height: auto;
}

@media screen and (max-width:601px) {
  .student-voice .contents01 ul, .student-voice .contents02 ul, .student-voice .contents03 ul {
    float: none;
    text-align: left;
    padding: 0;
  }
  .student-voice .contents03 ul, .student-voice .contents03 img {
    display: block;
  }
  .student-voice .contents01 img, .student-voice .contents02 img {
    width: 100%;
  }
  .student-voice .contents03 img {
    margin: 10px auto;
  }
  .student-voice .contents03 img:first-child {
    width: 30%;
  }
}


/* 20200123受講生の声ページ追加ここまで */


/* 20200203標準化ページ追加ここから */

ul.application_list.normalize li:last-child {
  background: url(../img/application/application_img04.png) top center/100% no-repeat;
}

ul.flow_list.flow05 {
  background: url(../img/application/flow05.png) bottom/100% no-repeat;
  padding-bottom: 85%;
}

ul.flow_list.flow05 li {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
}

.contents.font_b .normalize_img_float p, .contents.font_b .normalize_img_float img {
  display: inline-block;
  vertical-align: middle;
}

.contents.font_b .normalize_img_float p {
  width: 70%;
}

.contents.font_b .normalize_img_float img {
  width: 25%;
  height: auto;
  padding: 0 0 0 3%;
}

.contents.font_b .normalize_img_float .img_small {
  width: 15%;
  padding: 0 0 0 7%;
}

.table_st tr td.qr_area p, .table_st tr td.qr_area img {
  display: inline-block;
  vertical-align: middle;
}

.table_st tr td.qr_area p {
  width: 73%;
}

.table_st tr td.qr_area img {
  width: 20%;
  height: auto;
  padding: 3%;
}

@media screen and (max-width:601px) {
  .contents.font_b .normalize_img_float p, .contents.font_b .normalize_img_float img {
    display: block;
  }
  .contents.font_b .normalize_img_float p {
    margin: 0 auto 20px;
    width: 100%;
  }
  .contents.font_b .normalize_img_float img, .contents.font_b .normalize_img_float .img_small {
    width: 50%;
    margin: 0 auto;
    padding: 0;
  }
  .table_st tr td.qr_area p, .table_st tr td.qr_area img {
    display: block;
  }
  .table_st tr td.qr_area p {
    width: 100%;
  }
  .table_st tr td.qr_area img {
    width: 50%;
    margin: 20px auto;
    padding: 0;
  }
}


/* 20200203標準化ページ追加ここまで */

.img_float_right {
  float: right;
  width: 40%;
}

.img_float_right img {
  width: 100%;
  height: auto;
}


/* 20200304画像追加ここから */

@media screen and (max-width:601px) {
  .img_float_right {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}


/* 20200304画像追加ここまで */


/* 20200305追加スタイルここから */

.border_bold_5 {
  width: auto;
  border: 5px solid #000;
  padding: 25px;
  background: #fff;
}


/* 20200305追加スタイルここまで */


/*---------------コンテスト結果---------------*/


/* 20210319追加スタイルここから */

.result-box {
  max-width: 1050px;
  border-collapse: collapse;
}

.result-box tr {}

.result-box th, .result-box td {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 12px;
  box-sizing: border-box;
}

.result-box th {
  background-color: #eee;
  width: 200px;
}

.result-box td {
  width: calc(100% - 200px);
  border-right: 1px solid #999;
}

@media screen and (max-width:601px) {
  .result-box {
    max-width: 1050px;
    border-collapse: collapse;
  }
  .result-box tr:last-of-type {
    border-bottom: 1px solid #999;
  }
  .result-box th, .result-box td {
    display: block;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: none;
  }
  .result-box th {
    background-color: #eee;
    width: 100%;
  }
  .result-box td {
    width: 100%;
  }
}


/* 20210319追加スタイルここまで */

/*バナーエリア*/

.banner-area h2 {
  margin-bottom: 40px;
}

.banner-area ul.min_bnr{
	max-width:1050px;
	margin:0 auto;
	padding:0 0 80px;
	overflow:hidden;
}

.banner-area ul.min_bnr li{
	float:left;
	width:21%;
	padding:0 2%;
	margin:0 auto 15px;
}

.banner-area ul.min_bnr li:last-child{margin-bottom:0;}
.banner-area ul.min_bnr li a{
	display:block;
	width:100%;
	transition:0.4s;
	margin:0 auto;
	padding:0;
}

.banner-area ul.min_bnr li:nth-child(4n+1){
	clear:both;
}

.banner-area ul.min_bnr li a:hover{
	opacity:0.6;
	filter:alpha(opacity=0.6);
}
.banner-area ul.min_bnr li a img{width:100%;}


@media screen and (max-width:601px) {
  /*ミニバナーエリア*/
.banner-area ul.min_bnr{
	max-width:100%;
	padding:40px 0;
}

.banner-area ul.min_bnr li{
	width:48%;
	padding:0;
	margin-right:4%;
}
.banner-area ul.min_bnr li:nth-child(2n){margin-right:0;}
	
.banner-area ul.min_bnr li:last-child{margin-bottom:auto;}
.banner-area ul.min_bnr li a{
	display:block;
	width:100%;
	transition:0.4s;
	margin:0 auto;
	padding:0;
}

.banner-area ul.min_bnr li a:hover{
	opacity:0.6;
	filter:alpha(opacity=0.6);
}
.banner-area ul.min_bnr li a img{width:100%;}	
	
}

/*---------------中小企業・スタートアップ---------------*/

/* 202203追加スタイルここから */
.aboutus-startup * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
	font-size: 17px;
	font-feature-settings: "palt";
}
.aboutus-startup .img-100 {
	width: 100%;
}
.aboutus-startup_mv {
	position: relative;
	padding: 40px 0;
	background: #302B59;
	z-index: 1;
}
.aboutus-startup_mv p {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.aboutus-startup_mv p strong {
	font-size: 48px;
	display: block;
}
.aboutus-startup_mv p .sp-br {
	display: none;
}
@media screen and (max-width:1024px) {
	.aboutus-startup_mv p {
		font-size: 20px;
	}
	.aboutus-startup_mv p strong {
		font-size: 38px;
	}
}
@media screen and (min-width: 1px) and (max-width: 768px) {
	.aboutus-startup_mv {
		padding: 4% 0;
	}
	.aboutus-startup_mv p .sp-br {
		display: block;
	}
	.aboutus-startup_mv p:last-child {
		margin-top: 4%;
		font-size: 17px;
	}
	.aboutus-startup_mv p strong {
		font-size: 28px;
	}
}
@media screen and (max-width:601px) {
	.aboutus-startup_mv p strong {
		font-size: 22px;
	}
	.aboutus-startup_mv p:last-child {
		text-align: left;
	}
}
/* sec02 */
.aboutus-startup_lead {
	position: relative;
	background: url("../img/about-us/attached_institution/management/start/sec02_bg01.svg") no-repeat right bottom;
	height: 490px;
	z-index: 2;
	top: -50px;
	overflow: hidden;
}
.aboutus-startup_lead p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
	padding-top: 70px;
	letter-spacing: 1px;
}
.aboutus-startup_lead p .sp-br {
	display: none;
}
@media screen and (max-width:1024px) {
	.aboutus-startup_lead {
		background-position: -2.5vw bottom;
		background-size: 110vw auto;
	}
	.aboutus-startup_lead p {
		font-size: 21px;
	}
	.aboutus-startup_lead p .sp-br {
		display: block;
	}
}
@media screen and (min-width: 1px) and (max-width: 768px) {
	.aboutus-startup_lead {
		top: inherit;
		height: 60vw;
		margin-bottom: 8%;
	}
	.aboutus-startup_lead p {
		font-size: 17px;
		padding-top: 4%;
	}
}
@media screen and (max-width:601px) {
	.aboutus-startup_lead {
		height: 82.5vw;
	}
	.aboutus-startup_lead p {
		font-size: 15px;
	}
}
/* sec03 */
.aboutus-startup_profile .contents {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.aboutus-startup_profile dl {
	width: 48.5%;
	align-self: flex-end;
	margin: 0;
}
.aboutus-startup_profile dl dt {
	color: #707070;
	font-weight: bold;
	display: block;
	float: none;
	margin-right: 0;
}
.aboutus-startup_profile dl dd {
	display: block;
	margin: 0;
}
.aboutus-startup_profile dl dd p {
	line-height: 1.6;
}
.aboutus-startup_profile dl dd p span {
	display: block;
	color: #707070;
	font-weight: bold;
	margin-bottom: .5em;
}
.aboutus-startup_profile figure {
	width: 45%;
	max-width: 475px;
	margin: 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
	.aboutus-startup_profile .contents {
		flex-direction: column;
		margin-bottom: 10%;
	}
	.aboutus-startup_profile dl {
		order: 2;
		width: 100%;
	}
	.aboutus-startup_profile figure {
		order: 1;
	  width: 65%;
		max-width: inherit;
		margin: 0 auto 5%;
	}
	.aboutus-startup_profile figure img {
		width: 100%;
	}
}
@media screen and (max-width:601px) {
	.aboutus-startup_profile dl dd p,
	.aboutus-startup_profile dl dt {
		font-size: 15px;
	}
	.aboutus-startup_profile figure {
		width: 85%;
		margin: 0 auto 5%;
	}
}
/* sec04 */
.aboutus-startup_article > section:not(:last-child) {
	margin-bottom: 40px;
} 
.aboutus-startup_article h2 {
	color: #0310A5;
	font-size: 25px;
	font-weight: 700;
	padding: 0;
	border: 0;
	margin-bottom: 40px;
}
.aboutus-startup_article p {
	margin-bottom: 40px;
	line-height: 1.8;
	letter-spacing: .1em;
	/*padding-left: 2em;*/
}
.aboutus-startup_article p:last-of-type {
	margin-bottom: 0;
}
.aboutus-startup_article p span {
	font-weight: bold;
	font-size: 15px;
	margin-right: .25em;
}
.aboutus-startup_article .article_indent {
	/*text-indent: -2em;
	margin-left: 2em;*/
	padding-left: 0;
}
.aboutus-startup_article .article_indent em {
  font-weight: bold;
  font-style: normal;
}
.aboutus-startup_article figure {
	width: auto;
	margin: 60px 0 0;
}
.aboutus-startup_article figure .sp-img {
	display: none;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
	.aboutus-startup_article > section:not(:last-child) {
		margin-bottom: 5%;
	} 
	.aboutus-startup_article h2 {
		font-size: 22px;
		margin-bottom: 4%;
	}
	.aboutus-startup_article p {
		margin-bottom: 5%;
	}
	.aboutus-startup_article p:last-of-type {
		margin-bottom: 0;
	}
	.aboutus-startup_article figure {
		width: 90%;
		margin: 8% auto 0;
	}
	.aboutus-startup_article figure img {
		width: 100%;
	}
}
@media screen and (max-width:601px) {
	.aboutus-startup_article h2 {
		font-size: 20px;
	}
	.aboutus-startup_article p {
		font-size: 14px;
	}
	.aboutus-startup_article p span {
		font-size: 14px;
	}
  .aboutus-startup_article .article_indent em {
    font-size: 15px;
  }
	.aboutus-startup_article figure .sp-img {
		display: block;
	}
	.aboutus-startup_article figure .pc-img {
		display: none;
	}
}
/* sec05 */
.aboutus-startup_system {
	background: #FCFBE2;
	padding: 80px 0;
	margin-top: 80px;
}
.aboutus-startup_system.startup_voice {
	background: #fff;
	margin-top: 0;
	overflow: hidden;
}
.aboutus-startup_system.startup_guide {
	margin-top: 0;
}
.aboutus-startup_system > section:not(:last-of-type) {
	margin-bottom: 80px;
}
.aboutus-startup_system p {
	line-height: 1.6;
	margin-bottom: 40px;
}
.aboutus-startup_system figure {
	margin: 0 0 40px 0;
}
.aboutus-startup_system h2 {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #707070;
	padding-left: 0;
	border-left: none;
	margin-bottom: 30px;
	letter-spacing: 0;
}
.aboutus-startup_system h2 br {
	display: none;
}
.aboutus-startup_system h3 {
	text-align: center;
	color: #707070;
	font-size: 35px;
	font-weight: bold;
	border-bottom: 1px solid #707070;
	margin-bottom: 30px;
}
.aboutus-startup_system h4 {
	font-size: 20px;
	font-weight: 500;
	color: #707070;
	border-left: 5px solid #707070;
	padding-left: 1em;
	margin-bottom: 40px;
}
.aboutus-startup_system h4.aboutus-startup_fs {
	font-size: 17px;
}
.aboutus-startup_system h4 span {
	font-weight: bold;
}
.aboutus-startup_system--head p {
	font-size: 25px;
}
.aboutus-startup_system--head p a {
	color: #0648F8;
	font-size: 25px;
	font-weight: 500;
}
.aboutus-startup_system table {
	width: 100%;
}
.aboutus-startup_system table caption {
	text-align: left;
}
.aboutus-startup_system table td {
	line-height: 1.6;
	vertical-align: top;
}
.aboutus-startup_system02 table tr:first-child td {
	padding-top: 0 !important;
}
.aboutus-startup_system02 table tr:last-child td {
	padding-bottom: 0 !important;
}
.aboutus-startup_system02 table td {
	padding: 20px 0;
}
.aboutus-startup_col2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.aboutus-startup_col2:last-of-type {
	margin-bottom: 0;
}
.aboutus-startup_col2 > div:first-child {
	width: 66%;
}
.aboutus-startup_col2 > div:first-child p {
	padding-left: 1em;
	line-height: 1.8;
}
.aboutus-startup_col2 > div:first-child p span {
  font-weight: bold;
}
.aboutus-startup_col2 > div:last-child {
	width: 24%;
}
.aboutus-startup_col2 .sp-show {
	display: none;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
	.aboutus-startup_system {
		padding: 5% 0;
		margin-top: 10%;
	}
	.aboutus-startup_system.startup_voice,
	.aboutus-startup_system.startup_guide {
		margin-top: 0;
	}
	.aboutus-startup_system.startup_voice {
		background: #FAFAF6;
	}
	.aboutus-startup_system > section:not(:last-of-type) {
		margin-bottom: 10%;
	}
	.aboutus-startup_system p {
		margin-bottom: 5%;
	}
	.aboutus-startup_system figure {
		margin: 0 0 5% 0;
	}
	.aboutus-startup_system h2 {
		font-size: 32px;
		margin-bottom: 4%;
	}
	.aboutus-startup_system h2 br {
		display: block;
	}
	.aboutus-startup_system h3 {
		font-size: 26px;
		margin-bottom: 4%;
	}
	.aboutus-startup_system h4 {
		margin-bottom: 5%;
	}
	.aboutus-startup_system--head p,
	.aboutus-startup_system--head p a {
		font-size: 17px;
	}
	.aboutus-startup_system table caption {
		margin-bottom: 3%;
	}
	.aboutus-startup_system table td {
		display: block;
	}
	.aboutus-startup_system table td:last-child {
		margin-bottom: 4%;
	}
	.aboutus-startup_system table td.sp-td_bullet:first-child::before {
		content: "●";
		display: inline-block;
		font-size: 65%;
		position: relative;
		margin-right: .25em;
		top: -2px;
	}
	.aboutus-startup_system .sp-td_none {
		display: none;
	}
	.aboutus-startup_system02 table td {
		padding: 0;
	}
	.aboutus-startup_col2 {
		flex-direction: column;
		margin-bottom: 10%;
		border: 1px solid #707070;
		padding: 4%;
		background: #fff;
	}
	.aboutus-startup_col2:last-of-type {
		margin-bottom: 0;
	}
	.aboutus-startup_col2 > div:first-child {
		width: 100%;
	}
	.aboutus-startup_col2 > div:last-child {
		display: none;
	}
	.aboutus-startup_col2 .sp-show {
		display: block;
		width: 50%;
		margin: 0 auto 5%;
	}
	.aboutus-startup_col2 .sp-show img {
		width: 100%;
	}
}
@media screen and (max-width:601px) {
  .aboutus-startup_system p,
  .aboutus-startup_system table td,
  .aboutus-startup_system table caption {
    font-size: 14px;
  }
  .aboutus-startup_system--head p,
	.aboutus-startup_system--head p a,
  .aboutus-startup_col2 > div:first-child p span {
		font-size: 15px;
	}
	.aboutus-startup_system h2 {
		font-size: 26px;
	}
	.aboutus-startup_system h3 {
		font-size: 20px;
	}
	.aboutus-startup_system h4 {
		font-size: 17px;
	}
	.aboutus-startup_system h4.aboutus-startup_fs {
		font-size: 15px;
	}
	.aboutus-startup_col2 .sp-show {
		width: 85%;
	}
	.aboutus-startup_col2 > div:first-child p {
		padding-left: 0;
}
}
/* sec06 */
.aboutus-startup_system.startup_guide > div {
	background: #fff;
	border: 1px solid #707070;
	padding: 40px;
}
.aboutus-startup_system.startup_guide > div p {
	font-weight: bold;
	color: #707070;
}
.aboutus-startup_system.startup_guide > div ul {
	margin: 0;
	padding: 0;
}
.aboutus-startup_system.startup_guide > div ul li {
	text-indent: -.5em;
	margin-left: .5em;
}
.aboutus-startup_system.startup_guide > div ul li::before {
	content: "●";
	display: inline-block;
	position: relative;
	font-size: 60%;
	top: -1px;
	margin-right: .5em;
}
.aboutus-startup_system.startup_guide > div ul li:not(:last-child) {
	margin-bottom: 30px;
}
.aboutus-startup_system.startup_guide > div ul li a {
	color: #0648F8;
	word-wrap:break-word;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
	.aboutus-startup_system.startup_guide > div {
		padding: 4%;
	}
	.aboutus-startup_system.startup_guide > div ul li:not(:last-child) {
		margin-bottom: 5%;
	}
}
@media screen and (min-width: 1px) and (max-width: 601px) {
  .aboutus-startup_system.startup_guide > div p {
    font-size: 15px;
  }
  .aboutus-startup_system.startup_guide > div ul li,
  .aboutus-startup_system.startup_guide > div ul li a {
    font-size: 14px;
  }
}
/* 202203追加スタイルここまで */