@charset "UTF-8";

/* ================================================
                    reset
==================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 62.5%;/* base 10px */
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img{
  vertical-align:bottom;
  border:none;
  background:transparent;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
p,h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,div,span,a{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  color:#484949;
  box-sizing: border-box;
}

.title_e{
  font-family: "Times New Roman",serif;
}

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

body{
  min-width: 1000px;
  position: relative;
}



/* ===========================================
                  bg_color
============================================== */

.bg_blue{
  background:#049ada;
}
.bg_glay{
  background:#f5f5f5;
}
.bg_blueglay{
  background:#f5f9fc;
}


/* ===========================================
                    link
============================================== */
a{
  text-decoration: none;
  color: #484949;
  outline: none;
}

a:hover{
  opacity:.8;
}

/* ===========================================
                  container
============================================== */
.container_max{
  width: 100%;
  padding: 60px 0 80px;
  margin: 0 auto;
}

.container{
  max-width: 800px;
  width: 96%;
  padding: 60px 0 80px;
  margin: 0 auto;
}

.container_wide{
  max-width: 1000px;
  min-width: 900px;
  width: 96%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.container_wide .clm_left{
  display: inline-block;
  width: 25%;
  /*background: #f7f8f9;*/
      /*background: rgba(236,239,241,.9);*/
      background: rgba(247,248,249,.8);
  align-self: stretch;
  margin-top: -100px;
}
.container_wide .clm_right{
  display: inline-block;
  width: 71%;
  align-self: stretch;
      padding-top: 50px;
}


/* ===========================================
                  changeover
============================================== */
.pc{
  display: block;
}

.sp{
  display: none !important;
}

/* ===========================================
                    header
============================================== */

#header {
    height: 152px;
    min-width: 1000px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid #ededed;
}

#header.fixed{
  position: fixed;
  top: 0px;
}

main{
  display: block;
  margin-top: 152px;
}

/* head */
.header{
  padding:25px 0;
  display: block;
}

.head {
  display: table;
  width: 94%;
  margin: 0 auto 30px;
}
.head_left,
.head_right {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.head_search{
  display: inline-block;
  width: 26%;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
}
.head_search .search{
  display: inline-block;
    padding: 8px 30px 8px 12px;
      width: 100%;
      border: solid 1px #ededed;
      border-radius: 5px;
      outline: 0;
          font-size: 1.1rem;
          -webkit-appearance:none;
          background: -moz-linear-gradient(right, #049ada 22%, #FFF 22%);
          background: -webkit-linear-gradient(right, #049ada 22%, #FFF 22%);
          background: linear-gradient(to left, #049ada 22%, #FFF 22%);
}


.head_search .search::-webkit-input-placeholder {
  color: #b8b8b8;
}

.head_search .search_btn{
  display: inline-block;
  width: 28px;
  height: 93%;
  position: absolute;
  right: 0;
  top: 1px;
  border-radius: 0 5px 5px 0;
  background: url("../img/icon_s_search.png") no-repeat center center;
  background-size: 15px;
  border: none;
  cursor: pointer;
}


.change_lang {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding-left: 12px;
}

.change_lang li{
    display: inline-block;
    color:#049ada;
    font-weight: 500;
    padding: 0 12px;
    position: relative;
    font-size: 1.1rem;
}

.change_lang li:first-child:after{
  content:"/";
  position: absolute;
  top: -1px;
  right: -5px;
  color:#ddd;
}

.change_lang li a{
    color: #b8b8b8;
    font-size: 1.1rem;
}

.head_btn {
    display: inline-block;
    float: right;
}

.head_btn li{
  display: inline-block;
}

.head_btn li span{
  font-size: 1.4rem;
  color: #fff;
  position: relative;
}

.btn_contact a {
    display: block;
    padding:15px 15px 15px 40px;
    background: #049ada;
    border-radius: 4px;
    margin-right: 10px;
}

.btn_contact a span::before{
  content: "";
  width: 21px;
  height: 15px;
  display: inline-block;
  background:url("../img/icon_mail.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 1px;
  left: -25px;
}

.btn_order a {
    display: block;
    padding:15px 15px 15px 40px;
    background: #ff9b0b;
    border-radius: 4px;
}

.btn_order a span::before{
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background:url("../img/icon_request.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -3px;
  left: -24px;
}

/* pc navigation */
.pc_nav{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.pc_nav > li{
  display: inline-block;
  width: 12.5%;
  text-align: center;
  position: relative;
}

.pc_nav > li:after{
  content: "";
  width: 1px;
  height: 27px;
  background: #d9d9d9;
  display:block;
  position: absolute;
    top: -5px;
  right: 0;
}

.pc_nav > li:first-child:before{
  content: "";
  width: 1px;
  height: 27px;
  background: #d9d9d9;
  display:block;
  position: absolute;
    top: -5px;
  left: 0;
}

.pc_nav li a{
  font-size: 1.5rem;
  font-weight: 600;
}

.pc_nav li a:hover,
.pc_nav li a:hover span{
  color: #049ada !important;
}

.pc_nav li span{
  display: block;
  font-size: 1.0rem;
  color: #4c4c4c;
  padding-top: 3px;
  font-weight: 400;
}

.pc_nav li.nav_logo{
  width: 25%;
  position: relative;
}

.pc_nav li.nav_logo img{
  max-width: 153px;
  width: 80%;
  position: absolute;
      bottom: 3px;
      right: 0;
      left: 0;
      margin: 0 auto;

}

/* ===========================================
                  side menu
============================================== */


.side_menu {
  border-top: 4px solid #049ada;
  border-radius: 2px 2px 0 0;
  }

.side_title {
  padding: 40px 25px 35px;
      font-size: 2.0rem;
      font-weight: 500;
      color: #424242;
      letter-spacing: 2px;

}

.side_list {
    padding-bottom: 100%;
}

.side_list li{
  border-bottom: 2px dashed #e0e0e0;
}

.side_list li a{
  display: block;
padding: 20px 25px;
  font-size: 1.4rem;
  color: #424242;
  line-height: 2rem;
}

.side_list li.current a{
  color: #049ada;
}

.side_list li a:hover{
  background: rgba(236,247,251,.6);
      color: #049ada;
}

.side_list li a:hover span{
  color: #fff;
}

/* drawr付きのパターン */

.side_menu .side_show {
    border: none;
    padding-bottom: 30px;
}

.side_menu .side_drawr a {
    background: #78909c;
    color: #fff;
    position: relative;
    cursor: default;
}


.side_menu .side_drawr a.current {
    background: #049ada;
}

.side_menu .side_drawr a {
  opacity: 1;
}

.side_menu .side_drawr a:after {
  content: "";
  display: block;
  width: 14px;
  height: 9px;
  background: url(../img/arrow_w.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 40%;
  right: 12px;
  transition: transform 0.3s;
  /*transform: rotate(180deg);*/

}

.side_menu .side_drawr a.move::after {
  transform: rotate(180deg);
}

.side_menu .side_open {
    padding: 0px 15px;
    display: block;
}

.side_menu .side_open li a {
    padding: 20px 10px;
}

.side_menu .side_open li a:hover {
  background: none;
  color: #049ada;

}

/* ===========================================
                  foot menu
============================================== */

.foot_menu {
    border-top: 1px solid rgba(142,142,142,.2);
}

.foot_menu li a{
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(142,142,142,.2);
    padding: 20px 5px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2rem;
}

.foot_menu li.current a{
  color: #049ada;
}

.foot_menu .side_drawr{
  position: relative;
}

.foot_menu .side_drawr a:after{
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(../img/arrow_bl.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 33%;
  right: 12px;
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.foot_menu .side_drawr a.move:after{
  transform: rotate(-90deg);
}

.foot_menu .side_open{
    display: none;
}

/* ===========================================
                    footer
============================================== */
footer.container_max{
    text-align: center;
    padding: 35px 0;
    position: relative;
    z-index: 10;
}

.foot_logo img {
    max-width: 72px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.foot_nav {
    max-width: 880px;
    width: 96%;
    margin:0 auto;
  }

  .foot_nav:first-of-type {
    padding-left: 45px;
}

.foot_nav li {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}

.foot_nav li:first-child:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 2px solid #fff;
  opacity: .4;
  position: absolute;
  top: 0px;
  left: -3px;
}

.foot_nav li a {
    display: block;
    font-size: 1.4rem;
    color: #fff;
    padding: 5px 30px;
}

.foot_nav li.foot_nav_wide a{
  padding:5px 65px;
}

.foot_nav li:after{
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 2px solid #fff;
  opacity: .4;
  position: absolute;
  top: 0px;
  right: -3px;
}

.foot_nav.pc {
    margin-bottom: 20px;
}

.foot_bottom {
    width: 96%;
    margin: 0 auto;
}

.foot_bottom .copyright {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9%;
    font-size: 1.2rem;
    color: #fff;
}
.foot_bottom .copyright span {
    display: inline;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #fff;
    padding-left: 4px;
}


.foot_bottom .norton {
    display: inline-block;
    vertical-align: middle;
}

.foot_bottom .norton img{
  max-width: 85px;
  width: 100%;
  height: auto;
}

/* ===========================================
                    footer
============================================== */
.acc_open{
  display: none;
}




/* ===========================================
              breadcrumb  list
============================================== */
.breadcrumb {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  padding: 10px 0;
}
.breadcrumb li {
  display: inline-block;
  margin-right: 30px;
  font-size: 1.2rem;
  color:#049ada;
}
.breadcrumb li a {
  font-size: 1.2rem;
  color:#4c4c4c;
}
.breadcrumb li a::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 13px;
  background-image: url(../img/arrow_bread.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  left: 15px;
}
.breadcrumb li:last-child a::after {
   background-image: none;
}

/* ===========================================
              page title
============================================== */
/* 1カラムページのタイトル */
.container_max.title_maxclm {
    padding: 60px 0 20px;
}

.title_maxclm .page_title {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

.title_maxclm .page_title img {
  width: auto;
  height: 44px;
}

.title_maxclm .page_subtitle {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 1px;
}

.title_maxclm .page_subtitle::before {
  content: "-";
  color:#fff;
  font-size: 1.4rem;
  padding-right: 5px;
}

.title_maxclm .page_subtitle::after {
  content: "-";
  color:#fff;
  font-size: 1.4rem;
  padding-left: 5px;
}

/* 2カラムページのタイトル */
.container_max.title_twoclm {
    padding: 60px 0 20px;
}

.title_twoclm .title_twoclm_l{
  max-width: 1000px;
  padding-left: 300px;
  margin: 0 auto;
}

.title_twoclm .page_title {
  text-align: left;
  margin-bottom: 10px;
  color: #fff;
}

.title_twoclm .page_title img {
  width: auto;
  height: 34px;
}

.title_twoclm .page_subtitle {
  text-align: left;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1;
}

.title_twoclm .page_subtitle::before {
  content: "-";
  color:#fff;
  font-size: 1.4rem;
  padding-right: 5px;
}

.title_twoclm .page_subtitle::after {
  content: "-";
  color:#fff;
  font-size: 1.4rem;
  padding-left: 5px;
}

/* ===========================================
                  accordion
============================================== */
.acc_open.open{
  display: block;
}

/* =============================================
                  top page
=============================================== */
/* === main visual === */
.top_mv{
  background: #049ada url(../img/bg_pattern.png) no-repeat top 30% center;
  background-size: 115% auto;
  padding: 60px 0 120px;
  position: relative;
}

.top_mv::after{
  content: "";
      display: block;
      width: 100%;
      height: 520px;
      background: url(../img/top/mv_bottom.png) no-repeat bottom center;
      background-size: 100% auto;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: -1px auto;
}

.mv_inner{
  text-align: center;
}

.mv_logo img {
    max-width: 224px;
    width: 100%;
    height: auto;
}

.mv_title img {
    max-width: 1000px;
    width: 100%;
    height: auto;
}

.mv_subtitle img {
    max-width: 552px;
    width: 100%;
    height: auto;
}

/* === summary === */

#topPage .topPage_main{
  padding: 0;
  overflow: hidden;
}

#topPage .container_wide{
  padding: 0;
}

.top_summary {
  text-align: center;
  margin-bottom: 165px;
}

.top_summary h3{
    margin-bottom: 20px;
}

.top_summary h3 img{
    max-width: 556px;
    width: 100%;
    height: auto;
    margin:0 auto;
}

.top_summary .top_text{
    font-size: 1.4rem;
    line-height: 1.8em;
    color: #717171;
    margin-bottom: 80px;
}

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

.top_point li{
    width: 30%;
    background: #eceff1;
    padding: 0 20px 35px;
    box-sizing: border-box;
    position: relative;
}

.top_point img{
    max-width: 258px;
    width: 100%;
    height: auto;
    position: relative;
    bottom: 45px;
}

.top_point .point_title {
    font-size: 1.6rem;
    line-height: 1.6em;
    margin: -35px auto 15px;
    font-weight: 600;
}

.top_point .point_narrow{
    font-size: 1.4rem;
    line-height: 1.6em;
    padding: 0 5px;
    text-align: left;
}


/* === introduction === */

.intro_box > li {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
    position: relative;
}

.intro_img {
    width: 50%;
    position: relative;
    order: 1;
}

.intro_img img{
  width: 100%;
  visibility : hidden;
}

.intro_detail {
    max-width: 500px;
    width: 50%;
    padding: 0 2% 0 6%;
    order: 2;
}

.intro_title{
    margin-bottom: 35px;
}

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

.intro_text {
    font-size: 1.4rem;
    line-height: 1.8em;
    margin-bottom: 25px;
    max-width: 400px;
}

.intro_btn a {
    display: inline-block;
    font-size: 1.4rem;
    color: #049ada;
    background: #ecf7fb;
    border-radius: 5px;
    min-width: 230px;
    padding: 12px 50px 12px 15px;
    position: relative;
    margin-bottom: 12px;
}

.intro_btn a:hover {
background: rgba(236,247,251,.5)
}

.intro_btn a::after {
  content: "";
  width: 9px;
  height: 15px;
    display: block;
  background:url("../img/arrow_bl.png") no-repeat ;
  background-size: 100% auto;
  position: absolute;
  top: 30%;
  right: 10px;
}

.intro_btn li:last-child a {
    font-size: 2rem;
    background: #fff;
    width: 380px;
    border: 1px solid #d1e7f2;
    text-align: center;
    padding: 15px;
    margin-bottom: 0;
}

.intro_btn li:last-child a:hover {
background: rgba(236,247,251,.3)
}

/* reverse */
.intro_box li.reverse {
  justify-content: flex-end;
}

.intro_box li.reverse .intro_img {
    order: 2;
}

.intro_box li.reverse .intro_detail {
   order: 1;
   padding: 0 6% 0 2%;
}

/* intro_search */

.intro_box > li.intro_search::before {
  content: "";
  width: 108px;
  height: 108px;
  display: block;
  background:url("../img/icon_search.png") no-repeat ;
  background-size: cover;
  position: absolute;
  top: -105px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}

.intro_box > li.intro_search::after {
  content: "";
  width: 22px;
  height: 617px;
  display: block;
  background:url("../img/top/line_intro01.png") no-repeat ;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  left:0;
  margin:0 auto;
}


.intro_box li.intro_search .intro_img{
  height: 720px;
  position: relative;
}

.intro_box li.intro_search .intro_img:before{
  content: "";
  display: block;
  width:556px;
  height: 526px;
  background: url("../img/top/top_img01.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: -10px;
  right: 35px;
}

.intro_box li.intro_search .intro_title img{
  width: 419px;
}

/* intro_confirmation */

.intro_box > li.intro_confirmation::before {
  content: "";
  width: 108px;
  height: 108px;
  display: block;
  background:url("../img/icon_protect.png") no-repeat ;
  background-size: cover;
  position: absolute;
  top: -105px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}

.intro_box > li.intro_confirmation::after {
  content: "";
  width: 22px;
  height: 588px;
  display: block;
  background:url("../img/top/line_intro02.png") no-repeat ;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  left:0;
  margin:0 auto;
}

.intro_box li.intro_confirmation .intro_img{
  height: 730px;
  position: relative;
}

.intro_box li.intro_confirmation .intro_img:before{
  content: "";
  display: block;
  width:735px;
  height: 581px;
  background: url("../img/top/top_img02.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 30px;
  left: 105px;
}

.intro_box li.intro_confirmation .intro_title img{
  width: 418px;
}

/* intro_examination */

.intro_box > li.intro_examination::before {
  content: "";
  width: 108px;
  height: 108px;
  display: block;
  background:url("../img/icon_medicine.png") no-repeat ;
  background-size: cover;
  position: absolute;
  top: -145px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}

.intro_box > li.intro_examination::after {
  content: "";
  width: 22px;
  height: 772px;
  display: block;
  background:url("../img/top/line_intro03.png") no-repeat ;
  background-size: contain;
  position: absolute;
  top: -39px;
  right: 0;
  left:0;
  margin:0 auto;
}

.intro_box li.intro_examination .intro_img{
  height: 845px;
  position: relative;
}

.intro_box li.intro_examination .intro_img:before{
  content: "";
  display: block;
  width:605px;
  height: 693px;
  background: url("../img/top/top_img03.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: -90px;
  right: 45px;
}

.intro_box li.intro_examination .intro_title img{
  width: 495px;
}

/* intro_consulting */
.top_intro{
  margin-bottom: 60px;
}
.intro_box > li.intro_consulting::before {
  content: "";
  width: 108px;
  height: 108px;
  display: block;
  background:url("../img/icon_consulting.png") no-repeat ;
  background-size: cover;
  position: absolute;
  top: -115px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}

.intro_box > li.intro_consulting::after {
  content: "";
  width: 22px;
  height: 746px;
  display: block;
  background:url("../img/top/line_intro04.png") no-repeat ;
  background-size: contain;
  position: absolute;
  top: -9px;
  right: 0;
  left:0;
  margin:0 auto;
}

.intro_box li.intro_consulting .intro_img{
  height: 715px;
  position: relative;
}

.intro_box li.intro_consulting .intro_img:before{
  content: "";
  display: block;
  width:620px;
  height: 536px;
  background: url("../img/top/top_img04.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: 45px;
}

.intro_box li.intro_consulting .intro_title img{
  width: 396px;
}

/* === news === */
.cnt_news {
    max-width: 730px;
    width: 100%;
    margin: 0 auto 110px;
}

.news_title {
    text-align: center;
    margin-bottom: 20px;
}

.news_title .title_e{
    display: block;
    color: #049ada;
    font-size: 2.2rem;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.news_title img {
    max-width: 186px;
    width: 100%;
    height: auto;
}

.news_link {
    text-align: right;
    margin-bottom: 25px;
}

.news_link a{
  display: inline-block;
    color: #049ada;
    font-size: 1.4rem;
    padding-right: 10px;
}

.news_link a:after{
  content: "";
  width: 8px;
  height: 13px;
  display: inline-block;
  background: url(../img/arrow_bl.png) no-repeat;
  background-size: 100% auto;
  position: relative;
  top: 1px;
  left: 10px;
}

/* news list */
.news_list{
border-top: 1px solid #e9e9e9;
margin-bottom: 30px;
}

.news_list li{
    display: table;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

.news_list li:after {
    content: "";
    width: 11px;
    height: 18px;
    display: inline-block;
    background: url(../img/arrow_bl.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 39%;
    right: 15px;
}

.news_list a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  text-indent: -999px;
  z-index: 10;
}

.news_list a:hover{
background: rgba(236,247,251,.3)
}


.news_list .news_categoly{
    display: table-cell;
    vertical-align: middle;
    width: 13.7%;
}

.news_list .news_categoly span{
    display: inline-block;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    font-size: 1.3rem;
    max-width: 70px;
    text-align: center;
}

.news_list .news_categoly span.c_news{
  background: #049ada;
}

.news_list .news_categoly span.c_seminar{
  background: #5e5e5e;
  font-size: 1.2rem;
}

.news_list .news_date{
    display: table-cell;
    vertical-align: middle;
    width: 23%;
    color: #049ada;
    font-size: 1.4rem;
    line-height: 1.5em;
}

.news_list .news_narrow{
    display: table-cell;
    vertical-align: middle;
    width: 63.3%;
    color: #606060;
    font-size: 1.4rem;
    line-height: 1.5em;
    padding-right: 70px;
}

/* news topics */
.news_topics {
  display: flex;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

.news_topics li{
    width: 46%;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    position: relative;
}

.news_topics li:after {
    content: "";
    width: 11px;
    height: 18px;
    display: inline-block;
    background: url(../img/arrow_bl.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 37%;
    right: 20px;
}

.news_topics a {
  display: block;
  padding: 20px;
    font-size: 1.4rem;
    color: #606060;
}

.news_topics a span {
    font-size: 1.4rem;
    color: #049ada;
    display: block;
    margin-bottom: 10px;
}

.news_topics a:hover{
background: rgba(236,247,251,.3)
}

/* ==========================================
                  servicePage
============================================~ */

/* ====== service subpage ====== */
/* main visual */
#serviceSub .container_max.main_visual {
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 400px;
    background: #ddd url("../img/service/mv01.jpg") no-repeat top center;
    background-size:cover;
}

#serviceSub .main_visual::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  filter: blur(5px);
}

#serviceSub .main_visual_img {
  max-width: 960px;
  width: 100%;
  height: 400px;
  background:url("../img/service/mv01.jpg") no-repeat top center;
  background-size: cover;
  position: absolute;
  top: 85px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

/* top container */
.container.serviceSub_top {
    padding: 100px 0 50px;
}

.container.serviceSub_top h2{
    font-size: 4.5rem;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
    color: #212121;
    line-height: 1.3em;
}

.container.serviceSub_top p{
    font-size: 1.4rem;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.container.serviceSub_top p:last-child{
  margin-bottom: 0;
}

/* serviceSub common */
.serviceSub_title {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    display: inline-block;
    border-bottom: 2px solid #049ada;
    padding: 0 5px 3px 5px;
    margin-bottom: 30px;
}

.serviceSub_text {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #484949;
}

.serviceSub_img {
    text-align: center;
}

.serviceSub_img img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}


/* detail container */
.container.serviceSub_detail {
    padding: 0;
}

.serviceSub_detail .accordion {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.serviceSub_detail .accordion:last-of-type {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
}

.serviceSub_detail .accordion dt {
    cursor: pointer;
    width: 100%;
    padding: 25px 20px;
    position: relative;
    border-bottom: none;
    margin-bottom: 0;
    display: block;
}

.serviceSub_detail .accordion dt:before {
  content: "";
  width: 3px;
  height: 18px;
  display: block;
  background: #049ada;
  position: absolute;
  top: 34%;
  left: 0;

}

.serviceSub_detail .accordion dt:after {
    content: "";
    width: 13px;
    height: 11px;
    display: block;
    background: url(../img/arrow_acc.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 40%;
    right: 25px;
    transition: transform 0.5s;
}

.serviceSub_detail .accordion dt.open:after {
  transform: rotate(-180deg);
}

.serviceSub_detail .accordion dd {
    padding-bottom: 25px;
    position: relative;
    display: none;
}

.serviceSub_accBottom {
    font-size: 1.8rem;
    margin-bottom: 40px;
    text-align: center;
    color: #212121;
}

/* pattern */

.serviceSub_detail .accordion.pattern01 dd {
    overflow: hidden;
}
.pattern01 .serviceSub_text {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;
}

.pattern01 .serviceSub_img {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    float: right;
}

.pattern01 .serviceSub_img img {
    width: 100%;
}

.pattern04, .pattern05 {
    margin-bottom: 40px;
}

/* service tab */

.serviceSub_tab .tabs {
    text-align: center;
}

.serviceSub_tab .tabs input {
    display: none;
}

.serviceSub_tab .tabs label.tab_serviceSub {
  display: inline-block;
  width: 23%;
  padding: 30px 0 15px;
  font-size: 1.8rem;
  color: #90a4ae;
  transition: transform 0.5s;
  letter-spacing: 1px;
font-weight: 500;
position: relative;
    z-index: 1;
}

.serviceSub_tab .tabs .tab_content {
    width: 100%;
    padding: 50px 0 70px;
    clear: both;
    display: none;
    border-top: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    margin-top: -2px;
    position: relative;
}

#tab_item:checked ~ #content_item,
#tab_point:checked ~ #content_point,
#tab_material:checked ~ #content_material{
  display: block;
}

.serviceSub_tab .tabs input:checked + .tab_serviceSub {
  color: #049ada;
  border-bottom: 2px solid #049ada;
}

/* servise tab content */
.serviceSub_tab .tab_box {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.serviceSub_tab .tab_list {
    margin-bottom: 60px;
}

.serviceSub_tab .tab_list:last-child {
    margin-bottom: 0;
}

.serviceSub_tab .tab_list .serviceSub_title {
    font-size: 2.5rem;
    color: #212121;
    margin-bottom: 10px;
}

.serviceSub_tab .item_list li {
    border-bottom: 1px solid #bdbdbd;
    padding: 20px 20px 5px;
}

.serviceSub_tab .item_title {
  color: #000000;
  font-size: 2.0rem;
  margin-bottom: 5px;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.5em;
}

.serviceSub_tab .item_title::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: url(../img/arrow_acc.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: -20px;
  transform: rotate(30deg);
}

.serviceSub_tab .item_list dl.item_term,
 .serviceSub_tab .item_list dl.item_price{
    display: inline-block;
    background: #eceff1;
    border-radius: 5px;
    border: 1px solid #b0bec5;
    padding: 10px 15px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.serviceSub_tab .item_list dl.item_term dt,
.serviceSub_tab .item_list dl.item_price dt {
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
    padding-top: 2px;
    /*border-right: 1px solid #90a4ae;*/
    font-size: 1.4rem;
}

.serviceSub_tab .item_list dl.item_term dd,
.serviceSub_tab .item_list dl.item_price dd {
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
    padding-top: 2px;
    padding-left: 3px;
    position: relative;
}

.serviceSub_tab .item_list dl.item_term dd:before,
.serviceSub_tab .item_list dl.item_price dd:before {
  content: " ";
  width: 10px;
  height: 100%;
  display: block;
  border-left: 1px solid #90a4ae;
  position: absolute;
  left: -3px;
  top: 0;
}

.serviceSub_tab dl.serviceSub_list{
  margin-bottom: 15px;
  display: flex;
}

.serviceSub_tab dl.serviceSub_list dt,
.serviceSub_tab dl.serviceSub_list dd{
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: top;
    color: #000;
    line-height: 1.5em;
 }

.serviceSub_tab dl.serviceSub_list dt:after{
  content:":";
  padding-left: 5px;
}

.serviceSub_tab dl.serviceSub_list dd {
    padding-left: 4px;
}

.serviceSub_tab dl.serviceSub_list.long dt {
    width: 5.5em;
}

.serviceSub_tab dl.serviceSub_list.long dd {
    padding-left: 0;
}


.serviceSub_tab .tab_list .serviceSub_text {
    margin-bottom: 30px;
}

.serviceSub_tab .item_list .serviceSub_text {
    margin-bottom: 5px;
}

.serviceSub_tab .item_list .serviceSub_text:last-child {
  margin-bottom: 15px;
}

.serviceSub_tab .tab_list a {
    color: #049ada;
    font-size: 1.4rem;
    text-decoration: underline;
}


/* content_item */

#content_item{
    padding-top: 80px;
}

#content_item .top_accMenu {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

#content_item .accMenu {
    width: 240px;
    margin: auto;
    padding: 10px 30px;
    text-align: left;
    font-size: 1.4rem;
    color: #049ada;
    position: absolute;
    right: -40px;
    top: -60px;
}

#content_item .accMenu::after {
    width: 11px;
    height: 11px;
    top: 35%;
    right: 15px;
}

#content_item .accMenu:hover {
  cursor: pointer;
}

#content_item .accMenu_box {
    width: 240px;
    right: 0;
    left: 75%;
    top: -25px;
    border: 1px solid #e0e0e0;
}

#content_item .accMenu_box a {
    padding: 10px 30px;
    font-size: 1.4rem;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

#content_item .accMenu_box a:last-child {
  border-bottom: none;
}


/* content_point */

#content_point .tab_list {
    padding-bottom: 15px;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 30px;
}

#content_point .serviceSub_title {
    margin-bottom: 20px;
}

#content_point .serviceSub_list {
    margin-bottom: 5px;
}

#content_point .item_title {
    padding-left: 20px;
    margin-top: 20px;
}

#content_point .tab_list .item_title.first {
  margin-top: 0;

}

#content_point .item_title::before {
    top: 10px;
    left: 0px;
}

#content_point .point_list{
    margin-top: -25px;
}

#content_point .point_list li{
    font-size: 1.4rem;
    color: #000;
    margin-bottom: 5px;
}

#content_point .point_list span{
    position: relative;
    top: 1px;
    font-size: 1.6rem;
    color: #000;
}

#content_point .serviceSub_img {
    margin-bottom: 20px;
    margin-top: -15px;
}

#content_point .serviceSub_img img {
    width: 100%;
  }

/* content_material */
.material_link {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 20px;
    text-align: right;
}

.material_link a{
  font-size: 1.4rem;
  color: #049ada;
  padding-right: 25px;
  background: url("../img/arrow_bl.png") no-repeat center right;
  background-size: 6px;
}

.downroad_list {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.downroad_list a {
  display: block;
  border: 1px solid #cfd8dc;
  margin-bottom: 30px;
  padding: 15px 85px;
  position: relative;
  font-size: 1.5rem;
  color: #049ada;
  text-decoration: underline;
  background: url("../img/pdf_icon.png") no-repeat center left 30px;
  background-size: 33px;
}

.downroad_list li:last-child a{
  margin-bottom: 0;
}

/* serviceSub_news */

#serviceSub .cnt_news {
    max-width: 800px;
    margin: 0 auto 80px;
}

#serviceSub .news_title {
    display: inline-block;
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}

#serviceSub .news_link {
    display: inline-block;
    float: right;
    margin: 10px 0 0;
}

#serviceSub .news_list li {
    padding: 20px 100px;
}

#serviceSub .news_list li:after {
    width: 15px;
    height: 25px;
    top: 35%;
    right: 5px;
}

#serviceSub .news_list .news_date {
  color: #484949;
  width: 27%;
  padding-right: 35px;
  vertical-align: top;
}

#serviceSub .news_list .news_narrow {
  padding-right: 0;
  width: 73%;
  vertical-align: top;
  color: #049ada;
  text-decoration: underline;
}

#serviceSub .news_list .no_link .news_narrow {
  color: #484949;
  text-decoration: none;
}

#serviceSub .news_list li.no_link:after{
  content: none;
}

#serviceSub .news_list .news_narrow.icon_pdf {
  padding-left: 45px;
  background: url("../img/pdf_icon.png") no-repeat center left;
  background-size: 30px auto;
}

#serviceSub .news_list .news_narrow.icon_dl {
  padding-left: 45px;
  background: url("../img/dl_icon.png") no-repeat center left 5px;
  background-size: 22px auto;
}

#serviceSub .news_list .news_narrow.icon_word {
  padding-left: 45px;
  background: url("../img/word_icon.png") no-repeat center left 5px;
  background-size: 22px auto;
}

/* =============================================
                footerContents
=============================================== */

.footercon_bg {
  background: url(../img/footer/footerpage_bg.jpg) no-repeat 50% 90%;
  background-size: cover;
}

/*-----------  -----------
           jas
-----------  -----------*/
.container.jas_page {
  max-width: 810px;
  line-height: 1.8;
  /*font-size: 0;*/
  padding-bottom: 100px;
}
.jas_page p {
  font-size: 1.4rem;
  text-align: center;
}

.jas_page section {
    margin: 0 auto 120px;
}

.jas_page section:last-child {
  margin: 0 auto;
}


.jasPage_head{
  margin-bottom: 45px;
}

.jas_page .head_text {
  font-size: 1.4rem;
  margin-bottom: 30px;
  text-align: center;
}
.jas_page .title_head {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1;
}
.jas_page .title_head:nth-of-type(3) .head_text {
  margin-bottom: 30px;
}
/*.jas_page .Chief {
    margin: 0 auto 120px;
}*/
.jas_page .Chief p:first-child{
letter-spacing:2px;
}

/* list box */

.jas_page .list_box {
    margin-bottom: 10px;
  position: relative;
}

.jas_page .list_container {
  margin-bottom: 90px;
}

.jas_page .list_container02 {
    margin-bottom: 0;
}

.jas_page .list_box::after {
  content: '';
  border: 1px solid #90a4ae;
  display: block;
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
}
.jas_page .list_box p {
  text-align: left;
  font-size: 2.2rem;
  position: relative;
  margin-bottom: 20px;
}

.listBox_title {
    display: inline-block;
}
.listBox_title::after {
  content: '';
  border: 1px solid #049ada;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.jas_page .list_box  .list_left {
  width: 39%;
  display: inline-block;
  margin-top: 10px;
  margin-left: 1%;
}
.jas_page .list_box  .list_left li {
  font-size: 1.5rem;
}
.jas_page .list_box  .list_left li:nth-child(1) {
  font-size: 1.1rem;
  color: #78909c;
}
.jas_page .list_box  .list_left li:nth-child(2) {
  font-size: 1.4rem;
}
.jas_page .list_box  .list_left li:nth-child(3) {
  font-size: 1.2rem;
}
.jas_page .list_box  .list_left p {
  text-align: left;
}
.jas_page .list_box .list_right {
  display: inline-block;
  width: 60%;
  float: right;
  margin-bottom: 10px;
}
.jas_page .list_box .list_right {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
  font-size: 0;
}
.jas_page .list_box .list_right .list {
  display: inline-block;
  width: 63%;
  vertical-align: top;
  padding: 15px;
}
.jas_page .list_box .list_right .list li {
  padding-right: 15px;
  border-right: 1px solid #90a4ae;
}
.jas_page .list_box02 .list_right .list li ,
.jas_page .list_box .list_right .list:last-child li {
  padding-right: 0;
  border-right: none;
}
.jas_page .list_box .list_right .list:last-child {
  width: 37%;
  float: right;
  position: relative;
}
.jas_page .list_box02 .list_right .list:last-child::before {
  border: none;
}
.jas_page .list_box .list li,
.jas_page .list_box .list_inner li {
  font-size: 1.4rem;
}
.jas_page .list_box  .list li:first-child {
  font-size: 1.1rem;
  color: #78909c;
}
.jas_page .list_box  .list li:last-child {
   font-size: 1.2rem;
}

.jas_page .list_box02 .list_right .list {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 15px;
}
.jas_page .list_box02 .list_right .list::after {
  content: '';
  border: 1px solid #90a4ae;
  display: block;
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 13px;
}
.jas_page .list_box02 .list_right .list:last-child {
  width: 100%;
  padding-left: 15px
}
.jas_page .list_box02 .list_right .list:last-child::after {
  border: none;
}
.jas_page .list_box02 p::after {
  border: none;
}
.jas_page .list_box02 p {
  display: inline-block;
  margin-bottom:0;
  font-size: 1.4rem;
  margin-right: 20px;
}
.jas_page .list_box .bg_glay > .list:last-child::after {
  border: none;
}

/*-----------  -----------
           sitemap
-----------  -----------*/
.sitemap_page {
  font-size: 0;
  line-height: 2;
}
.sitemap_page > p{
  display: none;
}
.sitemap_page .list_right {
  width: 50%;
  display: inline-block;
  /*font-size: 1.5rem;*/
  vertical-align: top;
  position: relative;
}
.sitemap_page .list_left {
  width: 50%;
  display: inline-block;
  /*font-size: 1.5rem;*/
  vertical-align: top;
  position: relative;
}
.sitemap_page .list_box{
  margin-bottom: 60px;
  overflow: hidden;
}
.sitemap_page .list_box:last-child {
  margin-bottom: 0;
}
.sitemap_page .list_head {
  font-size: 1.8rem;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 600;
}
.sitemap_page .list_head::before {
  content: '';
  position: relative;
  border: 3px solid #0099dd;
  display: inline-block;
  height: 23px;
  top: 4px;
  left: -20px;
}
.sitemap_page .list{
    padding-left: 30px;
}
.sitemap_page .list .list_item a {
  color: #0099dd;
  font-size: 1.4rem;
  padding-left: 1em;
  position: relative;
}
.sitemap_page .list .list_item a::before {
  content: '';
  position: relative;
  border: 0.5px solid #424242;
  display: inline-block;
  width: 5px;
  top: -4px;
  left: -10px;
}

.sitemap_page .list .list_itemsub a {
  padding-left: 0;
}
.sitemap_page .list .list_itemsub a::before {
  content: none;
}

/* =============================
           privacy
================================ */
.privacy_page {
  line-height: 1.5;
}
.privacy_page p {
  font-size: 1.4rem;
}
.privacy_summary{
    margin-bottom: 30px;
}
.privacy_page .list {
  margin-bottom: 45px;
}
.privacy_page .list li{
    margin-bottom: 40px;
}
.privacy_page .list li:last-child{
    margin-bottom: 0;
}
.privacy_page .list_head {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 15px 0;
    border-top: 1px solid #b0bec5;
    border-bottom: 1px solid #b0bec5;
    margin-bottom: 30px;
}
.privacy_page .list_item {
  font-size: 1.4rem;
}
.privacy_page .chief {
  display: inline-block;
  line-height: 2;
  text-align: right;
  float: right;
  letter-spacing: 1px;
}
.privacy_page .chief .chief_company{
  font-size: 1.8rem;
}
.privacy_page .chief .chief_name{
  font-size: 1.8rem;
}
.privacy_page .chief .chief_name span {
    font-size: 1.4rem;
    padding-right: 1em;
}

/*-----------footerContents END-----------*/

/* ========================================
                    FAQ
========================================== */

/* faq sidenav */

.menu_faq .side_list li a span {
    font-size: 1.4rem;
    line-height: 2rem;
}

/* faq main */
.faq_page {
  position: relative;
}

.faq_page .clm_right {
    padding-top: 50px;
}
.faq_bg {
  background-image: url(../img/faq/faqpage_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 60%;
  background-size: cover;
}
.faq_page .faq_title {
  font-size: 2.5rem;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 2px;
    font-weight: 500;
    border-bottom: 2px solid #049ada;
    line-height: 3.5rem;

}

/* 開閉メニュー */
.faq_box {
    margin-bottom: 65px;
    padding-top: 152px;
    margin-top: -152px;
}

 .faq_box .accordion {
  width: 100%;
  margin: 0 auto 25px;
  border: 1.5px solid #e0e0e0;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq_box .accordion::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -1px;
  z-index: 2;
  display: inline-block;
  height: 107%;
  border: 3px solid #049ada;
  border-radius: 5px 0 0 5px;
}
.faq_box .accordion dt {
  line-height: 1.5em;
  cursor: pointer;
  font-size: 1.8rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 15px 40px 15px 80px;
  text-align: left;
}
.faq_box .accordion dt::before {
  content: "";
  width: 23px;
  height: 37px;
  background: url(../img/faq_q.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 22%;
  left: 25px;
  display: inline-block;
}
.faq_box .accordion dt::after {
  content: "";
  width: 13px;
  height: 11px;
  display: block;
  background: url(../img/arrow_acc.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 40%;
  right: 25px;
  transition: transform 0.5s;
}

.faq_box .accordion dd {
  padding: 15px 40px 15px 80px;
  line-height: 1.5em;
  display: none;
  font-size: 1.2rem;
  position: relative;
  border-top: 1.5px solid #e0e0e0;
}
.faq_box .accordion dd::before {
  content: "";
  width: 21px;
  height: 37px;
  background: url(../img/faq_a.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 22%;
  left: 25px;
  display: inline-block;
}
.faq_box .accordion dt.open::after {
  transform: rotate(-180deg);
}

/* =========================================
                about page
=========================================== /*

/* about sidenav */

.menu_about .about_list {
    padding-bottom: 20px;
}

.menu_about .about_list li{
  border-bottom: 0;
}

.menu_about .about_list li a{
  display: block;
  padding: 0 20px 15px 40px;
  font-size: 1.4rem;
  line-height: 2rem;
  position: relative;
  text-indent: -1em;
}

.menu_about .about_list li:last-child a{
padding-bottom: 0;
}

.menu_about .about_list li a::before{
  content: "-";
  padding-right: 10px;
}

.menu_about .about_list li a:hover{
  color: #049ada;
  background: none;
}

/* =========================================
                news page
=========================================== /*

/* news sidenav */

.menu_news .side_list {
    padding-bottom: 0;
}

.menu_news .jfrl_news {
  padding: 5px 0;
  border-bottom: none;
}

.menu_news .jfrl_news a:hover{
  background: none;
  color: #424242;
  cursor: default;
  opacity: 1;
}

.menu_news .jfrl_list li a{
    display: block;
    padding: 0 20px 20px;
    font-size: 1.4rem;
    line-height: 2rem;
    position: relative;
}

.menu_news .jfrl_list li:last-child a{
padding-bottom: 0;
}

.menu_news .jfrl_list li a::before{
  content: "-";
  padding-right: 10px;
}

.menu_news .jfrl_list li a:hover{
  color: #049ada;
}

/* =========================================
                seminar page
=========================================== /*

/* ====== seminar sidenav ====== */

.side_menu.menu_seminar .side_drawr > a:hover {
    background: #78909c;
}

.side_menu.menu_seminar .side_drawr > a.current:hover {
    background: #049ada;
}

.side_menu.menu_seminar .side_open li{
  position: relative;
}

.side_menu.menu_seminar .side_open .reception_now:before{
  content:"受付中";
  width: 50px;
  padding: 5px 0;
  background: #ff9b0b;
  display: block;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 15px;
  left: -15px;
}

.side_menu.menu_seminar .side_open .reception_end:before{
  content:"受付終了";
  width: 50px;
  padding: 5px 0;
  background: #90a4ae;
  display: block;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 15px;
  left: -15px;
}

.side_menu.menu_seminar .side_open li a {
    padding: 15px 10px 15px 45px;
}

.side_menu.menu_seminar .side_open li a span {
    display: block;
    font-size: 1.2rem;
}

.side_menu.menu_seminar .side_open li a.current,
.side_menu.menu_seminar .side_open li a.current span {
  color: #049ada;
}

.side_menu.menu_seminar .side_open li a:hover span {
    color: #049ada;
  }

/* ====== seminar topPage ====== */
#seminarTop .bg_seminar,
#seminarSub .bg_seminar{
  background: #ddd url("../img/seminar/bg_title.jpg") no-repeat top 25% center;
  background-size: cover;
}

.seminar_summary{
    text-align: center;
    padding: 40px 0 50px;
  }

  .seminar_title{
    text-align: center;
    /*font-size: 4.0rem;
    font-weight: 500;
    letter-spacing: 1px;*/
    margin-bottom: 30px;
  }

  h4.seminar_title {
    margin-bottom: 45px;
}

h4.seminar_title img{
  display: inline-block;
}

  .seminar_narrow{
    font-size: 1.6rem;
    line-height: 1.8em;
  }

  .seminar_haccp{
    background: #ddd url("../img/seminar/bg_haccp.jpg") no-repeat top 25% center;
    background-size: cover;
    padding: 40px 0 35px;
  }

.seminar_att {
  max-width: 677px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5em;
}

  .seminar_bgTop{
    background: url(../img/seminar/bg_top.png) no-repeat top -140px left -200px;
    background-size: 589px auto;
    padding: 50px 0 0;
  }

  .seminar_bgBottom{
    background: url(../img/seminar/bg_bottom.png) no-repeat bottom -140px right -100px;
    background-size: 588px auto;
    padding-bottom: 15px;
  }

  .seminar_microbe{
    background: url(../img/seminar/bg_microbe.jpg) no-repeat top center;
    background-size: cover;
    padding: 60px 0 30px;
  }

  .seminar_label .seminar_bgBottom {
    padding-bottom: 55px;
}

.seminar_btn {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.seminar_btn a{
  display: block;
  background: #049ada;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  letter-spacing: 1px;
}

.seminar_btn a:after{
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url(../img/arrow_w.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 35%;
  right: 18px;
  transform: rotate(90deg);
}

  /* course_list */
  .course_list {
    display: flex;
    max-width: 830px;
    width: 100%;
    margin: 0 auto 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.course_box {
    display: inline-block;
    max-width: 256px;
    width: 30.9%;
    background: #fff;
    margin: 0 10px 20px;
    text-align: center;
    align-self: stretch;
    position: relative;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.course_box a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  text-indent: -999px;
  z-index: 10;
}

.course_box a:hover{
    background:#fff;
    opacity:.3;
}

.course_entry {
  background: #ff9b0b;
  color: #fff;
  padding: 12px 0 10px;
  margin-bottom: 30px;
  font-size: 1.4rem;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.course_entry:after {
  content: "";
      width: 14px;
      height: 14px;
      display: block;
      background: url(../img/arrow_w.png) no-repeat center center;
      background-size: 100% auto;
      position: absolute;
      top: 30%;
      right: 12px;
      transform: rotate(90deg);
}

.course_entry.end {
  background: #90a4ae;
}

.course_entry.end::after {
  content: none;
}

.course_name{
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 0 10px;
  color: #4d4d4d;
  line-height: 1.3em;
}

.course_term{
  font-size: 1.4rem;
  margin-bottom: 20px;
  padding: 0 10px;
  color: #4d4d4d;
}

.course_detail{
  margin-bottom: 35px;
  font-size: 1.4rem;
  padding: 0 10px;
  line-height: 1.5em;
}

.seminar_control .course_box {
    margin: 0 30px 30px;
  }

/* ====== seminar footmenu ====== */

.fmenu_seminar.foot_menu > li a{
  border:none;
}

.fmenu_seminar.foot_menu .side_drawr {
    position: relative;
    border-top: 1px solid rgba(142,142,142,.2);
}

.fmenu_seminar.foot_menu > li > .side_drawr a {
    border: none;
    text-align: left;
    padding-left: 45px;
    font-size: 1.5rem;
}

.fmenu_seminar.foot_menu .side_open li:last-of-type a{
  padding-bottom: 20px;
}

.fmenu_seminar.foot_menu .side_open a {
    border: none;
    text-align: left;
    padding: 10px 10px 10px 65px;
    position: relative;
    font-size: 1.4rem;
}

.fmenu_seminar.foot_menu .side_open a:before {
  content: "";
  width: 10px;
  height: 2px;
  display: block;
  background: #0496d6;
  position: absolute;
  top: 18px;
  left: 45px;
}

/* ====== seminar sub page ====== */

#seminarSub .container_wide .clm_right{
  margin-bottom: 100px;
  padding-top: 50px;
}

.seminarSub_top {
    margin-bottom: 45px;
}

.seminarSub_title {
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.seminarSub_title span {
    display: block;
    color: #4d4d4d;
    font-size: 1.8rem;
    margin-top: 10px;
}

.seminarSub_top p{
    font-size: 1.4rem;
    line-height: 1.8em;
}

/* seminar detail */
.seminar_detail h4 {
    font-size: 2.5rem;
    color: #4d4d4d;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.seminar_detail .seminar_narrow {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1;
    margin-bottom: 40px;
}

.seminar_detail .seminar_narrow dt{
    width: 26%;
    align-self: stretch;
    border-bottom: 1px solid #049ada;
    padding: 20px 0 5px;
    font-size: 1.4rem;
    color: #4d4d4d;
}

.seminar_detail .seminar_narrow dd{
    width: 70%;
    align-self: stretch;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 5px 5px;
    font-size: 1.4rem;
    color: #4d4d4d;
}

.seminar_detail .seminar_narrow dt:last-of-type,
.seminar_detail .seminar_narrow dd:last-of-type{
  border-bottom: none;
}

.seminar_detail .seminar_narrow dd ul li {
    font-size: 1.4rem;
    color: #4d4d4d;
    margin-bottom: 10px;
    padding-left: 12px;
    text-indent: -12px;
}

.seminar_detail .seminar_narrow dd ul.plan li:last-child {
  margin-bottom: 0;
}

.seminar_detail .seminar_narrow dd ul.plan li:before {
  content: "-";
  padding-right: 5px;
}

.seminar_detail .seminar_narrow dd p {
    font-size: 1.2rem;
    color: #757575;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    word-break: break-all;
}

/* mark meaning */
.mark_meaning {
    text-align: right;
    padding-right: 15px;
    margin-bottom: 35px;
}

.mark_meaning li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #757575;
    padding-right: 20px;
}

.mark_meaning li img{
    width: 18px;
    height: auto;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

/* change tab */
.seminar_tab {
    width: 95%;
}

.seminar_tab .tabs {
    text-align: center;
}

.seminar_tab .tabs input {
    display: none;
}

.seminar_tab .tabs label.tab_reception {
  display: inline-block;
  width: 50%;
  float: left;
  border-bottom: 2px solid #cfd8dc;
  padding: 0 0 15px;
  font-size: 1.8rem;
  color: #90a4ae;
  transition: transform 0.5s;
}

.seminar_tab .tabs .tab_content {
    width: 100%;
    padding: 30px 0 80px;
    clear: both;
    display: none;
}

#tab_all:checked ~ #content_all,
#tab_possible:checked ~ #content_possible{
  display: block;
}

.seminar_tab .tabs input:checked + .tab_reception {
  color: #049ada;
  border-bottom: 2px solid #049ada;
}

/* reception area */
.reception_area {
    text-align: left;
    margin-bottom: 30px;
}

.reception_area:last-child {
  margin-bottom: 0;
}

.reception_city {
    font-size: 1.6rem;
    color: #000000;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0 10px;
    position: relative;
    margin-bottom: 20px;
}
.reception_city:before {
  content:"";
  width: 4px;
  height: 15px;
  display: inline-block;
  background: #049ada;
  position: relative;
  top: 2px;
  right: 10px;
}

.area_list li {
    background: #f5f5f5;
    margin-bottom: 10px;
    position: relative;
}

.area_list li:last-child {
  margin-bottom: 0;
}

.area_top {
    padding: 20px;
}

.area_date {
    display: inline-block;
    vertical-align: middle;
    width: 57%;
    color: #4d4d4d;
    font-size: 1.2rem;
    border-right: 1px solid #90a4ae;
    padding: 2px 5px;
}

.area_code {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
    color: #4d4d4d;
    font-size: 1.2rem;
    padding: 2px 5px;
}

.area_code:before {
  content: "コースコード：";
  padding-right:2px;
}

.area_place{
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}

.area_place p {
    font-size: 1.2rem;
    color: #4d4d4d;
    padding: 0 20px;
    margin-bottom: 5px;
}

.area_place p.area_number {
    display: inline-block;
    padding: 0 3px 0 20px;
    vertical-align: top;
}


.area_place p.area_adress {
    display: inline-block;
    padding: 0 20px 0 0;
    max-width: 270px;
    vertical-align: top;
    line-height: 1.3em;
}

.area_mapBtn{
    display: inline-block;
    width: 110px;
    border-radius: 5px;
    background: #049ada;
    padding: 5px 10px 5px 15px;
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    vertical-align: middle;
    margin-bottom: 15px;
}

.area_mapBtn span{
    color: #fff;
    font-size: 1.1rem;
    display: inline-block;
    position: relative;
}

.area_mapBtn span.map_close{
  display: none;
}

.area_mapBtn.open span.map_open{
  display: none;
}

.area_mapBtn.open span.map_close{
  display: inline-block ;
}

.area_mapBtn::before{
  content: "";
  width: 8px;
  height: 12px;
  display: inline-block;
  background: url(../img/seminar/icon_map.png) no-repeat;
  background-size: 100% auto;
  position: relative;
  top: 2px;
  left: -7px;
}

.area_mapBtn:hover{
  cursor: pointer;
}

.area_mapBox{
  height: 190px;
  overflow: hidden;
  transition: transform 0.5s;
  display: none;
}

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

.area_stateBtn {
    display: block;
    width: 110px;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px 10px 40px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    position: absolute;
    top: 60px;
    right: 20px;
    z-index: 2;
}

.area_stateBtn.entry {
  background:#ff9b0b;
}

.area_stateBtn.entry:before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url(../img/seminar/mark_circle_w.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 8px;
  left: 15px;
}

.area_stateBtn.entry:hover,
 .area_stateBtn.less:hover{
  cursor: pointer;
}

.area_stateBtn.less {
  background:#ffc107;
  letter-spacing: 0;
  padding-left: 35px;
}

.area_stateBtn.less:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../img/seminar/mark_triangle_w.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 9px;
  left: 14px;
}

.area_stateBtn.close {
  background:#90a4ae;
}

.area_stateBtn.close:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/seminar/mark_false_w.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 8px;
  left: 16px;
}

.area_stateBtn.close:hover {
  opacity: 1;
}

.area_list li.reception_close:before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #f5f5f5;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.area_list li.reception_add:before{
  content: "追加";
  width: 35px;
  height: 17px;
  display: block;
  border-radius: 0 5px 5px 0;
  background: #049ada;
  color: #fff;
  font-size: 1.0rem;
  padding: 4px;
  text-align: center;
  position: absolute;
  top: -4px;
  left: -7px;
  z-index: 2;
}

.area_list li.reception_add:after{
  content: "";
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 10px #015366;
  position: absolute;
  top: 13px;
  left: -7px;
  z-index: 1;
}

/* seminar attBox */
.seminar_attBox {
    max-width: 660px;
    width: 95%;
    border: 1px solid #95c1da;
    margin-bottom: 20px;
    padding: 20px 60px;
    position: relative;
}

.seminar_attBox p{
    font-size: 1.4rem;
    color: #4d4d4d;
    line-height: 1.5em;
    margin-bottom: 5px;
}

.seminar_attBox p.att_title {
  display: inline-block;
  width: 11em;
    font-size: 1.6rem;
    color: #049ada;
    line-height: 1;
    text-align: center;
    background: #fff;
    padding: 5px;
    position: absolute;
    top: -13px;
    right: 0;
    left: 0;
    margin: 0 auto;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.seminar_attBox p:last-child{
  margin-bottom: 0;
}

/* seminar downroad */

.seminar_downroad {
    display: flex;
    justify-content: center;
    width: 95%;
}

.downroad_btn {
    width: 45%;
    text-align: center;
}

.downroad_btn a {
    display: inline-block;
    max-width: 230px;
    width: 90%;
    color: #049ada;
    font-size: 1.4rem;
    line-height: 1.3em;
    background: #ecf7fd;
    padding: 15px 15px 10px;
    text-align: left;
    border-radius: 6px;
    position: relative;
}

.downroad_btn a span{
    display: block;
    font-size: 1.2rem;
    color: #049ada;
}

.downroad_btn a:after {
content: "";
    width: 9px;
    height: 15px;
    display: block;
    background: url(../img/arrow_bl.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 40%;
    right: 10px;
  }

/* seminar top_accMenu */
.accMenu_seminar .accMenu_title a{
    display: block;
    width: 100%;
    background: #78909c;
    padding: 15px 10px;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    border-bottom: 1px solid #fff;
}

.accMenu_seminar .accMenu_title a.current {
    background: #049ada;
}

.accMenu_seminar .accMenu_title a:after {
    content: "";
    display: block;
    width: 14px;
    height: 10px;
    background: url(../img/arrow_w.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 40%;
    right: 10px;
    transition: transform 0.3s;
     transform: rotate(180deg);
}

.accMenu_seminar .accMenu_title a.move:after {
  transform: rotate(0deg);
}

.accMenu_seminar .accMenu_title:last-of-type a{
  border-bottom: none;
}

.accMenu_seminar .accMenu_list li a {
    display: block;
    width: 100%;
    padding: 20px 15px 10px 30%;
    font-size: 1.2rem;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    line-height: 1.5em;
}

.accMenu_seminar .accMenu_list li a span {
    display: block;
    font-size: 1.0rem;
    margin-top: 5px;
}

.accMenu_seminar .accMenu_list li:last-child a {
  border-bottom: none;
}

.accMenu_seminar .accMenu_list li.reception_now a:before {
  content: "受付中";
      width: 50px;
      padding: 5px 0;
      background: #ff9b0b;
      display: block;
      font-size: 0.9rem;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      position: absolute;
      top: 22px;
      left: 10%;
}

.accMenu_seminar .accMenu_list li.reception_end a:before {
  content: "受付終了";
      width: 50px;
      padding: 5px 0;
      background: #90a4ae;
      display: block;
      font-size: 0.9rem;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      position: absolute;
      top: 22px;
      left: 10%;
}

/* ==========================================
                  contactPage
============================================~ */

/* top */
#contactPage .title_maxclm{
  background: url(../img/contact/bg_contact.jpg) no-repeat top 37% center;
  background-size: cover;
}

#contactPage .container {
    padding: 50px 0 90px;
}


#contactPage .container > p{
  text-align: center;
}

.contact_text{
  font-size: 1.8rem;
  color: #212121;
  margin-bottom: 5px;
}

.contact_stext{
  font-size: 1.6rem;
  color: #616161;
  margin-bottom: 35px;
}

.contact_stext span{
  color: #c62828;
  font-size: 1.6rem;
}

.contact_tel {
  margin-bottom: 40px;
}

.contact_tel a {
  display: inline-block;
  max-width: 380px;
  width: 90%;
  background: #ebf7fc;
  font-size: 2.0rem;
  letter-spacing: 1px;
  color: #049ada;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}

.contact_tel a:before {
  content: "";
  width: 23px;
  height: 23px;
  display: inline-block;
  background: url(../img/contact/icon_tel.png) no-repeat;
  background-size: 100% auto;
  position: relative;
  top: -2px;
  left: -10px;
  vertical-align: middle;
}

.contact_tel a:after {
  content: "";
      width: 9px;
      height: 15px;
      display: block;
      background: url(../img/arrow_bl.png) no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: 35%;
      right: 15px;
}

  /* form */
.contact_form {
  border: 5px solid #f5f5f5;
  margin-bottom: 40px;
  padding: 10px 30px;
  }

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

.contact_form dt {
  width: 24%;
      align-self: stretch;
      border-bottom: 1px solid #049ada;
      padding: 30px 0;
}

.contact_form dt p {
    text-align: left;
    font-size: 1.4rem;
    position: relative;
    font-weight: 600;
    color: #212121;
}

.contact_form dt p.required:after {
  content: "※";
  color: #c62828;
  padding-left: 2px;
  font-weight: 600;
}

.contact_form dd {
    width: 74%;
    align-self:stretch;
    border-bottom: 1px solid #bdbdbd;
    padding: 15px 0 10px;
    font-size: 1.4rem;
}

.contact_form dd p{
  text-align: left;
}

.contact_form dd input::placeholder {
  color: #bdbdbd;
}

.contact_form dd input:-ms-input-placeholder {
  color: #bdbdbd;
}

.contact_form dd input::-ms-input-placeholder {
  color: #bdbdbd;
}

.contact_form dd input[type="text"],
.contact_form dd input[type="email"]{
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 10px 20px;
    line-height: 1.5em;
    margin-bottom: 5px;
}

.contact_form dd input[type="text"]+p{
    font-size: 1.4rem;
    color: #bdbdbd;
    margin: 5px 0 10px;
}

.contact_form dd input[type="email"]+p{
    font-size: 1.2rem;
    color: #212121;
    margin: 5px 0 10px;
}

.contact_form dd select{
    width: 65%;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 10px 20px;
    line-height: 1.5em;
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance:none;
    background:url("../img/arrow_acc.png") no-repeat center right 15px;
    background-size: 10px auto;
}

.contact_form dd select::-ms-expand{
  display: none;
}

.contact_form .radio_box dd {
    padding-top: 30px;
}

.contact_form .radio_box dd label{
  display: inline-block;
  padding-right: 40px;
  position: relative;
  color: #212121;
font-size: 1.4rem;
    margin-bottom: 15px;
}

.contact_form .radio_box dd label.pr{
  padding-right: 20px;
}

.contact_form .radio_box dd label.pr_none{
  padding-right: 0;
}


.contact_form .radio_box dd label.block{
  display: block;
}

.contact_form dd input[type="radio"]{
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance:none;
  border: 0 !important;
  display: none;
}

.contact_form dd .radio_btn:before{
  content: "";
      display: inline-block;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      border: 1px solid #eeeeee;
      margin-right: 15px;
      position: relative;
      top: 2px;
      right: -3px;
}

.contact_form dd input[type="radio"]:checked + .radio_btn:after{
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #049ada;
  position: absolute;
  top: 5px;
  left: 6px;
}

.contact_form .opinion_box dt,
.contact_form .opinion_box dd{
  padding: 20px 0;
}

.contact_form dd textarea {
    width: 100%;
    height: 340px;
    border-radius: 13.5px;
    padding: 15px 25px;
    border: 1px solid #eeeeee;
    line-height: 1.5em;
}

.contact_form dd textarea::placeholder {
  color: #bdbdbd;
}

.contact_form dd textarea:-ms-input-placeholder {
  color: #bdbdbd;
}

.contact_form dd textarea::-ms-input-placeholder {
  color: #bdbdbd;
}

.contact_form dl:last-child dt,
.contact_form dl:last-child dd {
  border: none;
}

.contact_form dd option.not_select{
  color: #bdbdbd;
}

.contact_form .data_box .fileUploder{
    position:relative;
  }

    .contact_form .data_box .fileUploder input:first-child{
      width: 48%;
      margin-right: 20px;
  }

  .contact_form .data_box .fileUploder .uploader{
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 99;
    width: 78%;
    height: 60%;
    opacity: 0;
}

.contact_form .data_box .fileUploder .uploader:hover {
  cursor: default;
}

.contact_form .data_box .fileUploder .btn{
  background: #049ada;
      color: #fff;
      width: 25%;
      border: none;
      padding: 15px;
      border-radius: 2px;
      font-size: 1.2rem;
      line-height: 1em;
}

  #contactPage .submit_btn {
    display: block;
    margin: 0 auto;
    background: #049ada;
    color: #fff;
    max-width: 300px;
    width: 90%;
    border: none;
    padding: 15px;
    border-radius: 5px;
    font-size: 2.0rem;
    letter-spacing: 1px;
}

#contactPage .submit_btn:hover {
  cursor: pointer;
}

/* contact_recruit */
.contact_form dd .entry_box select{
  width: 17%;
}

.contact_form dd .entry_box input{
  display: inline-block;
  width: 20%;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 10px 20px;
  line-height: 1.5em;
  margin: 0 0 5px 10px;
}

.contact_form dd .entry_box .id_bd{
    display: inline-block;
    width: 10px;
    border-bottom: 1px solid #eee;
    margin-left: 10px;
    position: relative;
    bottom: 5px;
}

.contact_form dd .entry_box + p {
    font-size: 1.3rem;
    color: #bdbdbd;
    margin-top: 5px;
}

/* contactCheck */

#contactPage.contactCheck .container {
    padding: 50px 0 130px;
}

.contactCheck .contact_form {
    border: none;
    padding: 0 30px;
}

.contactCheck .contact_form dt {
  padding: 30px 0;
  }

  .contactCheck .contact_form dt p {
      line-height: 1.5em;
    }

.contactCheck .contact_form dd {
    padding: 30px 0;
}

.contactCheck .contact_form dd p{
    font-size: 1.4rem;
    color: #424242;
    line-height: 1.5em;
}

.contactCheck .btn_box {
    text-align: center;
}

#contactPage.contactCheck .submit_btn {
    display: inline-block;
    margin: 0px 20px;
    width: 50%;
  }

  #contactPage.contactCheck .submit_btn.return {
    background: #90a4ae;
}

/* contact_finish */

#contactPage.contactFinish .container {
    padding: 55px 0 110px;
}

.contact_img{
  margin-bottom: 35px;
}

.contact_img img {
    max-width: 82px;
    width: 50%;
    height: auto;
}

.contact_ltext {
    font-size: 3.5rem;
    color: #000;
    margin-bottom: 15px;
}

.contactFinish .container p:last-child{
  margin-top: 60px;
}


.contact_ftext {
    font-size: 1.6rem;
    color: #424242;
    margin-bottom: 35px;
    line-height: 1.8em;
}

/* =============================================
                  about page
=============================================== */

.about_bg{
    background: url(../img/about/bg_title.jpg) no-repeat top 59% center;
background-size: cover;
}

/* ====== 企業メッセージ ====== */
/*.about_message .breadcrumb{
      padding: 15px 0 10px;
}*/

.about_message .message_top {
  margin: 30px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_message .message_top h2 {
  font-size: 3rem;

}

.about_message .chiefdirector_message p {
  font-size: 1.5rem;
  margin-bottom: 30px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.about_message .chiefdirector_avatar img {
  width: 180px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.about_message .chiefdirector_avatar {
  width: 180px;
  text-align: center;
}

.about_message .chiefdirector_avatar p {
  display: inline-block;
      font-size: 1.2rem;
}

.about_message .chiefdirector_avatar .name {
  font-size: 1.8rem;
}

/*  ====== 企業情報（会社概要）====== */

.about_aboutus .container_wide{
  padding: 0;
}

.about_aboutus .content_box {
  margin-bottom: 75px;
}

.about_aboutus .content_box .place_listin,
.about_aboutus .content_box .people_listin {
  float: left;
}

.line_blue {
  border-bottom: solid 1px #3191d1;
}

.about_aboutus .content_box dt {
  width: 18%;
  margin-right: 4%;
  float: left;
  position: relative;
}

.about_aboutus .content_box dt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  background: url(../img/about/aboutus_membermap00.png);
  background-repeat: no-repeat;
}

.about_aboutus .content_box dt:first-child::before {
  background: none;
}

.about_aboutus .content_box dd {
  width: 78%;
}

.line_black {
  border-bottom: solid 1px #bdbdbd;
}

.about_aboutus .content_box dt, .about_aboutus .content_box dd {
  font-size: 1.6rem;
display: inline-block;
line-height: 2.5em;
padding-top: 25px;
}

.about_aboutus .content_box dd ul, .about_aboutus .content_box dd ul li, .about_aboutus .content_box dd ul li span, .about_aboutus .content_box dd p {
  font-size: 1.6rem;
}

.about_aboutus .content_box dd .people_number li, {
  display: inline-block;
  width: 100%;
}

.about_aboutus .content_box dd .people_number li span {
  width: 20%;
  display: inline-block;
}

.about_aboutus .content_box dl dd .office_place {
  line-height: 25px;
  margin-top: 15px;
}

.about_aboutus .content_box dl dd .office_place li {
  margin-bottom: 10px;
  line-height: 1.5em;
}

.about_aboutus .content_box dl dd .people_number .total, .about_aboutus .content_box p {
  margin-bottom: 20px;
}

.about_aboutus .content_box .date {
  line-height: 0;
  margin-top: -15px;
}

.about_aboutus .content_box dd ul li span {
  display: block;
}

.about_aboutus .content_box .membermap_box {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.about_aboutus .content_box .supervision::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 67px;
  top: 658px;
  left: 51px;
  border-bottom: 1px solid #e0e0e0;
  z-index: -1;
}

.about_aboutus .content_box .membermap_box::after {
  content: "";
  position: absolute;
  width: 1px;
height: 67.7%;
  display: block;
  top: 41px;
  left: 50px;
  background: url(../img/about/aboutus_membermap03.png);
  background-repeat: repeat-y;
  z-index: -1;
}

.membermap {
  width: 510px;
  position: relative;
  overflow: hidden;
}

.membermap ul {
  position: relative;
  width: auto;
}

.about_aboutus .content_box .membermap ul li{
      font-size: 1.2rem;
}

.membermap .committee {
  left: 80px;
}

.membermap .committee::before {
  content: "";
  position: absolute;
  width: 30px;
  top: 26px;
  left: -30px;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  z-index: -1;
}

.membermap .line li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.membermap li {
  line-height: 0px;
  text-align: center;
  display: inline-block;
  width: 145px;
  background: #0499d9;
  color: #ffffff;
  margin-bottom: 25px;
  padding: 15px 0;
  position: relative;
}

.membermap .line li::after {
  content: "";
  position: absolute;
  width: 35px;
  top: 15px;
  left: 135px;
  border-bottom: 1px solid #e0e0e0;
  z-index: -1;
}

.membermap .line li:last-child::after {
  border-bottom: none;
}

.membermap ul li ul {
  margin-top: 1.5em;
  margin-bottom: .75em;
  margin-left: 48px;
}

.membermap .btn_pluss p {
  width: 100%;
}

.membermap ul li ul li {
  margin: 10px 0;
  position: relative;
}

.membermap ul li ul li::before .membermap ul li ul li:first-child::before {
  height: 32px;
  top: -20px;
}

.category_group li {
  margin: 0;
}

.category_group .category_committee {
  position: absolute;
  margin: 20px 0;
}

.category_group .nutorition {
  position: absolute;
  margin: 40px 0;
}

.lengthways {
  display: inline-block;
  left: 140px;
  background: url(../img/about/aboutus_membermap01.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 30px 17px;
  display: block;
}

.lengthways_2 {
  display: inline-block;
  left: 140px;
  background: url(../img/about/aboutus_membermap02.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 30px 17px;
  display: block;
}

.membermap_group2 {
  position: relative;
  left: 145px;
}

.membermap_group2::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 91.5%;
  display: block;
  top: 20px;
  left: -66px;
  background: url(../img/about/aboutus_membermap03.png);
  background-repeat: repeat-y;
}

.membermap_group2 ul li::before {
  content: "";
  position: absolute;
  width: 70px;
  top: 15px;
  right: 140px;
  border-bottom: 1px solid #e0e0e0;
  z-index: -1;
}

.membermap_group2 ul .lengthways li, .membermap_group2 ul .lengthways_2 li {
  display: block;
  border: dashed 1px #0499d9;
  background: #ffffff;
  color: #0499d9;
  margin-bottom: 5px;
  margin-left: 60px;
}

.membermap_group2 ul li:first-child {
  border: solid 1px #0499d9;
  background: #ffffff;
  color: #0499d9;
}

.membermap_group2 .lengthways li:first-child, .membermap_group2 .lengthways_2 li:first-child {
  border: dashed 1px #0499d9;
  background: #ffffff;
  color: #0499d9;
}

.membermap_group2 ul li:nth-child(n+2) {
  border: dashed 1px #0499d9;
  background: #ffffff;
  color: #0499d9;
  margin-bottom: 5px;
  margin-left: 60px;
}

.membermap_group2 ul .shingle_committee {
  margin-left: 50px !important;
}

.membermap_group2 .lengthways::before {
  content: "";
  position: absolute;
  width: 70px;
  top: 34px;
  right: 165px;
  left: -39px;
  border-bottom: 1px solid #e0e0e0;
  z-index: -1;
}

.membermap_group2 .lengthways_2::before {
  content: "";
  position: absolute;
  width: 70px;
  top: 52px;
  right: 165px;
  left: -10px;
  border-bottom: 1px solid #e0e0e0;
  z-index: -1;
}

.membermap_group2 .lengthways li::before, .membermap_group2 .lengthways_2 li::before {
  border-bottom: none;
}


/*  アクセス  */

.about_access .content_box {
  width: 700px;
  float: left;
  position: relative;
}

.about_access .top_part img {
  width: 480px;
}

.about_access .content_box .top_part h2 {
  font-size: 2rem;
  text-align: -webkit-center;
}

/* ====== 企業理念 ====== */

.philosophy .pc_off {
  display: none;
}

  .philosophy .container_wide {
     position: absolute;
     top: 211px;
     right: 0;
     left: 0;
     margin: 0 auto;
     height: 80%;
  }


.philosophy .clm_left {
  z-index: 10;
  position: relative;
      margin-top: -139px;
}

.philosophy .container_max .summary {
  text-align: center;
  font-size: 2rem;
  line-height: 30px;
  position: relative;
  max-width: 1000px;
  padding-left: 290px;
  margin: 0 auto;
}

.philosophy .container_max .message_bloc_content {
  line-height: 30px;
  position: relative;
  max-width: 1000px;
  width: 94%;
  padding-left: 290px;
  margin: 0 auto;
}

.philosophy .precept {
  height: 400px;
}

.philosophy .domain {
    padding: 60px 0 100px;
  }

.philosophy .bg_on {
  z-index: -1;
  height: 435px;
  position: relative;
  background: #f4f8fb;
}

.philosophy .basic_concept {
    padding: 60px 0;
}

.philosophy .message_bloc .content_part {
  display: inline-block;
  margin-top: 40px;
}

.philosophy .message_bloc .sp_on {
  display: none;
}

.philosophy .content_box p,
 .philosophy .content_box .message_bloc h3 span {
  font-size: 2rem;
  line-height: 30px;
}

.philosophy .message_bloc h3 {
  border-left: solid 2px #0499d9;
  position: relative;
  height: 20px;
  margin-bottom: 15px;
  font-size: 2.5rem;
}

.philosophy .message_bloc h3 span {
  margin-left: 20px;
  position: absolute;
  top: -5px;
}

.philosophy .message_bloc ol li, .philosophy .message_bloc ul li, .philosophy .message_bloc ul p {
  font-size: 1.5rem;
  line-height: 40px;
}

.philosophy .message_bloc p {
  font-size: 1.5rem;
  margin-right: 15px;
}

.philosophy .philosophy_message img {
  display: inline-block;
  right: 30px;
  position: absolute;
}

.philosophy .philosophy_logo_box{
    padding: 100px 0;
}

.philosophy .philosophy_logo_box .content_part{
  margin-top: 0;
}

.philosophy .precept_box .content_part {
    margin-top: 55px;
}

.philosophy .philosophy_logo img {
  position: absolute;
  top: 50px;
  right: 0;
}

/* ====== 沿革 ====== */

.about_histoy .content_box {
  position: relative;
  overflow: hidden;
      padding-top: 200px;
}

.about_histoy .content_box .history_block::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 91.2%;
  display: block;
  top: -120px;
  left: -91px;
  background: url(../img/about/about_history01.png);
  background-repeat: no-repeat;
}

.about_histoy .content_box .history_block::after {
  content: "";
  position: absolute;
  width: 84px;
  height: 300%;
  display: block;
  top: -28px;
  left: -50px;
  background: url(../img/about/about_history04.png);
  background-repeat: repeat-y;
  z-index: -1;
}

.about_histoy .history_block {
  left: 290px;
  top: 0;
  float: left;
  position: relative;
  width: 415px;
  display: flex;
    flex-wrap: wrap;
}

.about_histoy .history_block dt {
  width: 65px;
      margin-right: 40px;
      font-size: 1.8rem;
      position: relative;
      display: inline-block;
      float: left;
          line-height: 1.5em;
}

.about_histoy .content_box .history_block dt::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 91.2%;
  display: block;
  top: 8px;
  left: -50px;
  background: url(../img/about/about_history03.png);
  background-repeat: no-repeat;
}

.about_histoy .content_box .history_block .put_btn {
  position: absolute;
      top: -27px;
      left: -261px;
      background: #0499d9;
      font-size: 1.8rem;
      color: #ffffff;
      padding: 20px 40px 20px 30px;
      border-radius: 3.775px;
}

.about_histoy .content_box .history_block .put_btn::after {
  content: "";
  position: absolute;
  width: 84px;
  height: 91.2%;
  display: block;
  top: 30px;
  left: 150px;
  background: url(../img/about/about_history02.png);
  background-repeat: no-repeat;
}

.about_histoy .history_block dd {
  width: 310px;
  margin-bottom: 70px;
  font-size: 1.4rem;
  float: right;
      line-height: 1.5em;
}

.about_histoy .and_more {
  display: none;
}

/* ====== 品質保証への取り組み ====== */
.quality_assurance .container_wide{
  padding: 50px 0 0 0 ;
}

.quality_assurance .clm_left{
  margin-top: -150px;
}

.quality_assurance .clm_right{
  margin-bottom: 100px;

}
.quality_assurance .top_part h2 {
  font-size: 3rem;
  margin-bottom: 30px;
}

.quality_assurance .top_part p {
  font-size: 1.6rem;
  margin-bottom: 70px;
}

.quality_assurance .content_box dt {
  width: 123px;
  margin-right: 25px;
  position: relative;
}

.quality_assurance .content_box .line_2 {
  float: left;
}

.quality_assurance .border_part{
  width: 78%;
}

.quality_assurance .border_part dl {
  position: relative;
}

.quality_assurance .border_part dt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  background: url(../img/about/aboutus_membermap00.png);
  background-repeat: no-repeat;
}

.quality_assurance .border_part .border_last::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 48px;
  background: url(../img/about/aboutus_membermap00.png);
  background-repeat: no-repeat;
}

.quality_assurance .border_part dt:first-child::before {
  display: none;
}

.quality_assurance .content_box .line_3 {
  float: left;
}

.quality_assurance .content_box dd {
  width: 400px;
}

.quality_assurance .border_part dl .narrow p:first-child {
  margin-top: 15px;
}

.quality_assurance .border_part dl .narrow p:last-child {
  margin-bottom: 15px;
}

.quality_assurance .content_box dt, .quality_assurance .content_box dd {
  font-size: 1.4rem;
  display: inline-block;
  line-height: 3.5em;
}

.quality_assurance .content_box .narrow {
  line-height: 25px;
}

.quality_assurance .content_box dd ul, .quality_assurance .content_box dd ul li, .quality_assurance .content_box dd ul li span, .quality_assurance .content_box dd p {
  font-size: 1.4rem;
}

.quality_assurance .content_box dd .people_number li, .quality_assurance .content_box dd .people_number li span {
  display: inline-block;
  width: 50%;
}

.quality_assurance .content_box dl dd .office_place li {
  margin-bottom: 20px
}

.quality_assurance .content_box dl dd .people_number li {
  margin-bottom: 30px;
}

.quality_assurance .content_box dl dd .people_number .total {
  margin-bottom: 20px;
}

.quality_assurance .content_box dd ul li span {
  display: block;
}

.quality_assurance .detail_part {
  margin: 30px 0 60px;
}

.quality_assurance .detail_part p {
  font-size: 1.4rem;
  line-height: 1.7em;
  margin-bottom: 10px;
}

.quality_assurance .detail_part_2 {
  margin-top: 20px;
}

.quality_assurance .detail_part_2 h3, .quality_assurance .detail_part_2 p {
  color: #757575;
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.quality_assurance .detail_part_2 .title {
  font-size: 1.4rem;
}

.quality_assurance .others_part {
  width: 570px;
}

.quality_assurance .others_part h3 {
  width: 100%;
  font-size: 2rem;
  line-height: 40px;
  margin:30px 0;
}

.quality_assurance .others_part p {
  color: #0499d9;
  border: solid 1px #0499d9;
  height: 60px;
  width: 270px;
  box-sizing: border-box;
  padding: 25px 10px 25px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.quality_assurance .others_part p img {
  height: 8.5px;
  float: right;
}


.quality_assurance .others_part .left,
.quality_assurance .others_part .right{
  display: inline-block;
}

.quality_assurance .others_part .left{
  margin-right: 25px;
}

/* ===================================
                ニュース
  ====================================*/
.news h3{
  font-size: 2.5rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
  line-height: 1.3em;
}

.news .content_box {
    margin-bottom: 20px;
}

.news .btn_event_gray{
  background: #5e5e5e;
  color: #ffffff;
      padding: 1% 2.5%;
  border-radius: 5px;
  width: 11%;
  margin-right: 3%;
}

.news .btn_info_blue{
  background: #049ada;
  color: #ffffff;
padding: 1% 3.3%;
  border-radius: 5px;
  width: 11%;
  margin-right: 3%;
}

.news .btn_news_skyblue{
  background: #e6f7fc;
      color: #049ada;
      padding: 7px 5px;
      border-radius: 5px;
      width: 11%;
      margin-right: 3%;}


.news .detail_blue a{
  color: #049ada;
  border-bottom: solid 1px #049ada;
}

.news .detail_gray a{
  color: #484949;
}

/*  EVENT,INFO,JFRLニュース,ALL  */
.newstitle_list .content_box .inform_block{
  position: relative;
  border-bottom: solid 1px #d1d1d1;
}

.newstitle_list .content_box .inform_block:last-of-type{
  border:none;
}

.newstitle_list .content_box .inform_block ul li,
.newstitle_list .content_box .inform_block img{
  display: inline-block;
}

.newstitle_list .content_box .inform_block ul li,
.newstitle_list .content_box .inform_block ul li a{
  font-size: 1.4rem;
}

.newstitle_list .content_box .inform_block ul li:first-child{
  font-size: 1.2rem;
}

.newstitle_list .content_box .inform_block ul li{
  vertical-align: middle;
  margin-bottom: 25px;
  margin-top: 25px;
}

.newstitle_list .content_box .inform_block ul a{
  line-height: 1.5em;
}


.newstitle_list .content_box .inform_block ul .date{
  width: 17%;
  margin-right: 3%;
}
.newstitle_list .content_box .inform_block ul .detail_title{
  width: 55%;
  margin-right: 10%;
}

.newstitle_list .content_box .inform_block ul .detail_title img{
  position: relative;
  float: left;
  margin-right: 10px;

}

.newstitle_list .content_box .inform_block ul .detail_title .title_icon_pdf{
    top: 2px;
    width: 8%;
}

.newstitle_list .content_box .inform_block ul .detail_title .title_icon_window{
    top: 7px;
    width: 6%;
    margin-right: 20px;
}

.newstitle_list .content_box .inform_block ul .detail_title .title_icon_word{
  top: 9px;
  width: 6%;
  margin-right: 20px;
}


.newstitle_list .content_box .inform_block img{
  position: absolute;
  right: 0;
  top: 35px;
  width: 1.5%;
}

.newstitle_list .content_box .inform_block ul .detail_title a{
  word-break: break-word;
}


/* pager */

.pager {
    margin-bottom: 100px;
    text-align: center;
}


.pager li {
  display: inline-block;
  position: relative;

}

.pager li:last-child:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background:url("../img/arrow_bread.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 1px;
  right: -35px;
}

.pager a{
    display: block;
    font-size: 1.8rem;
    color: #616161;
    padding: 0 2px;
    margin: 0 5px;
}

.pager a.current{
    color:#049ada;
  }

/*  ニュース（INFO,JFRLニュース）  */

.content_info .content_part{
    margin-bottom: 110px;
}

.content_info .content_box .content_part p,
.content_info .content_box .content_part a{
  font-size: 1.5rem;
  line-height: 1.8em;
  margin: 30px 0;
}

.content_info .top_part{
  width: 100%;
border-bottom: solid 1px #cfd8dc;
}

.content_info .top_part .btn_info_blue{
display: inline-block;
width: auto;
}

.content_info .top_part .btn_info_blue{
  margin-bottom: 20px;
}

.content_info .top_part h2{
  line-height: 1.8em;
}

.content_info img{
  width: 700px;
}

.content_info .content_part .date{
  color: #616161;
  margin: 20px 0 30px !important;
}


.content_info .content_part a{
  color: #049ada;
  border-bottom: solid 1px #049ada;
}


/*  JFRLニュース  */
.content_jfrlnews .top_part .btn_news_skyblue,
.content_jfrlnews .top_part .btn_news_gray{
  display: inline-block;
    width: auto;
        margin-right: 1%;
            margin-bottom: 20px;
}

.content_jfrlnews .top_part .btn_news_skyblue{
  border:1px solid #e6f7fc;
}
.content_jfrlnews .top_part .btn_news_gray{
  background: #eceff1;
      color: #000000;
      border: solid 1px #b0bec5;
      padding: 7px 7px;
      border-radius: 5px;
      width: 11%;
      margin-right: 3%;
}

/* ======================================
              order page
========================================= */

/*  共通ボタン  */
.btn_skyblue{
  font-size: 2rem;
  margin-bottom: 10px;
  color: #049ada;
  background: #e6f7fc;
  padding: 10px;
  width: 380px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  margin: 0 auto;
}

.btn_skyblue img{
  float: right;
height: 13px;
    margin: 9px 15px 9px 0;
}

/* 共通リスト */
.order .service_part .service_process{
  position: relative;
  border: solid 1px #e0e0e0;
    padding: 30px 75px 25px 30px;
      border-radius: 7px;
  width: 100%;
  max-width: 800px;
    margin: 0 auto 55px;
    overflow: hidden;
}

.order .service_part .service_process::before{
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-right: 6px solid #049ada;
  z-index: -1;
  border-radius: 7px 0 0 7px;
}

.order .service_part .service_process_arrow{
    position: relative;
  }

  .order .service_part .service_process_arrow img{
    max-width: 27px;
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 15px;
}

.order .service_part .service_process ul .number,
.order .service_part .service_process ul .title,
.order .service_part .service_process ul .detail{
  display: inline-block;
  vertical-align: middle;
}

.order .service_part .service_process ul .number{
  font-size: 3.5rem;
  color: #049ada;
  width: 5%;
margin-right: 7%;
}

.order .service_part .service_process ul .title{
  width: 20%;
  margin-right: 3%;
  font-size: 1.8rem;
}

.order .service_part .service_process ul .narrow{
  margin-right: 4%;
}

.order .service_part .service_process ul .detail{
  font-size: 1.4rem;
  width: 63%;
  line-height: 1.8em;
}

.order .service_part .service_process ul .detail span{
  font-size: 1.4rem;
  margin-top: 20px;
  display: block;
}

/* order notice */
.order .order_notice {
    max-width: 800px;
    width: 94%;
    margin: 0 auto;
      position: relative;
}

.order .order_notice h4{
  width: 24%;
  margin: 0 auto;
  z-index: 10;
  text-align: center;
  position: relative;
  left: 0;
  background: #ffffff;
  color: #049ada;
  font-size: 2rem;
  font-weight: 500;
}

.order .order_notice .nortice_detail{
  border: solid 1px #049ada;
  padding: 30px 150px 30px 130px;
  margin: -15px 0 50px 0;
}

.order .order_notice .nortice_detail p{
  font-size: 1.4rem;
  line-height: 1.5em;
      margin-bottom: 3px;
}

.order .order_notice .nortice_detail p:last-child{
  margin-bottom: 0;
}

.order .order_notice .nortice_detail p .border_blue{
font-size: 1.4rem;
  color: #049ada;
  border-bottom: solid 1px #049ada;
}

/* ======= お申し込み ====== */

#orderTop .order_bg {
    background-image: url(../img/order/order_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 15%;
    background-size: cover;
}

/* top part */
.order .top_part{
  padding: 0;
}

.order .top_part p{
  font-size: 1.8rem;
  text-align: center;
  display: block;
  padding: 40px 0;
  margin-bottom: 0;
  line-height: 1.5em;
}

/* btn max */
#orderTop .btn_max{
  width: 100%;
padding: 0 0 50px;
margin: 0 auto;
}

#orderTop .btn_max .btn_part{
display: flex;
justify-content: center;
position: relative;
background: #fafafa;

}

#orderTop .btn_block{
  border: solid 1px #049ada;
  background: #ffffff;
  width: 280px;
  align-self: stretch;
  padding: 20px 5px;
  text-align: center;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#orderTop .btn_block a{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#orderTop .btn_block a:hover{
    background: rgba(236,247,251,.3);
}

#orderTop .btn_web_block{
  margin: 50px 70px 50px 0;
}

#orderTop .btn_block .btn_web img{
  width: 100px;
  margin-bottom: 15px;
}

#orderTop .btn_mail_block{
  margin: 50px 0;
}


#orderTop .btn_block .btn_mail img{
  width: 108px;
  margin-bottom: 15px;
}


#orderTop .btn_block .btn_web p,
#orderTop .btn_block .btn_mail p{
  font-size: 1.5rem;
  text-align: center;
  color: #049ada;
}

#orderTop .btn_block .btn_web p::after,
#orderTop .btn_block .btn_mail p::after{
  content: "";
  bottom: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  background: url(../img/order/order03.png);
  position: absolute;
  background-repeat: no-repeat;

}

#orderTop .btn_block .btn_web p span,
#orderTop .btn_block .btn_mail p span{
  font-size: 1.2rem;
  display: block;
    text-align: center;
    margin-top: 10px;
    color: #049ada;
}

/* service part */
#orderTop .service_part{
    max-width: 800px;
    width:94%;
    margin:0 auto;
}

#orderTop .service_part h3{
  text-align: center;
  font-size: 3rem;
  border-bottom: none;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 50px;
  font-weight: 500;
letter-spacing: 1px;
}

#orderTop .service_part .service_process ul .title{
  line-height: 1.5em;
}

#orderTop .service_part .service_process ul li .border_blue{
  font-size: 1.4rem;
color: #049ada;
    text-decoration: underline;
  }

#orderTop .service_part .service_process ul li .small{
  font-size: 1.2rem;
  margin-left: -10px;
  display: block;

}

#orderTop .btn_bottom{
  padding: 0;
}

/* ====== frommail ====== */
#orderMail .frommail_bg {
    background-image: url(../img/order/frommail_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: cover;
}

.order .top_part h3 {
    font-size: 3rem;
    padding-bottom: 45px;
    font-weight: 500;
    letter-spacing: 1px;
}

#orderMail .top_part p {
    font-size: 1.6rem;
    text-align: left;
    padding: 0 0 20px;
}

/* list_part */

#maillist,#download_part{
  padding-top: 180px;
  margin-top: -180px;
}

#orderMail .list_part {
    margin-bottom: 40px;
}
#orderMail .list_bloc {
  border-bottom: solid 1px #e0e0e0;
  padding: 25px 0;
  line-height: 1.5em;
display: table;
width: 100%;
max-width: 700px;
}

#orderMail .list_bloc .place{
  font-size: 1.8rem;
  width: 22%;
  vertical-align: top;
  line-height: 2em;
  display: table-cell;
}

#orderMail .list_bloc .adress{
  width: 47%;
  vertical-align: top;
  line-height: 2em;
  padding-right: 6%;
  display: table-cell;
}

#orderMail .list_bloc .adress li{
  font-size: 1.4rem;
  position: relative;
}

#orderMail .list_bloc .adress li .postalcodes{
  width: 13px;
  position: absolute;
  left: -25px;
}

#orderMail .list_bloc .number{
  width: 31%;
  vertical-align: top;
  line-height: 2em;
  display: table-cell;
}


#orderMail .list_bloc .number li{
  font-size: 1.4rem;
  position:relative;
}

#orderMail .list_bloc .number li .telephone{
  width: 17px;
  position: absolute;
  left: -30px;
}

/* download_part */
.download_part {
    padding-bottom: 100px;
}

.download_block {
    margin-bottom: 30px;
    position: relative;
    border: solid 1px #e0e0e0;
    padding: 20px;
    border-radius: 7px;
    width: 100%;
        max-width: 700px;
}

.download_block::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 4px solid #049ada;
    z-index: -1;
    border-radius: 7px 0 0 7px;
}

 .download_block h4 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 500;
letter-spacing: 1px;
}

.download_block .btn_block {
    display: flex;
    justify-content: left;
}

.download_block .btn_block li{
    max-width: 200px;
    width: 30%;
    background: #f5f5f5;
    text-align: center;
    position: relative;
        margin-right: 5%;
}

.download_block .btn_block li:last-child{
  margin-right: 0;
}


.download_block .btn_block a{
  display: block;
  width: 100%;
  color: #049ada;
  font-size: 1.5rem;
  padding: 10px 30px;
}

.download_block .btn_block li:after{
  content: "";
  width: 10px;
  height: 14px;
  display: block;
  background:url("../img/mark_download.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top:10px;
  right: 40px;
}

.download_block .btn_block li.sample:after{
  right: 35px;
}

.download_block .btn_block li.btn_pdf:before{
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background:url("../img/pdf_icon.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top:0px;
  left: 40px;
}

.download_block .btn_block li.btn_pdf.sample:before{
  left: 15px;
}


.download_block .btn_block li.btn_word:before{
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background:url("../img/word_icon.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top:6px;
  left: 38px;
}

.download_block .btn_block li.btn_excel:before{
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background:url("../img/icon_excel.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 7px;
  left: 40px;
}


.download_block .form_detail {
    font-size: 1.4rem;
    color: #616161;
    border-bottom: solid 1px #e0e0e0;
    margin: 10px 0 25px;
    padding-bottom: 15px;
    line-height: 1.5em;
}

.btn_exclusive.btn_skyblue {
    width: 95%;
    max-width: 700px;
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 15px;
}

.btn_exclusive.btn_skyblue:after{
  content: "";
      width: 10px;
      height: 15px;
      display: block;
      background: url(../img/arrow_bl.png) no-repeat center center;
      background-size: 100% auto;
      position: absolute;
      top: 18px;
      right: 20px;
}

.go_form .btn_exclusive.btn_skyblue {
    width: 100%;
  }

.download_block.multiple_form h4 {
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 20px;
    font-weight: normal;
}

.multiple_form .form_title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.multiple_form .form_title .small {
    display: block;
    font-size: 1.6rem;
}

.multiple_form .btn_block {
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.multiple_form .btn_block:last-of-type {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.multiple_form .title_small {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.multiple_form .questionnaire {
    font-size: 2.2rem;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.multiple_form .questionnaire .small {
    font-size: 1.6rem;
    display: block;
    margin-top: 10px;
}

/* ====== fromweb ====== */
#orderWeb .fromweb_bg {
    background-image: url(../img/order/fromweb_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 80%;
    background-size: cover;
}

#orderWeb .fromweb_wide {
    position: absolute;
    top: 172px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 95%;
}

#orderWeb .content_box .content_block {
    line-height: 30px;
    position: relative;
    max-width: 1000px;
    padding-left: 290px;
    margin: 0 auto;
    padding-right: 20px;
}

/* top part */
#orderWeb .top_part p {
    font-size: 1.8rem;
    text-align: left;
    display: block;
    padding: 0;
    margin-bottom: 5px;
    line-height: 1.5em;
}

#orderWeb .top_part h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    font-weight: 500;
letter-spacing: 1px;
}

#orderWeb .top_part h2 + p {
    font-size: 2.0rem;
    width: 83%;
    margin-bottom: 60px;
}

#orderWeb .top_part p.btn_skyblue {
    font-size: 2.0rem;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    max-width: 380px;
    width: 90%;
}

#orderWeb .top_part p.btn_skyblue img {
    margin: 9px 5px 9px 0;
}

#orderWeb .registrate_acount {
  margin-bottom: 70px;
}

#orderWeb .registrate_acount dt{
    display: block;
    text-align: center;
    margin: 25px 0 0;
}

#orderWeb .registrate_acount dt a{
    color: #049ada;
    font-size: 1.6rem;
    position: relative;
}

#orderWeb .registrate_acount dt a img{
    width: 7px;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: -20px;
}

#orderWeb .registrate_acount dd{
  font-size: 1.4rem;
      color: #757575;
      text-align: center;
}

#orderWeb .part_title {
    font-size: 3rem;
    border-bottom: solid 1px #049ada;
    margin-bottom: 70px;
    padding: 0 5px 5px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
}

#orderWeb .characteristic_part .line_top {
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}

#orderWeb .characteristic_part .line_bottom {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

#orderWeb .characteristic_part ul{
  width: 225px;
  margin:0 15px;
  align-self: stretch;
      text-align: center;
}

#orderWeb .characteristic_part ul img{
      margin-bottom: 30px;
      height: auto;
}

#orderWeb .characteristic_part .watch_icon {
    width: 98px;
}

#orderWeb .characteristic_part .rogin_icon {
    width: 89px;
}

#orderWeb .characteristic_part .file_icon {
    width: 96px;
}

#orderWeb .characteristic_part .graph_icon {
    width: 78px;
}

#orderWeb .characteristic_part .form_icon {
    width: 60px;
    margin-bottom: 25px;
}

#orderWeb .characteristic_part .point {
    font-size: 1.5rem;
    color: #049ada;
    margin-bottom: 20px;
}

#orderWeb .characteristic_part .point .point_number {
    font-size: 3rem;
    color: #049ada;
    margin-bottom: 20px;
}

#orderWeb .characteristic_part .content_title {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

#orderWeb .characteristic_part .content_detail {
    font-size: 1.3rem;
        line-height: 1.5em !important;
}

/* fee_part */
#orderWeb .bg_on {
    background: #fafafa;
}

#orderWeb .fee_part .part_title{
    margin-bottom: 30px;
}

#orderWeb .fee_part .top_part p {
    font-size: 1.4rem;
    margin-bottom: 35px;
}

#orderWeb .fee_part .ordercourse_box {
    margin-bottom: 30px;
    position: relative;
    border: solid 1px #e0e0e0;
    padding: 0 25px;
    border-radius: 7px;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

#orderWeb .fee_part .ordercourse_box::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    border-bottom: 4px solid #049ada;
    border-radius: 7px 7px 0 0;
}

#orderWeb .fee_part .ordercourse_box .title_part {
    border-bottom: solid 1px #e0e0e0;
    padding: 20px 0 5px 0;
    position: relative;
}

#orderWeb .fee_part .ordercourse_box h3,
 #orderWeb .fee_part .ordercourse_box .btn_id,
#orderWeb .fee_part .ordercourse_box .btn_electron,
#orderWeb .fee_part .ordercourse_box .btn_block {
    display: inline-block;
}

#orderWeb .fee_part .ordercourse_box h3 {
    font-size: 2.2rem;
    font-weight: 500;
}

#orderWeb .fee_part .ordercourse_box .btn_block {
    right: 0;
    top: 15px;
    position: absolute;
}

#orderWeb .fee_part .ordercourse_box .btn_id {
    width: 100px;
    color: #fff;
    background: #049ada;
    padding: 15px 0;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    line-height: 0;
    font-size: 1.2rem;
}

#orderWeb .fee_part .ordercourse_box .btn_electron {
    width: 100px;
    color: #e0e0e0;
    background: #fff;
    padding: 15px 0;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    text-align: center;
    line-height: 0;
    font-size: 1.2rem;
}

#orderWeb .fee_part .ordercourse_box dl {
padding: 20px 0 5px 0;
    margin: 0;
}

#orderWeb .fee_part .ordercourse_box dt {
    font-size: 1.2rem;
    font-weight: bold;
}

#orderWeb .fee_part .ordercourse_box dt span {
    color: #049ada;
}

#orderWeb .fee_part .ordercourse_box dd {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

/* service_part */
#orderWeb .service_part .part_title {
    margin-bottom: 40px;
  }

#orderWeb .service_part .service_process {
    padding: 30px 20px 25px 30px;
  }

#orderWeb .service_part .service_process ul .title {
    width: 23%;
  }

#orderWeb .service_part .service_process ul .detail {
    width: 59%;
}

/* about_security */
#orderWeb .about_security .part_title {
    font-size: 2rem;
    border-bottom: solid 1px #049ada;
    margin-bottom: 30px;
    padding: 0 5px 0px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
}

#orderWeb .about_security .top_part ul {
    margin-bottom: 50px;
}

#orderWeb .about_security .top_part ul li {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

#orderWeb .order_notice {
    width: 100%;
  }

#orderWeb .order_notice h4 {
    width: 32%;
  }

#orderWeb .order_notice .nortice_detail {
    border: solid 1px #049ada;
    padding: 30px;
    margin: -17px 0 50px;
}

#orderWeb .order_notice .nortice_detail p .border_blue {
    border-bottom: none;
    text-decoration: underline;
}

/* tos_part */

#orderWeb .tos_part {
    border: solid 1px #bdbdbd;
    overflow: auto;
    height: 455px;
    margin-bottom: 70px;
    max-width: 700px !important;
width: 100% !important;
}

#orderWeb .tos_part .jspContainer {
    width: 100% !important;
}

#orderWeb .tos_part .jspPane {
    position: absolute;
    width: 100% !important;
}

#orderWeb .tos_part .jspVerticalBar {
    width: 6px;
    background: #eee;
}

#orderWeb .tos_part .jspTrack {
    background: #eee;
}

#orderWeb .tos_part .jspDrag {
    background: #049ada;
}

#orderWeb .tos_part .jspHorizontalBar {
    display: none;
}

#orderWeb .tos_part::-webkit-scrollbar{
  width: 10px;
}
#orderWeb .tos_part::-webkit-scrollbar-track{
  background: #eeeeee;
}
#orderWeb .tos_part::-webkit-scrollbar-thumb{
  background: #049ada;
  box-shadow: inset 0 0 0 2px #eeeeee;
}

#orderWeb .tos_part .version {
    font-size: 1.5rem;
    text-align: right;
    margin-bottom: 30px;
    margin-right: 15px;
    margin-top: 10px;
}

#orderWeb .tos_part h4 {
    margin-bottom: 35px;
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
}

#orderWeb .tos_part dl {
    margin-bottom: 35px;
    padding: 0 65px 0 70px;
}

#orderWeb .tos_part dl dt {
    font-size: 1.4rem;
    color: #424242;
    margin-bottom: 5px;
}

#orderWeb .tos_part dl dd {
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 1.5em;
}

#orderWeb .content_box .btn_order {
  display: block;
      font-size: 2rem;
      letter-spacing: 1px;
      color: #fff;
      max-width: 300px;
      width: 80%;
      background: #049ada;
      padding: 15px 0;
      text-align: center;
      margin: 0 auto;
      border-radius: 5px;
      cursor: pointer;
    }
