﻿@charset "UTF-8";
/* ==========================================================================
   おすすめ出願パターン
   ========================================================================== */
.full-cont #main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px; }

.topicpath-wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto; }

.small {
  font-size: 80%; }

.pdf-btn {
  border: 1px solid #ddd;
  padding: 6px 80px;
  margin-top: 15px;
  background-color: #FFF;
  text-align: center;
  display: block;
  -webkit-transition: background-color ease 0.25s;
  transition: background-color ease 0.25s;
  text-decoration: none; }
  .pdf-btn:hover {
    background-color: #e8f5ff;
    color: #444;
    text-decoration: none; }
  .pdf-btn span:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../../common/css/img/icon_pdf.svg) no-repeat right 1px;
    background-size: auto 15px; }

@media screen and (max-width: 767px) {
  .full-cont #main {
    width: 100%;
    box-sizing: border-box; } }
/* ページタイトル --------------------------------------- */
.cmn-header {
  background: url(img/ttl_bg.gif) no-repeat top center;
  background-color: #ffb91b;
  height: 160px;
  position: relative; }
  .cmn-header h1 {
    position: absolute;
    left: 50px;
    top: 50px; }
  .cmn-header p {
    position: absolute;
    right: 25px;
    top: 65px; }

@media screen and (max-width: 767px) {
  .cmn-header {
    background: none;
    background-color: #ffb91b;
    height: auto; }
    .cmn-header h1 {
      position: relative;
      top: 0;
      left: 0;
      text-align: center; } }
/* セレクトリスト --------------------------------------- */
.select-wrap {
  padding: 20px 30px;
  border: 1px dashed #ddd;
  background: url(img/bg.gif) no-repeat right 30px; }
  .select-wrap h2 {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    color: #03b8df;
    margin-bottom: 10px; }

.select-list {
  width: 378px;
  float: left; }

.select-list input {
  display: none; }

/* 非選択時のスタイル */
.select-list label {
  display: inline-block;
  cursor: pointer;
  background: url(img/icon_radio.gif) no-repeat 0 center;
  padding: 3px 0 3px 25px; }

/* 非選択時のスタイル マウスオン*/
.select-list label:hover {
  background: url(img/icon_radio_on.gif) no-repeat 0 center; }

/* 選択時のスタイル */
.select-list label.checked {
  background: url(img/icon_radio_selected.gif) no-repeat 0 center; }

@media screen and (max-width: 767px) {
  .select-wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    background-position: 115% 110%; }
    .select-wrap h2 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.3; }

  .select-list {
    width: 100%;
    float: none; } }
/* 出願パターン --------------------------------------- */
.isotope {
  margin-left: -15px;
  margin-top: 40px; }

.item {
  position: relative;
  margin-left: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 20px;
  border: 3px solid #ddd;
  width: 390px;
  min-height: 420px; }
  .item h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 15px; }
  .item table {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    border-top: 1px solid #ddd; }
    .item table tr {
      border-bottom: 1px solid #ddd; }
    .item table th, .item table td {
      padding: 5px 0; }
    .item table th {
      background-color: #f5f5f5;
      text-align: center;
      width: 80px; }
    .item table td {
      padding-left: 10px; }

@media screen and (max-width: 767px) {
  .isotope {
    width: 100%;
    margin-top: 20px; }

  .item {
    float: none;
    width: 100%;
    padding: 15px;
    min-height: initial; }
    .item h3 {
      font-size: 18px;
      font-size: 1.8rem; } }
.open {
  border-color: #8dcf3f; }
  .open table, .open table tr {
    border-color: #8dcf3f; }
  .open th {
    color: #8dcf3f; }

.general-prophase {
  border-color: #f8823c; }
  .general-prophase table, .general-prophase table tr {
    border-color: #f8823c; }
  .general-prophase th {
    color: #f8823c; }

.general-medium {
  border-color: #33bfdb; }
  .general-medium table, .general-medium table tr {
    border-color: #33bfdb; }
  .general-medium th {
    color: #33bfdb; }

.general-anaphase {
  border-color: #ffb929; }
  .general-anaphase table, .general-anaphase table tr {
    border-color: #ffb929; }
  .general-anaphase th {
    color: #ffb929; }

.center {
  border-color: #f27398; }
  .center table, .center table tr {
    border-color: #f27398; }
  .center th {
    color: #f27398; }

.ao {
  border-color: #CC66CC; }
  .ao table, .ao table tr {
    border-color: #CC66CC; }
  .ao th {
    color: #CC66CC; }

.club {
  border-color: #7272FF; }
  .club table, .club table tr {
    border-color: #7272FF; }
  .club th {
    color: #7272FF; }

