@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap");
/*赤*/
/*ブルー*/
/*薄いブルー*/
/* サイトの基本のカラー */
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important; } }
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .pctb {
    display: none !important; } }
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important; } }
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important; } }
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important; } }
@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #555555;
    text-decoration: none; } }
/* 2017.02 update */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body {
  font-size: 62.5%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  color: #000000;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }
  a:hover {
    color: #003366; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
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; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top;
  border: none;
  font-size: 0; }

ol, ul, li {
  list-style: none; }

/*-------------
   clearfix
---------------*/
.clearfix,
div, dl, ul {
  zoom: 1; }

.clearfix:after,
div:after,
dl:after,
ul:after {
  content: "";
  display: block;
  clear: both; }

/* ◆IE8 */
html > body .clearfix {
  display: block\9; }

/*-------------
   禁則処理
---------------*/
p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
  word-wrap: break-word;
  overflow-wrap: break-word; }

/*-------------
     BODY
---------------*/
body {
  margin: 0;
  padding: 0;
  /*    font-family: "Noto Sans JP","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif !important;*/
  /*	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;*/
  /*	font-family: "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "メイリオ", Meiryo, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

/*--------------------------------------------------------

	text

----------------------------------------------------------*/
.text-read {
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 35px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .text-read {
      font-size: 1.7rem;
      margin-bottom: 30px; } }
  @media screen and (max-width: 599px) {
    .text-read {
      font-size: 1.6rem;
      margin-bottom: 25px; } }

/*配置*/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

/*リンク*/
.text-link {
  position: relative;
  color: #003366;
  font-size: 1.8rem;
  text-decoration: underline;
  padding-left: 31px; }

.text-link::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #003366;
  border-radius: 16px; }

.text-link::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-width: 3px 0 3px 6px;
  border-style: solid; }

.text-link:hover {
  text-decoration: none; }

/*注釈*/
/*リスト*/
/*--------------------------------------------------------

	SPの分まで設定する場合　※数値は変更OK

----------------------------------------------------------*/
/*--------------------------------------------------------

	デバイス関係なし

----------------------------------------------------------*/
.mb00 {
  margin-bottom: 0px !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb08 {
  margin-bottom: 8px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.ml00 {
  margin-left: 0px !important; }

.ml05 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml55 {
  margin-left: 55px !important; }

.mr00 {
  margin-right: 0px !important; }

.mr05 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr100 {
  margin-right: 100px !important; }

.mt00 {
  margin-top: 0px !important; }

.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.pt00 {
  padding-top: 0px !important; }

.pt05 {
  padding-top: 5px !important; }

.pt06 {
  padding-top: 6px !important; }

.pt07 {
  padding-top: 7px !important; }

.pt08 {
  padding-top: 8px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt55 {
  padding-top: 55px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt65 {
  padding-top: 65px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt75 {
  padding-top: 75px !important; }

.pt80 {
  padding-top: 80px !important; }

.pb00 {
  padding-bottom: 0px !important; }

.pb05 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl00 {
  padding-left: 0px !important; }

.pl05 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.contents-wrap {
  width: 100%;
  max-width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

/* =====================================================

wrapper

===================================================== */
.wrapper-base {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.header {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 110px;
  background-color: #346698;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .header::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc((100% - 1000px) / 2);
    height: 100%;
    background-color: #003366; }
  .header .wrapper-base {
    position: relative;
    height: 100%;
    padding-top: 22px;
    box-sizing: border-box; }
    .header .wrapper-base::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 315px;
      height: 100%;
      background-color: #003366; }
    .header .wrapper-base::after {
      position: absolute;
      content: "";
      top: 0;
      left: 315px;
      border-color: #003366 transparent transparent #003366;
      border-style: solid;
      border-width: 55px 35px 55px 35px; }
  .header__logo {
    position: relative;
    float: left;
    width: 273px; }
    .header__logo a {
      display: block; }
    .header__logo img {
      width: 100%; }

/* =====================================================

フッタ

===================================================== */
.footer {
  display: block;
  min-width: 1000px;
  /*コピーライト*/ }
  .footer-logo {
    background-color: #346698; }
    .footer-logo .wrapper-base {
      padding-top: 20px;
      padding-bottom: 20px; }
    .footer-logo__ochi {
      width: 260px;
      margin: 0 auto; }
      .footer-logo__ochi a {
        display: block; }
      .footer-logo__ochi img {
        width: 100%; }
  .footer-copy {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.15;
    text-align: center;
    background-color: #00264c; }
    .footer-copy .wrapper-base {
      padding-top: 20px;
      padding-bottom: 20px; }

/*ボタン*/
.btn01 {
  position: relative;
  display: block;
  width: 400px;
  color: #FFFFFF !important;
  font-size: 2.0rem;
  line-height: 1.0;
  text-align: center;
  background-color: #D30013;
  padding: 27px 0 27px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .btn01::after {
    position: absolute;
    content: "";
    top: calc(50% - 6px);
    right: 20px;
    border-color: transparent transparent transparent #FFFFFF;
    border-style: solid;
    border-width: 6px 0 6px 12px; }
  .btn01 > span {
    display: inline-block;
    font-size: 1.7rem;
    vertical-align: bottom;
    border: #FFFFFF solid 1px;
    padding: 3px 8px 2px;
    margin-right: 8px; }
  .btn01:hover {
    background-color: #e90016; }
  .btn01--orange {
    background-color: #E47A00; }
    .btn01--orange:hover {
      background-color: #FF9419; }

.btn02 {
  position: relative;
  display: inline-block;
  color: #FFFFFF !important;
  font-size: 1.3rem;
  line-height: 1.0;
  background-color: #1B9ED5;
  padding: 16px 50px 16px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .btn02::after {
    position: absolute;
    content: "";
    top: calc(50% - 4px);
    right: 20px;
    border-color: transparent transparent transparent #FFFFFF;
    border-style: solid;
    border-width: 4px 0 4px 7px; }
  .btn02:hover {
    background-color: #12B0F3; }

.btn03 {
  position: relative;
  display: table;
  width: 100%;
  color: #FFFFFF !important;
  text-align: center;
  line-height: 1.0;
  background-color: #00A7A9;
  padding: 15px 15px 15px 0;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .btn03::after {
    position: absolute;
    content: "";
    top: calc(50% - 4px);
    right: 20px;
    border-color: transparent transparent transparent #FFFFFF;
    border-style: solid;
    border-width: 4px 0 4px 7px; }
  .btn03:hover {
    background-color: #00BFC1; }
  .btn03__inr {
    display: table-cell;
    vertical-align: middle; }

/*メイン*/
.top-visual {
  display: block;
  position: relative;
  min-width: 1000px;
  background-image: url("../img/top/bg_visual.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px auto; }
  .top-visual::before {
    position: absolute;
    content: "";
    top: 169px;
    right: 0;
    border-color: transparent rgba(0, 51, 102, 0.95) transparent transparent;
    border-style: solid;
    border-width: 200px 41.3vw 143px 0; }
  .top-visual .wrapper-base {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px; }
    .top-visual .wrapper-base::before {
      position: absolute;
      content: "";
      bottom: 0;
      right: 0;
      width: 428px;
      height: 555px;
      background-image: url("../img/top/img_female.png");
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: 100% auto; }
  .top-visual__video {
    position: relative;
    max-width: 540px;
    padding-top: 300px;
    overflow: hidden; }
    .top-visual__video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .top-visual__catch {
    position: relative;
    text-align: center;
    margin-top: 80px; }
    .top-visual__catch img {
      width: 100%;
      max-width: 790px; }

/*参加方法*/
.top-sanka {
  display: block;
  position: relative;
  min-width: 1000px;
  background-color: #CFDFEE; }
  .top-sanka::after {
    position: absolute;
    content: "";
    top: 0;
    left: calc(50% - 70px);
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
    border-width: 40px 70px 0 70px; }
  .top-sanka .wrapper-base {
    padding-top: 70px;
    padding-bottom: 60px; }
  .top-sanka__title {
    color: #003366;
    font-size: 3.0rem;
    line-height: 0.9;
    text-align: center;
    margin-bottom: 40px; }
    .top-sanka__title__inr {
      display: inline-block;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#CFDFEE+0,CFDFEE+80,CFDFEE+80,fff600+80,fff600+80,fff600+100 */
      background: #CFDFEE;
      /* Old browsers */
      background: -moz-linear-gradient(top, #CFDFEE 0%, #CFDFEE 80%, #CFDFEE 80%, #fff600 80%, #fff600 80%, #fff600 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #CFDFEE 0%, #CFDFEE 80%, #CFDFEE 80%, #fff600 80%, #fff600 80%, #fff600 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #CFDFEE 0%, #CFDFEE 80%, #CFDFEE 80%, #fff600 80%, #fff600 80%, #fff600 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFDFEE', endColorstr='#fff600',GradientType=0 );
      /* IE6-9 */
      padding-left: 5px;
      padding-right: 5px; }
    .top-sanka__title__large {
      font-size: 5.0rem; }
  .top-sanka__list > li {
    float: left;
    width: 31%;
    margin-right: 3.5%; }
    .top-sanka__list > li:nth-child(3n) {
      margin-right: 0; }
    .top-sanka__list > li:nth-child(3n + 1) {
      clear: both; }

.sanka-box {
  text-align: center;
  background-color: #FFFFFF; }
  .sanka-box__title {
    color: #FFFFFF;
    font-size: 2.0rem;
    line-height: 1.0;
    background-color: #003366;
    padding: 12px 0 8px; }
  .sanka-box__inr {
    padding: 35px 30px 30px; }
  .sanka-box__img {
    margin-bottom: 20px; }
    .sanka-box__img img {
      width: 100%;
      max-width: 247px; }
  .sanka-box__text01 {
    color: #003366;
    font-size: 1.8rem;
    font-weight: bold; }
  .sanka-box__text02 {
    color: #003366;
    font-size: 1.4rem; }

.pdf-wrap {
  margin-top: 40px; }
  .pdf-wrap__title {
    font-size: 2.2rem;
    line-height: 1.15;
    text-align: center;
    background-color: #8BC5EC;
    padding: 18px 10px 14px; }
  .pdf-wrap__list {
    background-color: #FFFFFF;
    padding: 35px 0 40px; }
    .pdf-wrap__list > li {
      float: left;
      width: calc((99.9% - 0.8%) / 3);
      margin-right: 0.4%; }
      .pdf-wrap__list > li:nth-child(3n) {
        margin-right: 0; }
      .pdf-wrap__list > li:nth-child(3n + 1) {
        clear: both; }

.pdf-box__img img {
  width: 100%;
  max-width: 330px; }
.pdf-box__btn {
  width: 260px;
  margin: 20px auto 0; }
  .pdf-box__btn__small {
    display: block;
    font-size: 1.4rem;
    margin-top: 5px; }

/*動画*/
.top-movie {
  display: block;
  min-width: 1000px;
  background-image: url("../img/common/bg01.jpg");
  background-size: 2px auto; }
  .top-movie__video {
    position: relative;
    max-width: 540px;
    padding-top: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    .top-movie__video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*ボタンエリア*/
.top-cv-btn {
  display: block;
  min-width: 1000px;
  background-color: #CFDFEE; }
  .top-cv-btn .wrapper-base {
    padding-top: 50px;
    padding-bottom: 30px; }
  .top-cv-btn__wrap__list > li {
    float: left;
    width: calc((99.9% - 50px) / 2);
    margin-right: 50px; }
    .top-cv-btn__wrap__list > li:last-child {
      margin-right: 0; }
  .top-cv-btn__wrap__box {
    text-align: center; }
    .top-cv-btn__wrap__box__btn {
      margin: 0 auto 15px; }
      .top-cv-btn__wrap__box__btn--none {
        pointer-events: none;
        background-color: #999999; }
    .top-cv-btn__wrap__box__text {
      margin-bottom: 5px; }
    .top-cv-btn__wrap__box__note-list > li {
      font-size: 1.4rem;
      line-height: 1.25;
      margin-bottom: 5px;
      text-indent: -1em;
      padding-left: 1em; }
      .top-cv-btn__wrap__box__note-list > li:last-child {
        margin-bottom: 0; }

/*OSS会員*/
.top-oss {
  display: block;
  min-width: 1000px; }
  .top-oss .wrapper-base {
    max-width: 820px;
    padding-top: 35px;
    padding-bottom: 30px; }
  .top-oss__text {
    text-align: center;
    padding-left: 30px; }
    .top-oss__text__title {
      color: #003366;
      line-height: 1.25;
      margin-bottom: 5px; }
    .top-oss__text__note-list > li {
      color: #003366;
      font-size: 1.4rem;
      line-height: 1.25;
      margin-bottom: 5px;
      text-indent: -1em;
      padding-left: 1em; }
      .top-oss__text__note-list > li:last-child {
        margin-bottom: 0; }

/*テキストリンク*/
.top-link {
  display: block;
  min-width: 1000px;
  text-align: center;
  border-top: #DDDDDD solid 1px; }
  .top-link .wrapper-base {
    padding-top: 30px;
    padding-bottom: 30px; }

/*お問合せ先*/
.top-contact {
  display: block;
  min-width: 1000px;
  background-color: #F3F3F3; }
  .top-contact .wrapper-base {
    display: table;
    max-width: 820px;
    padding-top: 30px;
    padding-bottom: 30px; }
  .top-contact__title {
    display: table-cell;
    width: 154px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #003366; }
  .top-contact__mail {
    display: table-cell;
    width: 666px;
    background-image: url("../img/common/logo_oss.png");
    background-position: left 30px center;
    background-repeat: no-repeat;
    background-size: 84px auto;
    padding-left: 145px;
    box-sizing: border-box; }
    .top-contact__mail__text {
      font-size: 1.4rem;
      margin-bottom: 10px; }
    .top-contact__mail__link a {
      display: inline-block;
      font-weight: bold;
      background-image: url("../img/common/icon_mail.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 19px auto;
      padding-left: 25px; }

/*# sourceMappingURL=style.css.map */
