@charset "utf-8";
/* jsor responsive.css */
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.wid90{
    width: 90px;
}
.wid150{
    width: 150px;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.clearfix:after { /*clearfix設定*/
  content: "";
  display: block;
  clear: both;
}
.head_smp {
  display: none;
}
#toggle {
  display: none;
}
#nav-smp {
  display: none;
}
#page_top {
  display: none;
}
#page_top img {
  display: none;
}
/*  ～320px (Smart Phone) */
@media screen and (max-width:320px) {
  /*==========================================
 ヘッダーのスタイル
===========================================*/
}
/*  ～736px （スマートフォン用）*/
@media screen and (max-width:736px) {
  img {
    width: 100%;
  }
  .smp-none {
    display: none;
  }
  #toggle {
    display: block;
  }
  #head01 {
    padding-top: 0px;
  }

  /*==========================================
 body
===========================================*/
  body {
    width: 100%;
    height: 100%;
    line-height: 180%;
    padding: 0px;
    margin: 0px;
  }
  /*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
  /* ハンバーガーボタン */
  #toggle {
    width: 100%;
  }
  .drawer-toggle {
    border: 0px;
  }
  .drawer-hamburger-icon {
    width: 80%;
    height: 80%;
    min-height: 52px;
    float: right;
    margin: 50% 15% 0 0;
  }
  /*==========================================
 ヘッダーのスタイル
===========================================*/
  header {
    width: 100%;
    max-width: 736px;
    display: block;
    clear: both;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  /*--見出し（ロゴ）--*/
  header h1 {
    width: 70%;
    max-width: 475px;
    vertical-align: middle;
    display: block;
    padding: 30px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
  }
  header h1 a {
    display: inline-block;
  }
  /*--ヘッダーリスト--*/
  header ul {
    width: 250px;
    display: table;
    float: right;
    margin: 0px 0px 5px 0px;
  }
  header li.h-list01 a {
    width: 100px;
    float: right;
    text-align: right;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  header li.h-list02 a {
    width: 100px;
    float: right;
    text-align: right;
    position: relative;
    padding: 0px 25px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  header li.h-list01 a:after {
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -7px;
    border-bottom: 2px solid #7D6B65;
    border-right: 2px solid #7D6B65;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -15%;
  }
  header li.h-list02 a:after {
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -7px;
    border-bottom: 2px solid #7D6B65;
    border-right: 2px solid #7D6B65;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10%;
  }
  /*--検索ボックス--*/
  header .search {
    width: 96%;
    clear: both;
    padding: 2%;
  }
  header .search .gsc-control-cse table td.gsc-input {
    padding: 0px;
  }
  header .search .gsc-control-cse table td.gsc-search-button {
    padding: 0 0 0 5px;
  }
  header .search input[type="search"] {
    width: 89%;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 0px 0px 0px 0px;
  }
  header .search input[type="button"] {
    width: 30px;
    height: 30px;
    float: right;
    background-size: 20px;
    margin: 0px;
  }
  /*==========================================
 コンテンツエリア -> 「HOME」のスタイル
===========================================*/
  /*--.main_picture--*/
  .main_picture {
    width: 100%;
    height: 400px;
    margin: -40px auto 40px auto;
    background: url("../img/imgMain_picture01.jpg") no-repeat top center;
    background-size: cover;
  }
  .main_picture h1 {
    width: 80%;
    max-width: 475px;
    margin: 0px auto 20px auto;
  }
  .main_picture img {
    padding-top: 20px;
    display: block;
  }
  .main_picture_menu {
    width: 90%;
    margin: 0 auto;
  }
  .main_picture_menu .login {
    width: 86%;
    margin: 0px auto 10px auto;
  }
  .main_picture_menu .login a {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 55px;
    margin: 0px auto 0px auto;
  }
  .main_picture_menu ul {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    margin: 0px 0px 15px 0px;
  }
  .main_picture_menu li {
    margin: 5px 0px 5px 0px;
  }
  .main_picture_menu li a {
    padding: 5px;
  }
  .pc_br {
    display: none;
  }
  .main_picture_menu li a:after {
    content: "";
    border-style: solid;
    border-color: transparent #FF8C96 #FF8C96 transparent;
    border-width: 0 0 20px 20px;
    right: 5px;
    bottom: 5px;
  }
  /*==========================================
 コンテンツエリア -> 「HOME」 -> mainのスタイル
===========================================*/
  main {
    margin-bottom: 40px;
    padding: 30px 0;
  }
  /*--学会からのお知らせ--*/
  .news {
    width: 98%;
    margin: 0 auto 30px auto;
  }
  .news h1 {
    width: 90%;
    margin: 0px auto 15px auto;
  }
  .news img {
    max-width: 335px;
    margin: 0px auto 0px auto;
  }
  .news ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    z-index: 10;
  }
  .news ul.tabs {
    vertical-align: top;
  }
  .news li {
    padding-right: 5px;
    display: flex;
  }
  .news li span {
    line-height: 32px;
    font-size: 13px;
    padding: 0.5em 0px 0.7em 0px;
  }
  .news li.current span {
    line-height: 32px;
    font-size: 13px;
    padding: 0.6em 0px 0.6em 0px;
  }
  .news li span.n-tab02 {
    line-height: 10px;
    font-size: 10px;
    position: relative;
    padding: 1.9em 5px 1.0em 5px;
    margin: 0px 0px 2px 0px;
  }
  .news li.current span.n-tab02 {
    line-height: 10px;
    font-size: 10px;
    padding: 1.9em 5px 0.8em 5px;
  }
  .news_wrap {
    padding: 10px 10px 20px 10px;
  }
  /*--求人のお知らせ--*/
  .recruit {
    width: 98%;
    margin: 0 auto 60px auto;
  }
  .recruit h1 {
    width: 90%;
    margin: 0px auto 15px auto;
  }
  .recruit img {
    max-width: 273px;
    margin: 0px auto 0px auto;
  }
  .recruit ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    z-index: 10;
  }
  .recruit li span {
    line-height: 52px;
    font-size: 15px;
  }
  .recruit li span a {
    line-height: 52px;
    font-size: 14px;
  }
  .recruit li span.r-tab02 a {
    font-size: 13px;
  }
  .recruit li.current-r span {
    line-height: 50px;
    font-size: 14px;
  }
  .recruit_wrap {
    padding: 10px 10px 20px 10px;
  }
  /*求人のお知らせ*/
  .recruit_wrap_btn {
    width: 100%;
    
  }
  .recruit_btn {
  max-width: 290px;
    width: 90%;
    margin: 20px auto;
  }
  .recruit_btn a {
    width: 100%;
    padding: 10px 0px;
    border: 1px solid #931C3F;
    background-color: #FEF3F4;
    color: #931C3F;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    
    text-decoration: none;
    display: block;
    box-sizing: border-box;
  }
  .recruit_btn a:hover {
    opacity: 0.7;
  }
  .scroll {
    height: 150px;
  }
  .information_table table {}
  .information_table th, .information_table td {
    font-size: 13px;
    padding: 5px 2px;
    line-height: 22px;
  }
  .information_table th {
    width: 120px;
    padding-right: 10px;
  }
  .information_table th span {
    padding: 4px 30px 4px 10px;
  }
  .information_table th span:after {
    top: 50%;
    right: 10px;
  }
  /*==========================================
 下層ページメインのスタイル
===========================================*/
  .main_wrap {
    width: 100%;
    margin: 0 auto 40px auto;
    display: block;
  }
  .main_content {
    width: 96%;
    display: block;
    padding: 5%;
    margin: 0 auto 40px auto;
  }
  .main_content h1 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 2px;
  }
  .main_content .h {
    margin: 0 0 20px 0;
    padding-left: 18px;
    font-size: 18px;
    text-align: left;
    line-height: 140%;
    letter-spacing: 0px;
  }
  .main_content .h:before {
    border: 2px solid #931C3F;
  }
  .main_content .text {
    font-size: 90%;
    line-height: 160%;
  }
  .main_content .box {
    margin: 0 0 30px 0;
  }
  /* テキストボックス */
  .box01 {
    font-size: 95%;
  }
  /* リンク関連 */
  .links {
    width: 98%;
  }
  .links li {
    text-align: left;
  }
  .links li a:before {
    top: 50%;
    left: 15px;
  }
  /* ボタン関連 */
  .button {}
  .button a {
    width: 80%;
    font-size: 90%;
    padding: 5% 10%;
  }
  /* サイドナビ */
  .side_nav {
    width: 96%;
    padding: 10px 0 0 0px;
    border-top: 2px solid #5C483E;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0px auto 0px auto;
  }
  .side_nav h1 {
    margin-bottom: 20px;
    padding: 0px 0px 10px 0px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  .side_nav ul {
    margin-bottom: 40px;
  }
  .side_nav li {
    margin-bottom: 5px;
  }
  .side_nav li a {
    padding-left: 17px;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    display: block;
    position: relative;
  }
  /*==========================================
 コンテンツエリア -> 「本会概要」
===========================================*/
  /* 理事・監事・各委員会 */
  .committee01 ul li {
    font-size: 90%;
  }
  .committee02 ul li {
    font-size: 80%;
  }
  /* 代議員 */
  ul.delegate_list li {
    width: 100%;
    font-size: 90%;
    clear: both;
  }
  /* 定款および規定・細則 */
  .rule_title {
    font-size: 19px;
  }
  /* 賞関係 */
  .category {
    width: 20%;
  }
  td.category {
    width: 25%;
    text-align: center;
    padding: 0% 2%;
  }
  .essay_title {
    font-size: 95%;
    text-align: left;
  }
  .essay_title2 {
    font-size: 95%;
    text-align: left;
  }
  .award_title {
    font-size: 95%;
    text-align: left;
  }
  .award_author01 {
    font-size: 95%;
    text-align: left;
  }
  .award_author02 {
    font-size: 95%;
    text-align: left;
  }
  /*学会ロゴマークについて*/
  .logo_mark .decision p {
    float: left;
    margin: 70px 0 0 0px;
  }
  .logo_mark .sub_decision .logo02 {
    float: left;
    margin: 15px 0px 0px 0px;
  }
  .logo_mark .sub_decision .logo02 p {
    text-align: center;
    margin: 6px 0px 0px 0px;
  }
  .logo_mark .sub_decision .logo03 {
    float: right;
  }
  .logo_mark .sub_decision .logo03 p {
    text-align: center;
    margin: 0px 0px 0px 0px;
  }
  /*==========================================
 コンテンツエリア -> 「学会刊行物」
===========================================*/
  /* JMOR投稿規定と投稿ページ */
  .publication_table {
    width: 100%;
    font-size: 95%;
    margin: 10px 0 10px 0px;
    box-sizing: border-box;
  }
  /*==========================================
 コンテンツエリア -> 「生殖補助医療胚培養士について」
===========================================*/

  /* ヘッドライン詳細／要項／規程 */
  .rule_table {
    width: 100%;
    font-size: 95%;
    margin: 10px 0 10px 20px;
    box-sizing: border-box;
  }
  .rule_table th.th01 {
    width: 5%;
    padding: 0px;
  }
  .rule_table td.td01 {
    width: 25%;
    padding: 0px;
  }
  .rule_table02 {
    width: 93%;
    font-size: 95%;
    margin: 10px 0 10px 20px;
    box-sizing: border-box;
  }
  .rule_table02 th.th01 {
    width: 5%;
    padding: 0px;
  }
  .rule_table02 td.td01 {
    width: 25%;
    padding: 0px;
  }
  .application_form_buttons a {
    display: inline-block;
    width: 45%;
    height: 80px;
    border: 3px solid #2AA23F;
    background-color: #b2ffb2;
    border-radius: 10px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
    color: #2AA23F;
  }
  .rule_table {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
  }
  /* 倫理講習会、胚培養士セミナー開催情報と申込 */
  .event_table {
    width: 99%;
    font-size: 95%;
    line-height: 120%;
  }
  .event_table th, .event_table td {
    padding: 7px 10px;
    text-align: left;
    vertical-align: top;
  }
  .event_table th {
    padding-left: 20px;
    position: relative;
  }
  .event_table th:before {
    content: '';
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #931C3F;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 7px;
  }
  .event_table th.et_th02:before {
    content: '';
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #931C3F;
    border-radius: 2px;
    position: absolute;
    top: 33%;
    left: 7px;
  }
  th.et_th01 {
    width: 35%;
  }
  .application_form_buttons_g a {
    font-size: 1.0rem;
  }
    

    
    
  /*==========================================
 フッターのスタイル
===========================================*/
  footer {
    padding: 40px 0;
  }
  footer .footer_wrap {
    width: 90%;
    margin: 0 auto;
    clear: both;
  }
  footer .menu {
    width: 45%;
    padding-right: 0px;
    box-sizing: border-box;
    display: block;
    display: table-cell;
    vertical-align: top;
    margin: 0px auto 30px auto;
  }
  footer .menu dl {
    margin: 0px 0px 20px 10px;
    padding: 0px;
  }
  footer .menu dl:last-child {
    margin-bottom: 0px 0px 0px 0px;
  }
  footer .menu dt {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 120%;
    position: relative;
  }
  footer .menu dt:before {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: -15px;
  }
  footer .menu dd {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 120%;
  }
  footer .menu dd a {
    text-decoration: none;
    line-height: 8px;
    color: #FFFFFF;
  }
  footer .menu dd a:hover {
    color: #5C483E;
  }
  footer .information {
    width: 90%;
    padding: 0px;
    box-sizing: border-box;
    display: block;
    vertical-align: top;
    margin: 20px auto 0px auto;
  }
  footer .information a {
    color: #FFFFFF;
    text-decoration: underline;
  }
  footer .information a:hover {
    color: #5C483E;
  }
  footer .information img {
    max-width: 475px;
    margin-bottom: 30px;
    vertical-align: bottom;
    display: block;
  }
  footer .information address {
    margin-bottom: 26px;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;
  }
  footer .information em {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    /*
    text-decoration: underline;
*/
  }
  footer .information dl {
    margin-bottom: 30px;
  }
  footer .information dt, footer .information dd {
    font-size: 11px;
    line-height: 22px;
    color: #FFFFFF;
  }
  footer .information dt {
    margin-bottom: 5px;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
  }
  footer .information dt:before {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 4px;
  }
  footer .information dd {}
  footer small {
    font-size: 11px;
    line-height: 140%;
    color: #FF8C96;
    background-color: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    display: block;
    padding: 5%
  }
  /*==========================================
 TOPへ戻るボタンのスタイル
===========================================*/
  #page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #page-top a {
    width: 54px;
    height: 54px;
    font-size: 10px;
    color: #FFFFFF;
    text-indent: -9999px;
    background-color: #8E1B3D;
    border-radius: 30px;
    display: block;
    position: relative;
    opacity: 0.75;
  }
  #page-top a:before {
    content: '';
    width: 14px;
    height: 14px;
    margin-top: -5px;
    margin-left: -9px;
    border-top: 4px solid #FFFFFF;
    border-left: 4px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  #page-top a:hover {
    background-color: #B05F76;
  }
  /* 検索結果 */
  .gsc-results-wrapper-nooverlay {
    width: 98% !important;
    margin: 0 auto !important;
  }
}
/*  666px～737px (スマートフォン・横) */
@media screen and (min-width:666px) and (max-width:737px) {
  /*==========================================
 コンテンツエリア -> 「HOME」 -> mainのスタイル
===========================================*/
  /*--学会からのお知らせ--*/
  .news li span.n-tab02 {
    line-height: 29px;
    font-size: 10px;
    padding: 10px 0px 10px 0px;
  }
  .news li.current span.n-tab02 {
    line-height: 30px;
    font-size: 10px;
    padding: 10px 0px 8px 0px;
  }
   
}
/*  666px (スマートフォン・横) */
@media(max-width:666px){
     .wid90,.wid150{
        width: auto;
    }
}
@media(max-width:737px){
       .onazi{
        background: none;
        font-size: 15px;
    }
}
/*  736px～960px (タブレット用) */
@media screen and (min-width:737px) and (max-width:960px) {
  img {
    width: 100%;
  }
  .tab-none {
    display: none;
  }
  #toggle {
    display: block;
  }
  #head01 {
    padding-top: 0px;
  }
    .onazi{
        background: none;
        font-size: 15px;
    }
  /*==========================================
 一時配置
===========================================*/
  /*==========================================
 body
===========================================*/
  body {
    width: 100%;
    height: 100%;
    line-height: 180%;
    padding: 0px;
    margin: 0px;
  }
  /*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
  /* ハンバーガーボタン */
  #toggle {
    width: 100%;
  }
  .drawer-toggle {
    border: 0px;
  }
  .drawer-hamburger-icon {
    width: 80%;
    height: 80%;
    min-height: 52px;
    float: right;
    margin: 15% 15% 0 0;
  }
  /*==========================================
 #container
===========================================*/
  #container {
    width: 100%;
    padding: 0px;
    margin: 0px auto 0px auto;
  }
  /*==========================================
 ヘッダーのスタイル
===========================================*/
  header {
    width: 100%;
    max-width: 960px;
    display: block;
    clear: both;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  /*--見出し（ロゴ）--*/
  header h1 {
    width: 70%;
    max-width: 475px;
    vertical-align: middle;
    display: block;
    padding: 30px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
  }
  header h1 a {
    display: inline-block;
  }
  /*--ヘッダーリスト--*/
  header ul {
    width: 250px;
    display: table;
    float: right;
    margin: 0px 0px 5px 0px;
  }
  header li.h-list01 a {
    width: 100px;
    float: right;
    text-align: right;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  header li.h-list02 a {
    width: 100px;
    float: right;
    text-align: right;
    position: relative;
    padding: 0px 25px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  header li.h-list01 a:after {
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -7px;
    border-bottom: 2px solid #7D6B65;
    border-right: 2px solid #7D6B65;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -15%;
  }
  header li.h-list02 a:after {
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -7px;
    border-bottom: 2px solid #7D6B65;
    border-right: 2px solid #7D6B65;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10%;
  }
  /*--検索ボックス--*/
  header .search {
    width: 96%;
    clear: both;
    padding: 2% 2%;
  }
  header .search input[type="search"] {
    width: 93%;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 0px 0px 0px 0px;
  }
  header .search input[type="button"] {
    width: 30px;
    height: 30px;
    float: right;
    background-size: 20px;
    margin: 0px;
  }
  /*==========================================
 コンテンツエリア -> 「HOME」のスタイル
===========================================*/
  /*--.main_picture--*/
  .main_picture {
    width: 100%;
    height: 400px;
    margin: -40px auto 40px auto;
    background: url("../img/imgMain_picture01.jpg") no-repeat top center;
    background-size: cover;
  }
  .main_picture h1 {
    max-width: 475px;
    margin: 0px auto 30px auto;
  }
  .main_picture img {
    padding-top: 40px;
    display: block;
  }
  .main_picture_menu {
    width: 90%;
    height: 200px;
    margin: 0 auto;
    position: relative;
  }
  .main_picture_menu .login {
    width: 50%;
    margin: 0px auto 20px auto;
  }
  .main_picture_menu .login a {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 55px;
    margin: 0px auto 0px auto;
  }
  .main_picture_menu ul {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .main_picture_menu li {
    vertical-align: top;
    width: 24%;
  }
  .main_picture_menu li a {

    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main_picture_menu li a:after {
    content: "";
    border-style: solid;
    border-color: transparent #FF8C96 #FF8C96 transparent;
    border-width: 0 0 20px 20px;
    right: 5px;
    bottom: 5px;
  }
  /*==========================================
 コンテンツエリア -> 「HOME」 -> mainのスタイル
===========================================*/
  main {
    margin-bottom: 40px;
    padding: 30px 0;
  }
  /*--学会からのお知らせ--*/
  .news {
    width: 98%;
    margin: 0 auto 30px auto;
  }
  .news h1 {
    width: 90%;
    margin: 0px auto 15px auto;
  }
  .news img {
    max-width: 335px;
    margin: 0px 0px 0px 0px;
  }
  .news ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    z-index: 10;
  }
  .news li {
    padding-right: 5px;
    display: table-cell;
  }
  .news li span {
    line-height: 52px;
    font-size: 14px;
  }
  .news li span.n-tab02 {
    line-height: 52px;
    font-size: 12px;
  }
  .news li.current span.n-tab02 {
    line-height: 52px;
    font-size: 12px;
  }
  .news li.current span {
    line-height: 50px;
    font-size: 14px;
  }
  .news_wrap {
    padding: 10px 10px 20px 10px;
  }
  /*--求人のお知らせ--*/
  .recruit {
    width: 98%;
    margin: 0 auto 20px auto;
  }
  .recruit h1 {
    width: 90%;
    margin: 0px auto 15px auto;
  }
  .recruit img {
    max-width: 273px;
    margin: 0px auto 0px auto;
  }
  .recruit ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    z-index: 10;
  }
  .recruit li span {
    line-height: 52px;
    font-size: 15px;
  }
  .recruit li span a {
    line-height: 52px;
    font-size: 15px;
  }
  .recruit li span.r-tab02 a {
    font-size: 13px;
  }
  .recruit li.current-r span {
    line-height: 50px;
    font-size: 15px;
  }
  .recruit_wrap {
    padding: 10px 10px 20px 10px;
  }
  .recruit_wrap_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .recruit_btn {
    width: 45%;
  }
  .recruit_btn a {
    width: 100%;
    padding: 10px 0px;
    border: 1px solid #931C3F;
    background-color: #FEF3F4;
    color: #931C3F;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
  }
  .recruit_btn a:hover {
    opacity: 0.7;
  }
  .scroll {
    height: 150px;
  }
  .information_table table {}
  .information_table th, .information_table td {
    padding: 5px 2px;
    line-height: 20px;
  }
  .information_table th {
    width: 120px;
    padding-right: 10px;
  }
  .information_table th span {
    padding: 4px 30px 4px 10px;
  }
  .information_table th span:after {
    top: 50%;
    right: 10px;
  }
  /*==========================================
 下層ページメインのスタイル
===========================================*/
  .main_wrap {
    width: 96%;
    margin: 0 auto 40px auto;
    display: table;
  }
  .main_content {
    width: 100%;
    padding: 5%;
    display: block;
    margin: 0 auto 40px auto;
  }
  .main_content h1 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 4px;
  }
  .main_content .h {
    margin: 0 0 20px 0;
    padding-left: 20px;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: left;
  }
  .main_content .h:before {
    border: 3px solid #931C3F;
  }
  /* サイドナビ */
  .side_nav {
    width: 96%;
    padding: 10px 0 0 0px;
    border-top: 2px solid #5C483E;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0px auto 0px auto;
  }
  .side_nav h1 {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2px;
  }
  .side_nav ul {
    clear: both;
    margin: 0px 0px 40px 10px;
  }
  .side_nav li {
    margin-bottom: 15px;
  }
  .side_nav li a {
    padding-left: 17px;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    float: left;
    display: table-cell;
    position: relative;
    margin: 0px 40px 15px 0px;
  }
  /*==========================================
 コンテンツエリア -> 「本会概要」
===========================================*/
  /* 定款および規定・細則 */
  .rule_title {
    font-size: 22px;
  }
  /* 賞関係 */
  .category {
    width: 25%;
  }
  td.category {
    width: 25%;
    text-align: center;
    padding: 0% 2%;
  }
  /*==========================================
 コンテンツエリア -> 「学会刊行物」
===========================================*/
  /* JMOR投稿規定と投稿ページ */
  .publication_table {
    width: 620px;
    margin: 10px 0 10px 20px;
    box-sizing: border-box;
  }

  /*==========================================
 フッターのスタイル
===========================================*/
  footer {
    padding: 40px 0;
  }
  footer .footer_wrap {
    width: 96%;
    margin: 0 auto;
    display: table;
  }
  footer .menu {
    width: 25%;
    padding-right: 20px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
  }
  footer .menu dl {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  footer .menu dl:last-child {
    margin-bottom: 0;
  }
  footer .menu dt {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 140%;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
  }
  footer .menu dt:before {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: -15px;
  }
  footer .menu dd {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 130%;
  }
  footer .menu dd a {
    text-decoration: none;
    line-height: 130%;
    color: #FFFFFF;
  }
  footer .menu dd a:hover {
    color: #5C483E;
  }
  footer .information {
    width: 45%;
    padding-left: 30px;
    box-sizing: border-box;
    border-left: 1px solid #FFFFFF;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
  }
  footer .information a {
    color: #FFFFFF;
    text-decoration: underline;
  }
  footer .information a:hover {
    color: #5C483E;
  }
  footer .information img {
    max-width: 400px;
    margin-bottom: 50px;
    vertical-align: bottom;
    display: block;
  }
  footer .information address {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
  }
  footer .information em {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    display: block;
  }
  footer .information dl {
    margin-bottom: 50px;
  }
  footer .information dt, footer .information dd {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
  }
  footer .information dt {
    margin-bottom: 5px;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
  }
  footer .information dt:before {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 4px;
  }
  footer .information dd {}
  footer small {
    font-size: 12px;
    line-height: 150%;
    color: #FF8C96;
    background-color: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    display: block;
    padding: 3%;
  }
  /*==========================================
 TOPへ戻るボタンのスタイル
===========================================*/
  #page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #page-top a {
    width: 54px;
    height: 54px;
    font-size: 10px;
    color: #FFFFFF;
    text-indent: -9999px;
    background-color: #8E1B3D;
    border-radius: 30px;
    display: block;
    position: relative;
    opacity: 0.75;
  }
  #page-top a:before {
    content: '';
    width: 14px;
    height: 14px;
    margin-top: -5px;
    margin-left: -9px;
    border-top: 4px solid #FFFFFF;
    border-left: 4px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  #page-top a:hover {
    background-color: #B05F76;
  }
  /* 検索結果 */
  .gsc-results-wrapper-nooverlay {
    width: 96% !important;
    margin: 0 auto !important;
  }
}
/*  960px～ (PC用) */
@media print, screen and (min-width: 961px) {
  .pc-none {
    display: none;
  }
  /*==========================================
 body
===========================================*/
  /*==========================================
 ヘッダーのスタイル
===========================================*/
  header {
    width: 1000px;
    margin: 30px auto;
    position: relative;
  }
  /*--見出し（ロゴ）--*/
  header h1 {}
  header h1 a {
    display: inline-block;
  }
  header h1 img {
    height: 70px;
    vertical-align: bottom;
  }
  /*--ヘッダーリスト--*/
  header ul {
    display: table;
    position: absolute;
    top: -5px;
    right: 5px;
  }
  header li a {
    position: relative;
    display: block;
    padding: 0 13px 0 30px;
  }
  header li a:after {
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -7px;
    border-bottom: 2px solid #7D6B65;
    border-right: 2px solid #7D6B65;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
  }
  /*--検索ボックス--*/
  header .search {
    width: 400px;
    padding: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  header .search input[type="search"] {
    width: 300px;
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
  }
  header .search input[type="button"] {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-size: 20px;
  }
  /*==========================================
 コンテンツエリア -> 「HOME」のスタイル
===========================================*/
  /*--.main_picture--*/
  .main_picture {
    width: 100%;
    height: 400px;
    margin: -40px auto 40px auto;
    background: url("../img/imgMain_picture01.jpg") no-repeat top center;
    background-size: cover;
  }
  .main_picture img {
    margin: 0 auto 80px auto;
    padding-top: 80px;
    display: block;
  }
  .main_picture_menu {
    max-width: 1000px;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    position: relative;
  }
  .main_picture_menu .login {
    position: absolute;
    bottom: 30px;
    right: 0;
  }
  .main_picture_menu .login a {
    width: 215px;
    font-size: 16px;
    font-weight: bold;
    line-height: 110px;
    border-radius: 55px;
  }
  .main_picture_menu ul {
    width: calc(100% - 250px);
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: absolute;
    bottom: 30px;
    left: 0;
  }
  .main_picture_menu li {
    width: 24%;
  }
  .main_picture_menu li a {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 150%;
  }
  .main_picture_menu li a:after {
    content: "";
    border-style: solid;
    border-color: transparent #FF8C96 #FF8C96 transparent;
    border-width: 0 0 20px 20px;
    right: 5px;
    bottom: 5px;
  }
  /*==========================================
 コンテンツエリア -> 「HOME」 -> mainのスタイル
===========================================*/
  /*--学会からのお知らせ--*/
  .news {
    width: 950px;
    margin: 0 auto 60px auto;
  }
  .news h1 {
    margin: 0 0 35px 50px;
  }
  .news ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    z-index: 10;
  }
  .news li {
    padding-right: 5px;
    display: table-cell;
  }
  .news li span {
    line-height: 56px;
    font-size: 15px;
  }
  /*.news li span:hover:after {
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -9px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
  }*/
  .news li.current span {
    line-height: 54px;
    font-size: 16px;
  }
  .news_wrap {
    padding: 40px 40px 50px 40px;
  }
  /*--求人のお知らせ--*/
  .recruit {
    width: 950px;
    margin: 0 auto 60px auto;
  }
  .recruit h1 {
    margin: 0 0 35px 50px;
  }
  .recruit img {
    vertical-align: bottom;
  }
  .recruit ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    z-index: 10;
  }
  .recruit li {
    padding-right: 5px;
    border-bottom: 1px solid #EBE9EB;
    display: table-cell;
  }
  .recruit li:last-child {
    padding-right: 0;
  }
  .recruit li span a {
    line-height: 56px;
    font-size: 17px;
  }
  /*.recruit li span {
	width:25%;
    margin-bottom: -1px;
    line-height: 54px;
	font-size: 18px;
	font-weight:bold;
    color: #7FABFF;
    background-color: #FFFFFF;
    border: 1px solid #EBE9EB;
    border-bottom: 4px solid #7FABFF;
    border-radius: 6px 6px 0 0;
    text-align: center;
    display: block;
  }*/
  .recruit li span a:hover {
    background-color: #B2CDFF;
    border: 1px solid #B2CDFF;
    position: relative;
  }
  /*.recruit li span a:hover:after {
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -9px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
  }*/
  .recruit li.current-r span {
    line-height: 54px;
    font-size: 18px;
  }
  .recruit_wrap {
    padding: 40px 40px 50px 40px;
  }
  .recruit_wrap_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .recruit_btn {
    width: 45%;
  }
  .recruit_btn a {
    width: 100%;
    padding: 10px 0px;
    border: 1px solid #931C3F;
    background-color: #FEF3F4;
    color: #931C3F;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
  }
  .recruit_btn a:hover {
    opacity: 0.7;
  }
  .scroll {
    height: 250px;
  }
  .information_table table {}
  .information_table th, .information_table td {
    padding: 7px 10px;
    line-height: 25px;
  }
  .information_table th {
    width: 140px;
    padding-right: 20px;
  }
  .information_table th span {
    padding: 4px 30px 4px 10px;
  }
  .information_table th span:after {
    top: 50%;
    right: 20px;
  }
  .information_table td {
    padding-top: 12px;
  }
  /*==========================================
 下層ページメインのスタイル
===========================================*/
  .main_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 40px auto;
    display: table;
  }
  .main_content {
/*    width: 740px;*/
      max-width: 740px;
    padding: 45px 49px 50px 49px;
    display: table-cell;
  }
  .main_content h1 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 4px;
  }
  .main_content .h {
    margin: 0 0 20px 0;
    padding-left: 20px;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: left;
  }
    .hmgb{
           margin: 0 0 20px 0;
          padding-left: 20px;
    font-size: 20px;
/*    line-height: 27px;*/
    letter-spacing: 1px;
    text-align: left;
}     .main_content .h:before {
    border: 3px solid #931C3F;
  }
     .main_content .hmgb:before {
    border: 3px solid #931C3F;
  }
    .main_content .hmgb{
        position: relative;
        color: #931C3F;
    }
    .main_content .hmgb:before {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: 5px;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_content .hmgb span {
   background: linear-gradient(transparent 50%, #FEE8EA 0%);
    display: inline;
    font-feature-settings: "palt";
  }
  /* サイドナビ */
  .side_nav {
    width: 260px;
    padding: 10px 0 0 40px;
    box-sizing: border-box;
    vertical-align: top;
  }
  .side_nav h1 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2px;
  }
  .side_nav ul {
    margin-bottom: 60px;
  }
  .side_nav li {
    margin-bottom: 9px;
  }
  .side_nav li a {
    padding-left: 17px;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    display: block;
    position: relative;
  }

  
  /*==========================================
 コンテンツエリア -> 「本会概要」
===========================================*/
  /* 定款および規定・細則 */
  .rule_title {
    font-size: 22px;
  }
  /*==========================================
 コンテンツエリア -> 「学会刊行物」
===========================================*/
  /* JMOR投稿規定と投稿ページ */
  .publication_table {
    width: 620px;
    margin: 10px 0 10px 20px;
    box-sizing: border-box;
  }
  /*==========================================
 コンテンツエリア -> 「生殖補助医療胚培養士について」
===========================================*/
  /*==========================================
 フッターのスタイル
===========================================*/
  footer {
    padding: 65px 0;
  }
  footer .footer_wrap {
    width: 1000px;
    margin: 0 auto;
    display: table;
  }
  footer .menu {
    width: 250px;
    padding-right: 20px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
  }
  footer .menu dl {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  footer .menu dl:last-child {
    margin-bottom: 0;
  }
  footer .menu dt {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
  }
  footer .menu dt:before {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: -15px;
  }
  footer .menu dd {
    margin-bottom: 7px;
    font-size: 15px;
  }
  footer .menu dd a {
    text-decoration: none;
    line-height: 18px;
    color: #FFFFFF;
  }
  footer .menu dd a:hover {
    color: #5C483E;
  }
  footer .information {
    width: 500px;
    padding-left: 30px;
    box-sizing: border-box;
    border-left: 1px solid #FFFFFF;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
  }
  footer .information a {
    color: #FFFFFF;
    text-decoration: underline;
  }
  footer .information a:hover {
    color: #5C483E;
  }
  footer .information img {
    margin-bottom: 50px;
    height: 70px;
    vertical-align: bottom;
    display: block;
  }
  footer .information address {
    margin-bottom: 27px;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
  }
  footer .information em {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: bold;
    display: block;
  }
  footer .information dl {
    margin-bottom: 50px;
  }
  footer .information dt, footer .information dd {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
  }
  footer .information dt {
    margin-bottom: 5px;
    padding-left: 20px;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
  }
  footer .information dt:before {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 4px;
  }
  footer .information dd {}
  footer small {
    font-size: 12px;
    line-height: 30px;
    color: #FF8C96;
    background-color: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    display: block;
  }
  /*==========================================
 TOPへ戻るボタンのスタイル
===========================================*/
  #page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
  }
  #page-top a {
    width: 58px;
    height: 58px;
    font-size: 10px;
    color: #FFFFFF;
    text-indent: -9999px;
    background-color: #8E1B3D;
    border-radius: 30px;
    display: block;
    position: relative;
  }
  #page-top a:before {
    content: '';
    width: 14px;
    height: 14px;
    margin-top: -5px;
    margin-left: -9px;
    border-top: 4px solid #FFFFFF;
    border-left: 4px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  #page-top a:hover {
    background-color: #B05F76;
  }
  /* 検索結果 */
  .gsc-results-wrapper-nooverlay {
    width: 800px !important;
    margin: 0 auto !important;
  }
}
/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
/* ドロワーメニュー */
/* 外枠はそのまま */
#menu-outer {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* 内枠を追加 */
#menu-inner {
  height: 100%;
  overflow-y: auto;
}
.drawer-nav-list {
  width: 100%;
  list-style-type: none;
  margin-top: 0px;
}
.drawer-nav-list ul {
  border-top: 1px solid #F7F6F7;
}
.drawer-nav-list li {
  font-size: 13px;
  border-bottom: 1px solid #F7F6F7;
  margin-right: 0px;
}
.drawer-nav-list li a {
  display: block;
  text-decoration: none;
}
.drawer-nav-list li a:link, .drawer-nav-list li a:visited {
  color: #FFFFFF;
  background-color: #FF8C96;
  padding: 8px 10px 8px 10px;
}
.drawer-nav-list li a:hover, .drawer-nav-list li a:active {
  color: #FFFFFF;
  background-color: #7D6B65;
}
.drawer-default a:hover, .drawer-default a:focus {
  color: #FFFFFF !important;
  text-decoration: none;
}
.nolink {
  font-size: 13px;
  color: #fff;
  background-color: #941C3E;
  padding: 10px;
  border-bottom: 1px solid #5E6899;
  margin-right: 0px;
}
.nolink-sub {
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
  background-color: #111111;
  padding: 2px 10px;
  border-bottom: 1px solid #941C3E;
  margin-right: 0px;
}
.drawer-nav-sub {
  width: 100%;
  list-style-type: none;
  margin-top: 0px;
}
.drawer-nav-list ul {
  border-bottom: 1px solid #F7F6F7;
}
.drawer-nav-sub li {
  font-size: 12px;
  line-height: 150%;
  border-bottom: 1px solid #F7F6F7;
  margin-right: 0px;
}
/*.drawer-nav-sub li:last-child{
	border-bottom:none;
}*/
.drawer-nav-sub li a {
  display: block;
  text-decoration: none;
}
.drawer-nav-sub li a:link, .drawer-nav-sub li a:visited {
  color: #FFFFFF;
  background-color: #F2A2A6;
  padding: 5px 10px;
}
.drawer-nav-sub li a:hover, .drawer-nav-sub li a:active {
  color: #FFFFFF;
  background-color: #978984;
  padding: 5px 10px;
}