@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・sprite
・utility
・component
・layout
・z-index
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  color: #141414;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
body.js_page_trans {
  opacity: 0;
}

html, body {
  width: 100%;
  min-width: 1100px;
  height: 100%;
}

.page {
  width: 100%;
  margin: 0 auto;
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a:link {
  color: #141414;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #141414;
  text-decoration: none;
}
a:hover {
  color: #141414;
  text-decoration: none;
}
a:active {
  color: #141414;
  text-decoration: none;
}

a[href^="tel"] {
  color: #141414;
}

/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #141414;
}

/* placeholder */
input:placeholder-shown, textarea:placeholder-shown {
  color: #141414;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #141414;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #141414;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #141414;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #141414;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #141414;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #141414;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #141414;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #141414;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #141414;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================================================
 sprite
====================================================================== */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf {
  *zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}

@media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }

  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }

  .u_sp {
    display: block;
  }
}
.u_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.u_body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* =================================
 text pt
================================= */
.u_txt_1 {
  font-size: 1.8em;
  line-height: 1.5;
}

.u_txt_2 {
  font-size: 2.5em;
  line-height: 2;
  color: #fff;
}

.u_txt_3 {
  font-size: 2.2em;
  line-height: 1.5;
  color: #040488;
}

.u_txt_4 {
  font-size: 2em;
  line-height: 1.5;
  color:#0000FF; /*文字青色*/
  text-decoration:underline; /*下線有り*/
  margin: 0 0 15px 0;
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text marker
================================= */
.u_marker_1_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: -webkit-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: linear-gradient(to bottom, #ffff66 0%, #ffff66 100%);
}

.u_marker_1_2 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmNjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
}

/* =================================
 box-shadow
================================= */
.u_box_shadow_1 {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* =================================
 gradation
================================= */
.u_gradient_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTlmMyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYTllOWYzIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzJkOWRhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmQ5ZGFlIi8+PHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGY1ZmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: -webkit-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: linear-gradient(180deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
}

/* =================================
 animation
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
/* =================================
 buttons
================================= */
/* =================================
 icon
================================= */
/* =================================
 alerts
================================= */
/* =================================
 pager
================================= */
/* =================================
 table
================================= */
/* =================================
 forms
================================= */
/* =================================
 list
================================= */
/* =================================
 item
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 layout
====================================================================== */
/* =================================
 content_size
================================= */
.content_size {
  width: 1100px;
  margin: 0 auto;
}

/* =================================
 container
================================= */
.container {
  position: relative;
}
/* =================================
 header
================================= */
header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:100px;
}

#header {
  padding: 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.header_banner {
  text-align: center;
}

.header_mail {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header_mail:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  opacity: 0.9;
}

.header_logo-link {
  width: 450px;
}
.header_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_number-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_number {
  position: relative;
}
.header_number_txt {
  font-size: 13px;
}
.header_number_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
.header_number_num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_time {
  font-size: 20px;
  font-weight: 1000;
  padding: 0 10px 0;
}
.header_time_txt {
  text-align: centert;
  color: #103b61;
}
.header_mail {
  position: relative;
}
.header_mail_img {
  position: absolute;
  top: -7px;
  left: -10px;
}
.header_mail_txt {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color: #005aaa;
  padding: 18px 34px;
  border-radius: 5px;
}
.header_mail_num {
  font-size: 18px;
}

/* =================================
 main_visual
================================= */
.main_visual {
  background: url(../img/main_bg.jpg) no-repeat;
  background-size: cover;
}
.main_visual > .inner {
  padding: 150px 0 0;
  height: 710px;
  background: rgba(162, 247, 251, 0.05);
  color: #fff;
}
.main_visual > .inner .ttl {
  margin: 0 0 15px -30px;
}

/* =================================
 l_content
================================= */
/* =================================
 main
================================= */
/* =================================
 footer
================================= */
.footer {
  font-size: 1.5em;
  text-align: center;
  line-height: 2;
  padding: 0 0 50px;
}
.item {
  padding: 10px;
}
.container {
  display: grid;
}

/* ======================================================================
 main
====================================================================== */
/* =================================
 main
================================= */
.main_ttl {
  font-size: 4em;
  color: #251593e0;
  border-left: solid 8px #251593e0;/*左側の線*/
  background: #e4f1ff;/*背景色*/
  margin-top: 30px;/*下のバーとの余白*/
  line-height: 1.5;
  border-radius: 0 30px 30px 0;/*右側の角だけ丸く*/
  padding: 5px 50px;
  list-style-type: none!important;
  display: inline-block;
}
.main .main_txt {
  font-size: 2em;
    line-height: 2;
  padding: 30px 0 30px;
}
.main .merit {
  padding-left: 5rem;
}
.main .merit dd{
  padding-left: 5rem;
  margin-bottom: 30px;
}  
.main .cv_area {
  position: relative;
  padding: 50px 0 50px;
  background: #0000b2;
}
.main .cv_area:before {
  content: '';
  background: #005bac;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 20px;
}
.main .cv_area .ttl {
  text-align: center;
  margin: 0 0 50px;
}
.main .cv_area .content {
  width: 1040px;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main .cv_area .content .tel_wrap .img_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.main .cv_area .content .tel_wrap .img_wrap .ico {
  margin: 0 15px 0 0;
}
.main .cv_area .content .tel_wrap .txt {
  margin: 15px 0 0 95px;
}
.main .cv_area .content .btn_wrap {
  position: relative;
  padding: 0 0 0 50px;
}
.main .cv_area .content .btn_wrap:before {
  content: '';
  width: 1px;
  height: 60px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 30px;
}
.main .cv_area .content .btn_wrap .btn {
  width: 530px;
  height: 120px;
  background: #005bac;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.main .cv_area .content .btn_wrap .btn._hover {
  background: #003360;
}
.main .cv_area .content .btn_wrap .txt {
  text-align: center;
  margin: 5px 0 0;
}
.main .sec._00 {
  background: #0940c1;
  padding-top: 10px;
  border-radius: 30px;
}
.main .sec._00 .sec_ttl {
  text-align: center;
  font-size: 3.5em;
  color: #fff;
  margin-top: 30px;/*下のバーとの余白*/
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  border-radius: 20px;
  padding: 0.1em;
  list-style-type: none!important;
}
.main .sec._00 .list {
  color: #fff;
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:3em;
}
.main .sec._00 .list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.main .sec._00 .list li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #fff;
  color: #0e55a4;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main .sec._01 {
  padding: 30px 0 0;
}
.main .sec._01 > .inner {
  padding: 30px 50px 30px;
  border-top: solid 10px #005bac;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
.main .sec._01 > .inner .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main .sec._01 > .inner .content .tel_wrap .img_wrap .ico {
  margin: 0 15px 0 0;
}
.main .sec._01 > .inner .content .tel_wrap .txt {
  margin: 15px 0 0 95px;
}
.main .sec._01 > .inner .content .btn_wrap {
  position: relative;
  padding: 0 0 0 30px;
}
.main .sec._01 > .inner .content .btn_wrap:before {
  content: '';
  width: 1px;
  height: 60px;
  background: #141414;
  position: absolute;
  left: 0;
  top: 30px;
}
.main .sec._01 > .inner .content .btn_wrap .btn {
  width: 530px;
  height: 120px;
  background: #005bac;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.main .sec._01 > .inner .content .btn_wrap .btn._hover {
  background: #003360;
}
.main .sec._01 > .inner .content .btn_wrap .txt {
  text-align: center;
  margin: 5px 0 0;
}
.main .sec._02 {
  background: #0000b2;
  padding-top: 15px;
  text-align: center;
  margin: 30px 0 50px;
}
.main .sec._02 .sec_ttl {
  display: inline-block;
  text-align: center;
  font-size: 3.5em;
  color: #251593e0;
  background: whitesmoke;/*背景色*/
  margin-top: 30px;/*下のバーとの余白*/
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  border-radius: 20px;
  padding: 0.1em;
  list-style-type: none!important;

} 
.main .sec._02 .sec_ttl2 {
  text-align: center;
  font-size: 2.5em;
  width: 90%;
  color: #fff;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  padding: 0.1em;
  list-style-type: none!important;
}
.main .sec._02 .sec_ttl3 {
  text-align: center;
  font-size: 2.5em;
  color: #fff;
  line-height: 1.5;
  padding: 20px 0 40px;
  list-style-type: none!important;
}
.main .sec._03 {
  color: #000000;
  background: #fff;
  font-size: 18px;
  position: relative;
  padding: 0 0 50px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(64, 99, 236);
  background: #dbdaea17;
  margin-bottom: 50px;
}
.main .sec._03 .sec_ttl {
  text-align: center;
   font-size: 1.2em;
  margin: auto;
  display: block;
  padding: 30px;
}
.main .sec._03 .content {
  width: 900px;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 20px;
}
.main .sec._03 .img_wrap {
  text-align: center;
}
.main .sec._04 {
  background: #3737e4;
  padding-top: 10px;
  text-align: center;
  margin: 30px 50px 50px;
  border-radius: 100px;
  border: 15px double #2300a0;
}
.main .sec._04 .sec_ttl {
  text-align: center;
  font-size: 2.5em;
  width: 90%;
  color: #fff;
  margin: 20px 0 20px;
  line-height: 2;
  padding: 0.1em;
}
.main .sec._05 {
  position: relative;
  padding: 0 0 80px;
}
.main .sec._05 .list {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main .sec._05 .list .block {
  width: 540px;
}
.main .sec._05 .list .block._01 .lawyer {
  padding: 25px 30px;
}
.main .sec._05 .list .block._01 .lawyer .career_history {
  margin: 20px 0 0;
}
.main .sec._05 .list .block._01 .lawyer .career_history > .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main .sec._05 .list .block._01 .lawyer .career_history > .inner .txt {
  margin: 0 20px 0 0;
}
.main .sec._05 .list .block .lawyer {
  width: 100%;
  padding: 30px;
  margin: 0 0 20px;
  background: #fff;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
.main .sec._05 .list .block .lawyer:last-child {
  margin: 0;
}
.main .sec._05 .list .block .lawyer .img_wrap {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.main .sec._05 .list .block .lawyer .img_wrap .photo {
  margin: 0 30px 0 0;
}

.cooperate {
	display:flex;
	flex-flow: column;
}

.main .sec._06 {
  padding: 100px 0 50px;
}
.main .sec._06 .sec_ttl {
  text-align: center;
  margin: 10px 0 30px;
}
.main .sec._06 .block_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main .sec._06 .block_wrap .block._01 {
}
.main .sec._06 .block_wrap .block._02 {
  width: 550px;
}
.main .sec._06 .block_wrap .block .map {
   width: 100%; 
}

.main .sec._06 .block_wrap .block .table .tr {
  padding: 11px 0;
  border-bottom: solid 1px #d5d5d5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main .sec._06 .block_wrap .block .table .tr .th {
  width: 130px;
}
.main .sec._06 .block_wrap .block .table .tr .td {
  width: -moz-calc(100% - 160px);
  width: -o-calc(100% - 160px);
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
}
.main .sec._06 span.tmark1 {/*銀座線*/
					color: #F19A38;
}
.main .sec._06 span.tmark2 {/*千代田線*/
					color: #54B889;
}
.main .sec._06 span.tmark3 {/*日比谷線*/
					color: #B5B5AD;
}
.main .sec._06 span.tmark4 {/*丸ノ内線*/
					color: #E24340;
}
.main .sec._06 span.tmark5 {/*有楽町線*/
					color: #BDA577;
}
.main .sec._06 span.tmark6 {/*南北線*/
					color: #4DA99B;
}
.main .sec._06 span.tmark7 {/*都営三田線*/
					color: #2E6AB1;
}