/* CSS Document */

.slides li {
  display: none;
}

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

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

.single_cont h5 {
  font-size: 16px;
  color: #0e335f;
  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: #0e335f;
}

.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;
}
.fz18 {
  font-size: 18px;
}

.full_img {
  width: 1050px;
}

.date_box .target {
  width: 10em;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 5px 0;
  margin-right: 10px;
}
@media screen and (max-width: 601px) {
  .date_box .target {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
/* information */
.date_box .information {
  background: #0a3a73;
}
/* event */
.date_box .event {
  background: #0063ab;
}
/* patent */
.date_box .patent,
.date_box .journal {
  background: #bd8b21;
}
/* member */
.date_box .member {
  background: #a02136;
}
/* bid */
.date_box .bid {
  background: #227811;
}
/* publicity */
.date_box .publicity {
  background: #1e94ca;
}
/* opinion */
.date_box .opinion {
  background: #069290;
}
/* support_activity */
.date_box .support_activity {
  background: #6a9126;
}
/* task */
.date_box .task {
  background: #5c657e;
}
.date_box .new {
  width: 4em;
  background: #cf102d;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 5px 0;
  margin-right: 10px;
}
@media screen and (max-width: 601px) {
  .date_box .new {
    font-size: 10px;
    margin: 0 0 10px 0;
  }
}

.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;
}

.pagenation {
  text-align: center;
  margin-top: 60px;
}

.pagenation ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.pagenation .active,
.pagenation li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #0e335f;
  text-decoration: none;
  border-radius: 50%;
  color: #0e335f;
  width: 40px;
  height: 40px;
  line-height: 1;
}

.pagenation .active,
.pagenation li a:hover {
  background: #0e335f;
  color: #ffffff;
}

.pagenation li + li {
  margin-left: 10px;
}

.pagenation li.prev a,
.pagenation li.next a {
  color: #0e335f;
  border: none;
  background: #fff;
  transform: scale(0.7, 1);
}

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;
}
@media screen and (max-width: 601px) {
  .haed_50 {
    width: 100%;
  }
}

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

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

a.btn_style2.orange:hover {
  color: #fff !important;
  background: #0e335f !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 > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.link_box form #s {
  flex: 1;
  height: 45px;
  margin-right: 15px;
  padding-left: 10px;
}

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

.link_box #searchsubmit {
  padding: 8px 20px 7px;
  background-color: #0e335f;
  color: #fff;
  -webkit-appearance: button;
  cursor: pointer;
}

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

ul.linkList li a {
  display: block;
  padding: 20px 10px;
  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;
  }
  .case img.right_img.w50 {
    width: 100%;
  }
  .case .contents img {
    max-width: none;
    height: auto;
  }
  .contents img {
    max-width: 100%;
    height: auto;
  }
  .contents .single_news table {
    width: 100% !important;
  }
  .full_img {
    width: 100%;
  }
  .pagenation .active,
  .pagenation li a {
    font-size: 12px;
    width: 35px;
    height: 35px;
  }
  .pagenation .active,
  .pagenation li a:hover {
    background: #0e335f;
    color: #ffffff;
  }
  .footer_en {
    display: block;
    text-align: center;
    margin: 20px 0 30px;
  }
  .footer_en a {
    width: 100%;
    padding: 12px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    background: #333;
    display: inline-block;
  }
  .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%;
  }

  img.w80 {
    width: 100%;
  }

  .alignright {
    float: none;
    margin: 0 auto 20px;
    display: inherit;
  }
}

.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: 1px;
  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(/https/www.jpaa.or.jp/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;
}
.radio .number_list .over img {
  width: 20%;
  margin-right: 30px;
}
.radio .number_list .over p.actor_zone {
  display: block;
  margin: 15px auto 0 auto !important;
  padding: 0 20px !important;
}

p.actor_zone {
  color: #0e335f;
  display: inline-block;
  padding: 0px 70px;
  font-size: 16px !important;
  line-height: 35px;
  margin: 0 auto 25px 0 !important;
  text-align: center;
  border: 1px #0e335f solid;
}

.btn_style.play_btn {
  background-color: #0063ab;
  border: none;
  transition: opacity 0.2s;
}
.btn_style.play_btn:before {
  content: none;
}
.btn_style.play_btn:after {
  width: 17px;
  height: 12px;
  background-image: url(../img/common/icon_speaker.png);
  background-size: contain;
  border: none;
  transform: none;
}
.btn_style.play_btn:hover {
  color: #fff;
  background-color: #0063ab;
  opacity: 0.6;
}
.btn_style.radio_more_btn {
  background-color: #32a7dc;
  border: none;
  transition: opacity 0.2s;
}
.btn_style.radio_more_btn:hover {
  color: #fff;
  background-color: #32a7dc;
  opacity: 0.6;
}
.btn_style.radio_more_btn:hover:before {
  background-color: #fff;
}
.btn_style.radio_more_btn:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.radio .number_list li:nth-of-type(2n + 1) {
  clear: both;
}

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

.radio_single_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.radio_single_left {
  width: 66.5%;
  margin-right: 2.5%;
}

.radio_single_right {
  width: 25%;
  text-align: center;
}

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

h1.radio_single_title {
  font-size: 26px;
  width: 100%;
  display: block;
}

h1.radio_single_title:after {
  content: none !important;
}

h1.radio_single_title span {
  display: block;
}

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

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

.radio_single h2 {
  padding-left: 14px;
  border-left: 6px #0e335f solid;
}
.radio_single h2:after {
  content: none;
}

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

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

.radio_next_back {
  height: 30px;
  margin-bottom: 30px;
  position: relative;
}

.next_link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.prev_link {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.next_link a,
.prev_link a {
  font-size: 18px;
  color: #162b53;
  text-decoration: none;
  position: relative;
}
.next_link a {
  padding-left: 20px;
}
.prev_link a {
  padding-right: 20px;
}

.next_link a:before {
  position: absolute;
  left: 0;
  top: 0;
  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 a:after {
  position: absolute;
  right: 0;
  top: 0;
  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;
}

.radio_link_btn01 {
  display: flex;
  justify-content: space-between;
}
.radio_link_btn01 .btn_style {
  width: calc((100% - 20px) / 2);
}
.radio_link_btn02 .btn_style + .btn_style {
  margin-top: 30px;
}

.number_list_single_radio {
  display: flex;
  flex-wrap: wrap;
}

.number_list_single_radio li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
}

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

.number_list_single_radio li a {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .number_list_single_radio li {
    width: 48%;
    margin-right: 4%;
  }
  .number_list_single_radio li:nth-of-type(3n) {
    margin-right: 4%;
  }
  .number_list_single_radio li:nth-of-type(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 601px) {
  .number_list_single_radio {
    display: block;
  }
  .number_list_single_radio li {
    width: 100%;
    margin-right: 0;
  }
}

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

.single_title {
  font-size: 15px;
  font-weight: bold;
  color: #0e335f;
  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: 15px;
  font-size: 15px;
  border: 1px solid #0e335f;
  color: #0e335f;
  text-decoration: none;
  padding-right: 30px;
  position: relative;
  transition: 0.3s ease;
}

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

a.orange_link:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #0e335f;
  border-right: 1px solid #0e335f;
  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: #0e335f;
  border: 1px solid #0e335f;
  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: #0e335f;
}

.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 .number_list .over img {
    width: 70% !important;
    margin: 0 auto 15px auto;
    display: block;
  }
  .radio_link_btn01 {
    margin-top: 15px;
  }
  .radio_link_btn01 .btn_style {
    margin: 0 !important;
  }
  .radio_single_top {
    display: block;
  }
  .radio_single_left {
    width: 100%;
  }
  .radio_single_right {
    width: 100%;
    margin-top: 30px;
  }
  .btn_style.play_btn {
    margin: 0 auto;
  }
  .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 (min-width: 768px) {
  .img_float_right {
    margin: 0 0 0 40px;
  }
}
@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: 0.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: 0.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: 0.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;
  display: block;
}
.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: 0.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: -0.5em;
  margin-left: 0.5em;
}
.aboutus-startup_system.startup_guide > div ul li::before {
  content: "●";
  display: inline-block;
  position: relative;
  font-size: 60%;
  top: -1px;
  margin-right: 0.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追加スタイルここまで */

/*スタートアップ*/
.comic .pageHeroRight__iconText {
  width: 50px;
  text-align: center;
}

.comic h1::after {
  height: 0;
}

/* add style */
.mwform-checkbox-field label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.img_float_left {
  float: left;
  width: 40%;
}
.img_float_left img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .img_float_left {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 601px) {
  .img_float_left {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
