@charset "utf-8";

/* ------------------ tags ------------------ */
body {
  background-color:#fff;
}
div {
  box-sizing:border-box;
}
a {
  color: #1a0dab;
}
a:link {
//  text-decoration:none;
  color: #1a0dab;
}
a:visited {
  text-decoration:none; 
  color: #1a0dab;
}
a:hover {
//  text-decoration:none;
  color: #1a0dab;
}
a:active {
  text-decoration:none;
  color: #1a0dab;
}

/* ------------------ generic class ------------------ */
.left {
    float:left;
}
.right {
    float:right;
}
.clear {
    clear:both;
}
.tacenter {
    text-align:center;
}
.taright {
    text-align:right;
}
.fxl {
    font-size:23px;
}
.fl {
    font-size:22px;
}
.fml {
    font-size:21px;
}
.fm {
    font-size:20px;
}
.fms {
    font-size:19px;
}
.fs {
    font-size:18px;
}
.fxs {
    font-size:17px;
}
.fb {
    font-weight:bold;
}
.cred {
    color:red;
}
.cgray {
    color:#444;
}
.cnavy {
    color:#00008b;
}
.tright {
    text-align:right;
}
.tcenter {
    text-align:center;
}
.tleft {
    text-align:left;
}
.bw1px {
    border-width: 1px;
}
.bw2px {
    border-width: 2px;
}
.b3px {
    border-width: 3px;
}
.bcdark {
    border-color: #555;
}
.bcdarkblue {
    border-color: #00008b;
}
.br0px {
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.br5px {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.br10px {
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.mt50px {
    margin-top:50px;
}
.mt30px {
    margin-top:30px;
}
.mb50px {
    margin-bottom:50px;
}
.mb30px {
    margin-bottom:30px;
}
.lspacer20px {
    content:"　";
    height:20px;
    overflow:hidden;
}
.lspacer50px {
    content:"　";
    height:50px;
    overflow:hidden;
}
.pmbg_dark {
    background-color:#595969;
}
.pmbg_light {
    
}
.pmbg_pale {
    
}
.pmbg_blank {
    background-color:#fff;
}

/* ------------------ header menu css ------------------ */
#menubar{ background-color:#fff; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.toggle{display: block;}
.toggle a{ color:#ffffff; background:url(images/mobilemenu.png) no-repeat right center #da3813; padding:10px 10px; font-size:16px; text-align:left; display:none;}
.toggle a:hover{color:#ffffff !important;}
.sitenav {
    padding:0;
    text-align: center;
}
.sitenav ul {
    margin:0;
    padding:0;
    font-family:'Roboto', sans-serif;
    font-weight:400;
//    font-size:15px;
    font-size:16px;
}
.sitenav ul li { 
    display:inline-block;
    margin:0;
    position:relative;
    text-align:center;
}
.sitenav ul li a {
    padding:20px 25px;
    display:block;
//    color:#222;
    color:#777;
    border-right:1px solid #ccc;
}
.sitenav ul li a:link {
    color:#777;
}
.sitenav ul li a:visited {
    color:#777;
}
.sitenav ul li a:hover {
    color:#777;
}
.sitenav ul li a:active {
    color:#777;
}
.sitenav ul li ul li {
    display:block; position:relative; float:none; top:-1px;
    border-bottom:1px solid #ddd;
}
.sitenav ul li ul li a {
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    position:relative;
    top:1px; text-align:left;
//    border-right:none !important;
    border-left:1px solid #ccc;
}
.sitenav ul li a:hover, .sitenav ul li.current_page_item a {
    color:#da3813;
}
.sitenav ul li ul {
    display:none;
    z-index:9999999;
    position:relative;
//    border-top:1px solid #ccc;
    border-top:1px solid #ddd;
}
.sitenav ul li:hover > ul {
    display:block;
    width:240px;
    position:absolute;
    left:0;
    text-align:left; 
//    background-color:#ffffff;
    background-color:#F7F7F7;;
//    box-shadow:0 2px 2px #333;

}
.sitenav ul li:hover ul li ul {
    display:none;
    position:relative;
}
.sitenav ul li:hover ul li:hover > ul {
    display:block;
    position:absolute;
    left:240px;
    top:1px;
}
.sitenav ul li ul li ul {
    margin-top:10px;
}

/* ------------------- dropdown arrow ------------------- */
.sitenav .menu li > a.parent {
    padding-right: 2em;
    position: relative;
}
.sitenav .menu li > a.parent::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 0.3em;
    content: "";
    display: block;
    position: absolute;
    right: 0.8751em;
    top: 48%;
}
.sitenav .menu li ul li a.parent {
    padding-right: 20px;
}
.sitenav .menu li ul li a.parent::after {
    right: 0.8751em; top: 46%;
}

/* ------------------ header navi_bar ------------------ */
.header {
    font-size: 20px;
}
.navi_bar_pc {
//  background-color:#fff;
  border:none;
//  color:#3d4233;
}
.navi_bar_pc.fixed {
  position:fixed;
  top:0;
  left:0;
//  width:100vw;
  width:100%;
  box-shadow:0px 0px 3px 0 #345c8e;
  z-index:100;
}
.navi_bar_pc.fixed.display_none {
//  display:none;
}
.navi_logo {
  width:80px;
}
.navi_logo_box {
  padding:8px 10px 0 10px;
}
.navi_operation_box {
  padding:0 10px 0 10px;
  height:50px;
  line-height:50px;
  color:#1f4170;
}
.navi_operation_box:hover {
  color:#ff4717;
  background-color:#edf4ff;
}
.navi_bar_pc.fixed .navi_operation_box {
  color:#fff;
}
.navi_bar_pc.fixed .navi_operation_box:hover {
  color:#1f4170;
}
.navi_apply_free:hover {
  color:#fff;
  background-color:#transparent;
  opacity:0.8;
}
.navi_bar_mobile {
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:45px;
  background-color:#63a7fb;
  background-color:#fff;
//  border-top:solid 1px #5b8bc6;
  border-bottom:solid 1px #5b8bc6;
  z-index:900;
}
.navi_bar_mobile_menu {
  height:45px;
  width:45px;
  font-size:24px;
  line-height:45px;
  vertical-align:top;
  text-align:center;
  color:#0070c0;
}
.navi_bar_mobile_menu:hover {
  opacity:0.8;
}
.navi_bar_mobile_logo_box {
  padding:5px 0 0 5px;
}
.navi_menu_mobile {
  position:fixed;
//  top:45px;
  top:0;
  left:0;
  width:210px;
//  height:calc(100vh - 45px);
  height:calc(100vh + 30px);
  background-color:#63a7fb;
  box-shadow:0px 3px 3px 0 #4b5176;
  padding-top:70px;
  z-index:800;
}
.navi_menu_mobile_line {
  wodth:100%;
  margin:0 0 15px 5px;
  padding:2px 10px;
  font-size:21px;
  color:#fff;
  background-color:#63a7fb;
}
.navi_menu_mobile_line:hover {
  color:#4b5176;
  background-color:#fff;
}
a.navi_apply_free {
  display: block;
  background-color:#ff5e39;
  color:#fff;
  padding:0px 15px;
  height:34px;
  line-height:34px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  margin:8px;
}
a.navi_apply_free:link {
  text-decoration:none;
}
a.navi_apply_free:visited {
  text-decoration:none; 
}
a.navi_apply_free:hover {
  text-decoration:none;
}
a.navi_apply_free:active {
  text-decoration:none;
}
a.apply_free_link {
  text-decoration:none;
}
a.apply_free_link:link {
  text-decoration:none;
}
a.apply_free_link:visited {
  text-decoration:none; 
}
a.apply_free_link:hover {
  text-decoration:none;
}
a.apply_free_link:active {
  text-decoration:none;
}

/* ------------------ eye-catch ------------------ */
.eye-catch {
    width: 100%;
    max-width: 100%;
    border-top: solid 7px #f0eef3;
    border-bottom: solid 7px #f0eef3;
}

/* ------------------ menu ------------------ */
.menu_area {
    margin:30px 0;
    padding:10px;
    text-align:center;
}
.menu_box {
    margin:20px auto;
    max-width:720px;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.menu_title {
    padding:5px 0;
}
.menu_box ul {
    list-style: none;
}
.menu_box ul li {
    margin: 0;
    padding-left: 0;
}
.menu_box ul li::before {
    display: none;
}
.menu_h2_line {
    padding:5px 0 5px 0;
    line-height:28px;
}
a.menu_h2_link {
    font-decoration:underline;
    font-weight:bold;
    line-height:28px;
    font-size:16px;
    color:#1f4170;
}
.menu_h3_list {
}
.menu_h3_line {
    line-height:24px;
}
a.menu_h3_link {
    font-size:16px;
    line-height:28px;
    color:#1f4170;
}

/* ------------------ manager_portrait ------------------ */
.manager_portrait_box {
    overflow: hidden;
    height: 200px;
    
}
.manager_portrait {
    margin-top: -20px;
//    width: 160px;
    height: 240px;
}

/* ------------------- .managercard ------------------- */
.managercard {
    padding: 0;
    border: solid 1px #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 640px;
    margin: 20px auto;
    padding: 5px;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    background-color: #fffcf3;
}
.managercard-eyecatch {
    width: 150px;
    height: 150px;
    padding: 0;
    margin: 0 10px 0 0;
    overflow: hidden;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.managercard-eyecatch-img {
    margin-top: -15px;
//    margin-left: -20px;
    padding: 0;
    border: none;
//    width: 240px;
    height: 190px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.managercard-body {
    width: calc(640px - 190px);
}
.managercard-title {
    padding: 5px 0 0 0;
    color: #555;
    font-size: 16px;
//    line-height: 25px;
    font-weight: bold;
    overflow: hidden;
    word-break: break-all;
//    height: 50px;
    overflow: hidden;
}
.managercard-description {
    margin: 0;
    max-height: 120px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    overflow: hidden;
}

/* ------------------ action block ------------------ */
.action_box {
  margin:40px 0;
  width:100%;
}
.flat-button {
  width:300px;
  height:46px;
  line-height:46px;
  vertical-align:middle;
  text-align:center;
  margin:0 auto;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  font-size:22px;
  text-decoration:none;
  background-color:#f9f7f7;
  transition:all 0.8s ease;
}
.flat-button:hover, .flat-button:active {
  background-color:#fff;
  opacity:0.7;
}
.flat-button.blue {
  color:#fff;
  background-color:#1b7dc8;
}
.flat-button.green {
  color:#fff;
  background-color:#1abb00;
}
.flat-button.orange {
  color:#fff;
  background-color:#ff5e39;
}

/* ------------------ Page Index --------------------- */
#ez-toc-container {
    margin:50px auto;
    padding:15px;
}
#ez-toc-container p.ez-toc-title {
    text-align:center;
}
.ez-toc-title-toggle {
    display:none;
}

/* ------------------ apply free dialog ------------------ */
.apply_free_dialog {
  position:fixed;
  margin-left:5px;
  top:40px;
  right:0;
//  background-color:#fff;
  z-index:100;
}
.apply_free_dialog_head {
  padding:5px 10px;
  border:solid 1px #999;
  border-right:none;
  border-bottom:solid 1px #e5e5e5;
  text-align: left;
//  background-color:#fff;
  background-color:#e4ffd3;
  border-top-left-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
.apply_free_dialog_logo {
  width:70px;
}
.apply_free_dialog_title {
  padding-left:3px;
  line-height:32px;
  vertical-align:bottom;
}
.apply_free_close {
  cursor:pointer;
  padding:0 7px;
}
.apply_free_close_icon {
  font-size: 14px;
  color: #264b41;
  font-weight:100;
}
.apply_input_icon_box {
  padding:7px 5px 5px 0;
  width:25px;
}
.apply_input_icon {
  font-size:0.9em;
  color:#4d5582;
}
.apply_free_dialog_body {
  font-size: 0.9em;
  border:solid 1px #999;
  border-top:none;
  border-right:none;
//  background-color:#fff;
  background-color:#f8fff3;
  padding:7px 5px 10px 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 7px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 7px;
}
.apply_free_dialog_body * {
  font-size: inherit;
}
.message_box_outer {
}
.message_box {
  padding:3px;
  margin-bottom:5px;
  font-size:0.9em;
  background-color:#fff;
}
.message_box.red {
  border:solid 1px #f00;
}
.apply_free_body_description {
  max-width:400px;
}
.apply_free_body_icon {
  width:90px;
}
.apply_input {
//  width:calc(100% - 40px);
//  width:300px;
  width:100%;
}
.notice_box {
  padding:5px 0 5px 0;
  font-size:0.9em;
  text-align:center;
}
.submit_box {
//  padding:5px;
  text-align:center;
}
/* ------------------ apply free result dialog ------------------ */
.apply_free_result_dialog {
  position:fixed;
  width:500px;
//  height:500px;
  background-color:#fff;
  z-index:290;
  border:solid 1px #999;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.apply_free_result_dialog_header {
  padding:5px;
  background-color:#bdd6fe;
  border-bottom:solid 1px #e5e5e5;
}
.body_block {
  padding:15px 10px;
  margin:0 auto;
}
.top_message {
  font-size: 0.9em;
  font-weight:bold;
  padding:0 5px;
}
.login_desc_box {
  font-size: 0.9em;
  padding:0 5px;
}
.login_desc_icon {
  width:130px;
}
.login_info_box {
  font-size: 0.9em;
  border:solid 1px #bbb;
  padding:10px;
  margin:5px 0 10px 0;
  background-color:#fff8f3;
}
.login_info_box_td {
  padding:3px 5px;
  font-size: 0.9em;
}
.login_info_box_td_label {
  white-space: nowrap;
}
.login_info_box_td_content {
  text-align:left;
  word-break: break-all;
}
.login_confirm_box {
  text-align:center;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
  .apply_free_result_dialog {
    width:calc(100vw - 10px);
    margin:0 auto;
  }
  .top_message {
    font-size:1.2em;
  }
}

/* ------------------ inpage_submit_btn ------------------ */
.inpage_submit_btn {
  position:relative;
}
.inpage_submit_btn.on_loading {
}
.inpage_submit_label {
}
.inpage_submit_loading {
  width:30px;
  height:30px;
  position:absolute;
//  left:100px;
  left:calc(100% / 2 - 20px);
//  width:100%;
  text-align:center;
  display:inline;
//  display:inline-block;
  margin-top:8px;
}
.inpage_submit_loading>img {
}
.inpage_submit_btn>.inpage_submit_loading {
  display:none;
}
.inpage_submit_btn.on_loading>.inpage_submit_loading {
  display:inline;
}


/* ------------------ pages ------------------ */

/* ------------------ entry-content ------------------ */
.entry-content {
//    padding-top:50px;
    padding-top:0px;
}

/* ------------------ blog parts ------------------ */
.ez-toc-v2_0_11 {
    margin: 50px auto 0px auto;
}

.description {
    border:solid 1px #333;
    padding:10px;
}

/* ------------------ .contentbox ------------------ */
.contentbox p {
    margin-top: 15px;
    line-height: 28px;
}
.content-description {
    margin-bottom: 40px;
}

/* ------------------ headdering ------------------ */
.contentbox h2, .page_area h2 {
    font-size: 26px;
    line-height: 1.25;
    font-weight: bold;
    border-bottom: solid 2px #bbb;
//    margin-top: 3em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 8px;
    padding-left: 10px;
}
.contentbox h3, .page_area h3 {
    border: none;
    border-left: solid 5px #393f4c;
    font-size: 22px;
    padding: 12px 20px;
    margin: 2.4em 0 1em;
    line-height: 1.25;
    font-weight: bold;
    box-sizing: border-box;
}
.contentbox h4, .page_area h4 {
    border: none;
//    border-bottom: 6px solid #e5e4e6;
//    font-size: 20px;
    font-size: 18px;
//    padding: 9px 10px;
    padding: 20px 0 0 0;
//    margin: 2.4em 0 1em;
//    line-height: 1.25;
    font-weight: bold;
    box-sizing: border-box;
    overflow-wrap: break-word;
}
.contentbox h5, .page_area h5 {
    border: none;
    border-bottom: 1px dotted #999;
    font-size: 20px;
    padding: 9px 10px;
    margin: 2.4em 0 1em;
    line-height: 1.25;
    font-weight: bold;
    box-sizing: border-box;
    overflow-wrap: break-word;
}
.contentbox h6, .page_area h6 {

}

/* ------------------ speech(right) ------------------ */
.speech-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
}
.speech-person {
//  width: 12%;
    width: 92px;
//  min-width: 12%;
  margin-right:15px;
}
.speech-icon {

}
.speech-icon-image {
    width: 92px;
    height: 92px;
}
.speech-balloon {
    height: 100%;
    position: relative;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 6px;
    max-width: calc(100% - 100px);
    line-height: 28px;
}
.speech-balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -12px;
    top: 10px;
    border-right: 12px solid #ccc;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.speech-balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -9px;
    top: 10px;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
/* ------------------ blank box ------------------ */
.blank_box {
    border-width: 1px;
    border-style: solid;
    border-color: #aaa;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding:10px 10px 5px 10px;
}
/* -------------------- merit_box ------------------- */
.note_box {
    color:#3f3824;
    background-color: #fff3cf;
    margin-top: 0;
    margin-bottom: 30px;
    padding:10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.merit_box {
    color:#004738;
    background-color: #dcfef5;
//    border: dashed 1px #28d5a9;
    margin-top: 0;
//    margin-right: 10px;
    margin-bottom: 30px;
//    margin-left: 10px;
    padding:10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.demerit_box {
    color:#74413d;
    background-color: #fbe3e4;
//    border: dashed 1px #bb5b62;
//    margin: 0 10px 30px 10px;
    margin: 0 0 30px 0;
    padding:10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

/* ------------------ content image ------------------ */
.content_image {
    cursor: pointer;
    padding:0;
    margin:0 auto 30px auto;
//    box-sizing:border-box;
    text-align:center;
  overflow:hidden;
}
.content_image img {
    width:100%;
}
.content_image.full {
    width:calc(100% - 5px);
    transition: width 200ms 0s ease;
    overflow:hidden;
}
.content_image.full:hover {
    width:100%;
}
.content_image.middle {
    width:calc(80% - 5px);
    transition: width 200ms 0s ease;
}
.content_image.middle:hover {
    width:80%;
}
.content_image.small {
    width:calc(65% - 5px);
    transition: width 200ms 0s ease;
//    max-height:320px;
//    overflow:hidden;
}
.content_image.small:hover {
    width:65%;
}
.content_image.minimum {
    width:calc(50% - 5px);
    transition: width 200ms 0s ease;
//    max-height:320px;
//    overflow:hidden;
}
.content_image.minimum:hover {
    width:50%;
}
.content_image.frame {
    border:solid 10px #fff;
//    box-shadow:0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow:0px 0px 3px 0 rgba(0, 0, 0, 0.3);
}
.content_image.border {
    border:solid 1px #ccc;
}
.content_image.line_frame {
     border:solid 1px #aaa;
     padding:5px;
}
.content_image.shadow {
     
}
.content_image video {
    width:100%;
}

/* ------------------------ .ref_box ------------------------ */
.ref_box {
  margin: 50px 0;
}
h4.ref_box_h4 {
  margin: 50px auto 20px auto;
  font-size: 1.3rem;
  font-weight: bold;
}
.ref_image_box {
  margin: 20px;
//  padding: 10px;
//  border: solid 1px #eee;
}
img.ref_image {
  width: 360px;
  border:solid 5px #fff;
  opacity: 0.7;
}
.book_image_box {
  max-height: 400px;
  overflow: hidden;
  border:solid 5px #fff;
}
img.book_image {
  width: 600px;
}
img.feature_image_pc {
    margin: 0 auto;
  width: 800px;
}
img.feature_image_v {
    margin: 0 auto;
  width: 320px;
}
img.feature_image {
  margin: 0 auto;
  width: 800px;
  border:solid 10px #fff;
  box-shadow: 4px 4px 12px -7px rgba(0,0,0,0.7);
  -moz-box-shadow: 4px 4px 12px -7px rgba(0,0,0,0.7);
  -webkit-box-shadow: 4px 4px 12px -7px rgba(0,0,0,0.7);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.ref_descrition_box {
  margin: 20px auto;
  width: calc(100vw * 0.6);
  min-width: 600px;
  padding: 10px;
  line-height: 32px;
  border: solid 1px #ddd;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  font-size: 1.2rem;
  background-color: #fdfdfd;
}
.ref_descrition_quote {
  background-color: #ffeccc;
  padding: 10px 20px;
  font-size: 18px ;
  color: #52442d;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
/* ------------------ sp_image_icon ------------------ */
.sp_image_icon {
    width: 120px;
    height: 120px;
    border-radius: 15px;
}

/* ------------------ sp_image_list_box ------------------ */
.sp_image_list_box {
    border: solid 1px #ddd;
    padding: 3px;
//    background-color: #f9f9f9;
    background-color: #b0b1bc;
    overflow: scroll;
}
.sp_image_list_box img {
    margin: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/* ------------------ plane_box ------------------ */
.plane_box {
   padding: 15px;
//   width: 350px;
//   font-size: 16px;
   border: solid 1px #555;
   line-height:28px;
   background-color:#f4faff;
}

/* ------------------ iamge gallery ------------------ */
.iamge_gallery {
    display:none;
    margin-bottom:30px;
}
.iamge_gallery_body {
    display:inline;
}
.iamge_gallery_table {
    border:solid 1px #ddd;
    height:208px;
    overflow:hidden;
    position:relative;
    background-color:#555;
}
.iamge_gallery_btn {
    cursor: pointer;
//    height: 200px;
    background-color:#eee;
    padding:94px 5px;
//    border:solid 1px #777;
    width:20px;
}
.iamge_gallery_btn:hover {
    opacity:0.95;
}
.iamge_gallery_btn_left {
    
}
.iamge_gallery_btn_left_mark {
    height:0px;
    border-top: 10px solid #eee;
    border-right: 10px solid #999;
    border-bottom: 10px solid #eee;
    border-left: 0 solid #eee;
}
.iamge_gallery_btn_right {
    
}
.iamge_gallery_btn_right_mark {
    height:0px;
    border-top: 10px solid #eee;
    border-right: 0 solid #eee;
    border-bottom: 10px solid #eee;
    border-left: 10px solid #999;
}
.iamge_gallery_left {
    background-color:#000;
    position:absolute;
    left:0;
    box-sizing:border-box;
}
.iamge_gallery_center {
//    padding:0 7px;
    padding:8px 7px;
    overflow:hidden;
    background-color:#555;
    position:absolute;
    left:20px;
}
.iamge_gallery_right {
    background-color:#000;
    position:absolute;
    right:0;
}
.iamge_gallery_content {
    margin:0;
}
.iamge_gallery_content td {
    border:none;
}
.iamge_gallery_img_box {
    width:250px;
    padding:5px;
    border:solid 1px #aaa;
    margin:0 5px;
    background-color:#fff;
    overflow:hidden;
}
.iamge_gallery_img_box img {
    cursor: pointer;
    width:240px;
}
.iamge_gallery img {
    background-color:#eee;
}
.iamge_gallery_comment {
   font-size:16px;
   font-weight:bold;
}

/* ------------------ unnumbered list ------------------ */
.contentbox ul, .contentbox ol, .page_area ul, .page_area ol {
//    margin:5px 0 5px 20px;
    margin:5px 0 5px 0;
}
/* .contentbox ul li, .contentbox ol li {
    line-height:35px;
}
 */
.contentbox li, .page_area li {
//  padding-left:5px;
  padding-left:20px;
//  padding-left: 2px;
//  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: none;
//  line-height:30px;
  line-height: 25px;
}
.contentbox li::before, .page_area li::before {
    position: relative;
    top: -5px;
    left: -10px;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: '';
//    border-radius: 100%;
    border-radius: none;
//    background: #2c2e2f;
    background: #555;
}
#ez-toc-container li::before {
    display: none;
}

// .ez-toc-container li::before {
//     position: relative;
//     display: inline-block;
//     width: 0;
//     height: 0;
//     content: '';
//     border-radius: none;
//     background: #555;
// }

/* ------------------- download -------------------- */
a.download {
  outline: 0;
  color:#0000cd; !important;
  font-weight:bold;
  text-decoration: underline;
}
a.download:link {
  outline: 0;
  color:#0000cd; !important;
  text-decoration: none;
}
a.download:visited {
  outline: 0;
  color:#0000cd; !important;
  text-decoration: none;
}
a.download:hover {
  outline: 0;
  color:#ff6347; !important;
  text-decoration: none;
}
a.download:active {
  outline: 0;
  color:#ff6347; !important;
  text-decoration: none;
}


/* ------------------ unnumbered list danger ------------------ */


/* ------------------ list table ------------------ */
.list-table {
  border:none;
}
.list-table th {
  border:none;
  border-bottom:1px solid #333;
  padding:10px;
}
.list-table td {
  border:none;
  border-bottom:1px dotted #333;
  padding:10px;
}
.list-table tr:last-child td {
  border:none;
  border-bottom:1px solid #333;
}

/* ------------------ data table ------------------ */
.data-table {
    border:solid 1px #CCC;
}
.data-table th {
    border: solid 1px #a6c1b2;
    background-color: #dff2e8;
    font-size: 75%;
    padding:8px 5px;
    line-height:24px;
    text-align:center;
    color: #217346;
    font-weight: bold;
    white-space:nowrap;
}
.data-table th.th_vertical {
    width: 160px;
}
.data-table td {
    border:solid 1px #CCC;
    font-size: 90%;
    padding:8px 5px;
    line-height:26px;
    text-align:center;
    vertical-align: middle;
    white-space:nowrap;
}
.data-table tr.saturday td {
  background-color: #f5f5f5;
}
.data-table tr.sunday td {
  background-color: #f5f5f5;
}
.data-table tr.holiday td {
  background-color: #f5f5f5;
}
.data-table tr.today td {
  background-color: #FFE7E7;
}

/* ------------------ graph ------------------ */
#tide_graph {
  height: 100vh;
}

/* ------------------ link_list_box ------------------ */
.link_list_box {
  padding: 10px 0;
}
.link_list_box a {
  font-size: 20px;
}

/* ------------------ post-action-box ------------------ */
.post-action-box {
    border:solid 1px #ddd;
    box-shadow:0px 0px 5px 0 rgba(0, 0, 0, 0.3);
    padding:10px 15px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-image:url("/wp-content/uploads/common/img/action-background.png");
//    background-size:auto auto;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

/* ------------------ footer ------------------ */
.footer {
  border-top:solid 1px #ddd;
  background: #F7F7F7;
  line-height:36px;
  vertical-align:middle;
  text-align:center;
  color:#777;
  width:100%;
  font-size: 16px;
}
.footer_top_link_box {
  padding:3px 0;
  width: 100%;
  border-bottom: solid 0.5px #ddd;
  text-align: left;
  padding-left: 10px;
}
.footer_bottom_link_box {
  padding:3px 0;
  padding-right:10px;
}
.copyright {
  border-top:solid 2px #ddd;
  background-color:#f9f9f9;
  padding-bottom:10px;
//  height:30px;
//  line-height:36px;
  vertical-align:middle;
  text-align:center;
  color:#666;
}
.footer a {
//  color: #303155; !important;
  color:#777;
  transition:all 0.1s ease;
}
.footer a:link {
//  color: #303155; !important;
  color:#777;
}
.footer a.login_link:visited {
//  color: #303155; !important;
  color:#777;
}
.footer a:hover {
//  color: #303155; !important;
  color:#777;
}
.footer a:active {
//  color: #303155; !important;
  color:#777;
}

/* ------------------ .top_button ------------------ */
.top_button_link {
  cursor: pointer;
  position:fixed;
  bottom:20px;
  right:20px;
  width:50px;
  height:50px;
  float-right:;
  z-index:300;
  color:#fff;
  border-radius:25px;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  box-shadow:1px 1px 6px rgba(0, 0, 0, 0.3);
  background-color:#9db0ff;
}
.top_button_icon_box {
  height:30px;
  padding-top: 10px;
  vertical-align:bottom;
  text-align:center;
  font-size:1.1rem;
}
.top_button_label {
  height:20px;
  margin-top: -3px;
  text-align:center;
  font-weight:bold;
  font-size:0.8rem;
}

/* ------------------ download box ------------------ */
.download_box {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:solid 1px #bbb;
    background-color:#fcfffa;
//    background-color:#fffdfa;
    padding:20px;
}
.download_box_left {
    padding:3px 15px;
    font-weight:bold;
    font-size: 22px;
}
.download_box_right {
}
.download_box_download {
    color:#fff;
    padding:3px 15px;
    font-weight:bold;
    background-color:#00b08c;
    border-bottom:solid 2px #008a6e;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    opacity:0.7;
    transition: opacity 200ms 0s ease;

}
.download_box_download:hover {
    opacity:1;
}

/* ------------------ fb_begging_box ------------------ */
.fb_begging_box {
    border:solid 1px #aaa;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    margin-right:10px;
    margin-left:10px;
    margin-bottom:10px;
    padding:5px 20px;
}
.fb_begging_img_box {
    padding-right:30px;
}
.fb_begging_img {
    width: 130px;
}
.fb_begging_desc_box {
    padding:15px 0 10px 0;
}
.fb_begging_desc_title {
    padding-top:15px;
    line-height:28px;
}
.fb_begging_desc_content {
    text-align:center;
}

@media screen and (min-width: 0px) and (max-width: 720px) {

    /* ------------------- .managercard ------------------- */
    .managercard {
        width: 100%;
    }
    .managercard-eyecatch {
        width: 90px;
        height: 110px;
    }
    .managercard-eyecatch-img {
        margin-top: 0px;
        height: 120px;
    }
    .managercard-body {
        width: calc(100% - 100px);
    }
    .managercard-title {
    }
    .managercard-description {
        max-height: 200px;
    }

    /* ------------------ menu ------------------ */
    .menu_area {
        padding:10px 0;
    }

    /* ------------------ speech(right) ------------------ */
    .speech-person {
        width: 76px;
        margin-right: 0;
    }
    .speech-icon-image {
        width: 76px;
        height: 76px;
    }
    .speech-balloon {
        max-width: calc(100% - 90px);
    }

    /* ------------------ content image ------------------ */
    .content_image.middle {
        width: calc(100% - 10px);
    }
    .content_image.middle:hover {
        width: calc(100% - 10px);
    }
    .content_image.small {
        width: calc(100% - 10px);
    }
    .content_image.small:hover {
        width: calc(100% - 10px);
    }

    /* ------------------------ .ref_box ------------------------ */
    .ref_descrition_box {
      width: 100vw;
      min-width: 100vw;
    }
    img.book_image, img.feature_image, img.feature_image_pc {
      width: calc(100% - 10px);
    }
    img.ref_image {
      width: calc(100% - 50px);
    }
    img.feature_image_pc {
    }
    img.feature_image_v {
      width: calc(100% - 100px);
    }
    img.feature_image {
      border:solid 1px #aaa;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
    }


}

