/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap');

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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-weight: normal;
  vertical-align:baseline;
  background:transparent;
}

html {
  font-size: 62.5%;/*10px*/
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

article,aside,details,figcaption,figure,
footer,header,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 {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

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

mark {
  background-color:#ff9;
  color:#383939;
  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;
}

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

img {
	border:none;
	vertical-align: bottom;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.mt05 { margin-top: 5px ;}
.mt10 {	margin-top: 10px ;}
.mt15 {	margin-top: 15px ;}
.mt20 {	margin-top: 20px ;}
.mt25 {	margin-top: 25px ;}
.mt30 {	margin-top: 30px ;}
.mt35 {	margin-top: 35px ;}
.mt40 {	margin-top: 40px ;}
.mt45 {	margin-top: 45px ;}
.mt50 {	margin-top: 50px ;}
.mt55 {	margin-top: 55px ;}
.mt60 {	margin-top: 60px ;}
.mt65 {	margin-top: 65px ;}
.mt70 {	margin-top: 70px ;}
.mt75 {	margin-top: 75px ;}
.mt80 {	margin-top: 80px ;}
.mt85 {	margin-top: 85px ;}
.mt90 {	margin-top: 90px ;}
.mt95 {	margin-top: 95px ;}
.mt100 { margin-top: 100px ;}
.mb05 {	margin-bottom: 5px ;}
.mb10 {	margin-bottom: 10px ;}
.mb15 {	margin-bottom: 15px ;}
.mb20 {	margin-bottom: 20px ;}
.mb25 {	margin-bottom: 25px ;}
.mb30 {	margin-bottom: 30px ;}
.mb35 {	margin-bottom: 35px ;}
.mb40 {	margin-bottom: 40px ;}
.mb45 {	margin-bottom: 45px ;}
.mb50 {	margin-bottom: 50px ;}
.mb55 {	margin-bottom: 55px ;}
.mb60 {	margin-bottom: 60px ;}
.mb65 {	margin-bottom: 65px ;}
.mb70 {	margin-bottom: 70px ;}
.mb75 {	margin-bottom: 75px ;}
.mb80 {	margin-bottom: 80px ;}
.mb85 {	margin-bottom: 85px ;}
.mb90 {	margin-bottom: 90px ;}
.mb95 {	margin-bottom: 95px ;}
.mb100 { margin-bottom: 100px ;}
.mr05 {	margin-right: 5px ;}
.mr10 {	margin-right: 10px ;}
.mr15 {	margin-right: 15px ;}
.mr20 {	margin-right: 20px ;}
.mr25 {	margin-right: 25px ;}
.mr30 {	margin-right: 30px ;}
.mr35 {	margin-right: 35px ;}
.mr40 {	margin-right: 40px ;}
.mr45 {	margin-right: 45px ;}
.mr50 {	margin-right: 50px ;}
.mr55 {	margin-right: 55px ;}
.mr60 {	margin-right: 60px ;}
.mr65 {	margin-right: 65px ;}
.mr70 {	margin-right: 70px ;}
.mr75 {	margin-right: 75px ;}
.mr80 {	margin-right: 80px ;}
.mr85 {	margin-right: 85px ;}
.mr90 {	margin-right: 90px ;}
.mr95 {	margin-right: 95px ;}
.mr100 {margin-right: 100px ;}
.ml05 {	margin-left: 5px ;}
.ml10 {	margin-left: 10px ;}
.ml15 {	margin-left: 15px ;}
.ml20 {	margin-left: 20px ;}
.ml25 {	margin-left: 25px ;}
.ml30 {	margin-left: 30px ;}
.ml35 {	margin-left: 35px ;}
.ml40 {	margin-left: 40px ;}
.ml45 {	margin-left: 45px ;}
.ml50 {	margin-left: 50px ;}
.ml55 {	margin-left: 55px ;}
.ml60 {	margin-left: 60px ;}
.ml65 {	margin-left: 65px ;}
.ml70 {	margin-left: 70px ;}
.ml75 {	margin-left: 75px ;}
.ml80 {	margin-left: 80px ;}
.ml85 {	margin-left: 85px ;}
.ml90 {	margin-left: 90px ;}
.ml95 {	margin-left: 95px ;}
.ml100 { margin-left: 100px ;}
.m_a { margin-right: auto; margin-left: auto;}
.pt00 {	padding-top: 0 ;}
.pt05 {	padding-top: 5px ;}
.pt10 {	padding-top: 10px ;}
.pt15 {	padding-top: 15px ;}
.pt20 {	padding-top: 20px ;}
.pt25 {	padding-top: 25px ;}
.pt30 {	padding-top: 30px ;}
.pt35 {	padding-top: 35px ;}
.pt40 {	padding-top: 40px ;}
.pt45 {	padding-top: 45px ;}
.pt50 {	padding-top: 50px ;}
.pt55 {	padding-top: 55px ;}
.pt60 {	padding-top: 60px ;}
.pt65 {	padding-top: 65px ;}
.pt70 {	padding-top: 70px ;}
.pt75 {	padding-top: 75px ;}
.pt80 {	padding-top: 80px ;}
.pt85 {	padding-top: 85px ;}
.pt90 {	padding-top: 90px ;}
.pt95 {	padding-top: 95px ;}
.pt100 { padding-top: 100px ;}
.pb00 {	padding-bottom: 0 ;}
.pb05 {	padding-bottom: 5px ;}
.pb10 {	padding-bottom: 10px ;}
.pb15 {	padding-bottom: 15px ;}
.pb20 {	padding-bottom: 20px ;}
.pb25 {	padding-bottom: 25px ;}
.pb30 {	padding-bottom: 30px ;}
.pb35 {	padding-bottom: 35px ;}
.pb40 {	padding-bottom: 40px ;}
.pb45 {	padding-bottom: 45px ;}
.pb50 {	padding-bottom: 50px ;}
.pb55 {	padding-bottom: 55px ;}
.pb60 {	padding-bottom: 60px ;}
.pb65 {	padding-bottom: 65px ;}
.pb70 {	padding-bottom: 70px ;}
.pb75 {	padding-bottom: 75px ;}
.pb80 {	padding-bottom: 80px ;}
.pb85 {	padding-bottom: 85px ;}
.pb90 {	padding-bottom: 90px ;}
.pb95 {	padding-bottom: 95px ;}
.pb100 { padding-bottom: 100px ;}
.pr05 {	padding-right: 5px ;}
.pr10 {	padding-right: 10px ;}
.pr15 {	padding-right: 15px ;}
.pr20 {	padding-right: 20px ;}
.pr25 {	padding-right: 25px ;}
.pr30 {	padding-right: 30px ;}
.pr35 {	padding-right: 35px ;}
.pr40 {	padding-right: 40px ;}
.pr45 {	padding-right: 45px ;}
.pr50 {	padding-right: 50px ;}
.pr55 {	padding-right: 55px ;}
.pr60 {	padding-right: 60px ;}
.pr65 {	padding-right: 65px ;}
.pr70 {	padding-right: 70px ;}
.pr75 {	padding-right: 75px ;}
.pr80 {	padding-right: 80px ;}
.pr85 {	padding-right: 85px ;}
.pr90 {	padding-right: 90px ;}
.pr95 {	padding-right: 95px ;}
.pr100 { padding-right: 100px ;}
.pl05 {	padding-left: 5px ;}
.pl10 {	padding-left: 10px ;}
.pl15 {	padding-left: 15px ;}
.pl20 {	padding-left: 20px ;}
.pl25 {	padding-left: 25px ;}
.pl30 {	padding-left: 30px ;}
.pl35 {	padding-left: 35px ;}
.pl40 {	padding-left: 40px ;}
.pl45 {	padding-left: 45px ;}
.pl50 {	padding-left: 50px ;}
.pl55 {	padding-left: 55px ;}
.pl60 {	padding-left: 60px ;}
.pl65 {	padding-left: 65px ;}
.pl70 {	padding-left: 70px ;}
.pl75 {	padding-left: 75px ;}
.pl80 {	padding-left: 80px ;}
.pl85 {	padding-left: 85px ;}
.pl90 {	padding-left: 90px ;}
.pl95 {	padding-left: 95px ;}
.pl100 { padding-left: 100px ;}
.fl_r { float: right; }
.fl_l { float: left; }
.fw_b { font-weight: bold; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_l { text-align: left; }
.w95per { width: 95%;}
.w90per { width: 90%;}
.w85per { width: 85%;}
.w80per { width: 80%;}
.w75per { width: 75%;}
.w70per { width: 70%;}
.w65per { width: 65%;}
.w60per { width: 60%;}
.w55per { width: 55%;}
.w50per { width: 50%;}

body {
	font-family: 'Noto Sans JP', Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,  "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 16px;
  line-height: 1.8;
  color: #141406;
  word-break: break-all;
}

/* 481〜768pxは10〜16pxで可変*/
@media screen and (min-width: 481px) {
  body {
    font-size: calc(10px + 6 * ((100vw - 481px) / 287));
    /* font-size: calc([最小値] + ([最大値] - [最小値]) * ((100vw - [最小画面幅]) / ([最大画面幅] - [最小画面幅]))); */
    /* 
    最初の10px…最小値として使うフォント
    次の数字の6…最大値の16pxから最小値の10pxを引いた数値（単位無し）
    100vw…ビューポート幅（画面枠が代入）
    最後の287…最大画面幅（768px）から最小画面幅（481px）を差し引いた数値
    */
    line-height: 1.8;
    letter-spacing: 1;
  }
}

/* 769〜1199pxは12〜18pxで可変*/
@media screen and (min-width: 769px) {
  body {
    font-size: calc(12px + 6 * ((100vw - 769px) / 597));
    /* font-size: calc([最小値] + ([最大値] - [最小値]) * ((100vw - [最小画面幅]) / ([最大画面幅] - [最小画面幅]))); */
    /* 
    最初の12px…最小値として使うフォント
    次の数字の4…最大値の16pxから最小値の12pxを引いた数値（単位無し）
    100vw…ビューポート幅（画面枠が代入）
    最後の597…最大画面幅（1366px）から最小画面幅（769px）を差し引いた数値
    */
    line-height: 2;
    letter-spacing: 2;
  }
}

/* 1367px以上は18px*/
@media screen and (min-width: 1367px) {
  body {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1px;
  }
}

/* 480px以下は14px*/
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.serif {
  font-family:'Noto Serif JP',"Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 16px;
}

.josefin {
  font-family: 'Josefin Sans', sans-serif;
}

a {
  color: #141406;
	text-decoration:none;
}

a:hover {
  color: #141406;
  text-decoration: underline;
  opacity: 0.6;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a:hover img {
	opacity: 0.9;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.red {
	color: #D3483E;
}

.orange {
  color: #0772B4
}

.cf:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.inner,
.row-fluid [class*="span"].inner{
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto !important;
    padding: 0 20px;
}

.flex {
  display: flex !important;
  justify-content: space-between;
  align-items: stretch;
}

.img {
  text-align: center;
}

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

.row-fluid [class*="span"] {
  float: none !important;
  width: auto;
  min-height: 0;
}


.horizontal-line {
    overflow: hidden;
    text-align: center;
}

.horizontal-line span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	font-weight: bold;
}

.horizontal-line span:before,
.horizontal-line span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

.horizontal-line span:before {
    right: 100%;
}

.horizontal-line span:after {
    left: 100%;
}

@media only screen and (min-width: 769px){

  .tb,
  .sp {
    display: none !important;
  }

}

@media only screen and (max-width: 1366px){

  .inner,
  .row-fluid [class*="span"].inner{
    max-width: initial;
    margin-right: 4%;
    margin-left: 4% !important;
  }
}

@media only screen and (max-width: 768px){

  .inner,
  .row-fluid [class*="span"].inner{
    width: 100%;
    margin-right: auto;
    margin-left: auto !important;
  }

  .pc,
  .sp {
    display: none !important;
  }

  .flex {
    flex-wrap: wrap;
  }

  .img img {
    max-width: initial;
    width: 100%;
  }
  
}

@media only screen and (max-width: 480px){

  .pc-tb {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

}


/* section
----------------------------------------------- */

.section {
  padding: 120px 0;
}

.section.pt00 {
  padding-top: 0;
}

@media only screen and (max-width: 1366px){

  .section {
    padding: 8% 0;
  }
}

@media only screen and (max-width: 768px){

  .section {
    padding: 15% 0;
  }
}

/* ==============================================
 .cta_section
=============================================== */

.cta_section {
  background: #21895C;
  color: #fff;
  text-align: center;
}

.cta_section .top_txt {
  font-size: 140%;
  margin-bottom: 4%;
}

.cta_section .flex {
  justify-content: center;
  align-items: flex-end;
}

.cta_section .flex > .row-fluid-wrapper {
  width: 50%;
  padding: 0 10px;
}

.cta_section a {
  display: block;
}

.cta_section a:hover {
  opacity: 0.9;
}

.cta_section a:hover img {
  opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
  transform: translateY(5px);
}

@media only screen and (max-width: 1600px){

  .cta_section .inner,
  .cta_section .row-fluid [class*="span"].inner{
    max-width: initial;
    margin-right: 15%;
    margin-left: 15% !important;
  }
  
  .cta_section .top_txt {
    font-size: 1.4vw;
  }
}


@media only screen and (max-width: 768px){
  
  .cta_section .inner,
  .cta_section .row-fluid [class*="span"].inner{
    width: 100%;
    margin-right: auto;
    margin-left: auto !important;
  }

  .cta_section .top_txt {
    font-size: 200%;
  }
  
  .cta_section .flex > .row-fluid-wrapper {
    width: 100%;
    padding: 0;
  }
  
}

@media only screen and (max-width: 480px){

  .cta_section .top_txt {
    font-size: 4.6vw;
  }
  
}

/* ==============================================
 #program
=============================================== */

/* #program .img img {
  width: 76%;  
}

@media only screen and (max-width: 768px){
  
  #program .img img {
    width: 91%;  
  }
  
} */


/* ==============================================
 #outline
=============================================== */

#outline .h2 {
  margin-bottom: 4%;
}

#outline .h2 img {
  width: 58%;  
}

#outline .common-table {
  border: 1px solid #1F1F1F;
}

#outline .common-table div div {
  padding: 0;
}

#outline .common-table .contents .cell-th,
#outline .common-table .contents .cell-td {
  padding: 4rem 1.5rem 4rem 2.5rem;
  border: 1px solid #1F1F1F;
}

#outline .common-table .contents .cell-th {
  font-size: 20px;
  width: 20%;
  background: #21895C;
  color: #fff;
}

#outline .common-table .contents .cell-td {
  font-size: 16px;
}

#outline .common-table .contents .cell-td .fs_b {
  font-size: 120%;
}

#outline .common-table .contents .cell-td .fs_s {
  font-size: 80%;
}

#outline .common-table .contents .cell-td .block {
  display: block;
}

#outline .common-table .contents .cell-td .flex {
  align-items: center;
}

#outline .common-table .contents .cell-td .flex .left {
  width: 20%;
  padding: 0 1.5rem;
}

#outline .common-table .contents .cell-td .flex .right {
  width: 78%;  
  padding: 0 1.5rem;
}

@media only screen and (max-width: 1600px){

  #outline .inner,
  #outline .row-fluid [class*="span"].inner{
    max-width: initial;
    margin-right: 15%;
    margin-left: 15% !important;
  }
  
  #outline .common-table .contents .cell-th {
    font-size: 1.3vw;
  }

  #outline .common-table .contents .cell-td {
    font-size: 1.1vw;
  }
}

@media only screen and (max-width: 1000px){
  
  #outline .inner,
  #outline .row-fluid [class*="span"].inner{
    margin-right: 10%;
    margin-left: 10% !important;
  }
}

@media only screen and (max-width: 768px){

  #outline .inner,
  #outline .row-fluid [class*="span"].inner{
    width: 100%;
    margin-right: auto;
    margin-left: auto !important;
  }
  
  #outline .common-table {
    border: 1px solid #1F1F1F;
    border-bottom: none;
  }


  #outline .common-table .contents .cell-th,
  #outline .common-table .contents .cell-td {
    border: none;
    border-bottom: 1px solid #1F1F1F;
  }
  
  #outline .h2 {
    margin-bottom: 8%;
  }
  
  #outline .h2 img {
    width: 91%;  
  }
  
  #outline .common-table .contents .cell-th {
    width: 100%;
    font-size: 3vw;
    font-weight: bold;
    padding: 1.5rem;
  }

  #outline .common-table .contents .cell-td {
    padding: 3rem 1.5rem;
    font-size: 3vw;
  }
  
  #outline .common-table .contents .cell-td .fs_s {
    color: #838383;
  }
  
}

@media only screen and (max-width: 480px){
  
  #outline .common-table .contents .cell-th {
    font-size: 4vw;
  }

  #outline .common-table .contents .cell-td {
    font-size: 3.6vw;
  }
  
}

/* program_block
----------------------------------------------- */

#outline .common-table .contents .cell-td .program_block .flex {
  margin-bottom: 4%;
}

#outline .common-table .contents .cell-td .program_block .flex03 {
  margin-bottom: 0;
}

#outline .common-table .contents .cell-td .program_block .flex .left {
  border-right: 1px solid #0772B4
}

#outline .common-table .contents .cell-td .program_block .flex02 .left {
  border-right: 1px solid #1F1F1F;
}

#outline .common-table .contents .cell-td .program_block .flex01 .left .part,
#outline .common-table .contents .cell-td .program_block .flex03 .left .part{
  color: #21895C;
}

#outline .common-table .contents .cell-td .program_block .flex01 .item {
  padding: 4rem 1.5rem;
}

#outline .common-table .contents .cell-td .program_block .flex01 .right .fs_s {
  line-height: 1.6;
}

#outline .common-table .contents .cell-td .program_block .flex03 .item {
  padding: 4rem 1.5rem;
}


#outline .common-table .contents .cell-td .program_block .flex03 .right p:first-child {
  margin-bottom: 3%;
}

@media only screen and (max-width: 768px){
  
  #outline .common-table .contents .cell-td .program_block .flex .left {
    width: 25%;
  }
  
  #outline .common-table .contents .cell-td .program_block .flex .right {
    width: 73%;
  }
  
}

@media only screen and (max-width: 480px){
  
  #outline .common-table .contents .cell-td .program_block .flex .left {
    padding-left: 0;
  }
  
}


/* method_block
----------------------------------------------- */

#outline .common-table .contents .cell-td .method_block .flex01 {
  margin-bottom: 6%;
}

#outline .common-table .contents .cell-td .method_block .flex .right {
  width: 80%;
  padding-left: 3rem;
}

#outline .common-table .contents .cell-td .method_block .flex01 > .right,
#outline .common-table .contents .cell-td .method_block .flex02 > .right {
  border-left: 1px solid #0772B4
}

#outline .common-table .contents .cell-td .method_block .flex .left .title {
  color: #21895C
}

#outline .common-table .contents .cell-td .method_block .flex03 {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3%;
}

#outline .common-table .contents .cell-td .method_block .flex03 .left {
  padding: 0;
  width: 45%;
}

#outline .common-table .contents .cell-td .method_block .flex03 .right {
  padding: 0;
  padding-left: 2rem;
  width: 55%;
}

#outline .common-table .contents .cell-td .method_block .flex03 .right #map_canvas {
  display: block;
}

#outline .common-table .contents .cell-td .method_block .flex03 .right #map_canvas .hs-responsive-embed {
  min-width: initial !important;
}

#outline .common-table .contents .cell-td .method_block .flex03 .right #map_canvas .hs-responsive-embed-inner-wrapper {
  display: block !important;
	position: relative !important;
	padding: 0 0 56% !important;
	height: 0 !important;
	overflow: hidden !important;
}

#outline .common-table .contents .cell-td .method_block .flex03 .right #map_canvas .hs-responsive-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#outline .common-table .contents .cell-td .method_block .flex01 .access {
  margin-bottom: 3%;
}

#outline .common-table .contents .cell-td .pink {
  color: #D0A900;
}

@media only screen and (max-width: 768px){
  
  #outline .common-table .contents .cell-td .method_block .flex .item {
    width: 100% !important;
    padding: 0;
  }
  
  #outline .common-table .contents .cell-td .method_block .flex01 > .right,
  #outline .common-table .contents .cell-td .method_block .flex02 > .right {
    border-left: none;
  }
  
  #outline .common-table .contents .cell-td .method_block .flex .left .title {
    border-left: 2px solid #0772B4
    padding-left: 0.8em;
    line-height: 1.2;
    margin-bottom: 3%;
    font-size: 120%;
  }
  
  #outline .common-table .contents .cell-td .method_block .flex03 .right #map_canvas {
    margin-top: 3%;
  }
  
}

/* .speaker
----------------------------------------------- */

@media only screen and (max-width: 768px){

  #outline .common-table .contents .cell-td .speaker {
    line-height: 1.6;
    margin-bottom: 3%;
  }

  #outline .common-table .contents .cell-td .speaker:last-child {
    margin-bottom: 0;
  }

}


/* ==============================================
 footer
=============================================== */

/* #footer {
  background: #004067;
  text-align: center;
  color: #fff;
}

#footer .copyright {
  padding: 10px;
}
 */


#footer_menu_module.module_1758501929395636 {
    background-color: #2E2E2E !important;
}


/* ==============================================
 #waiting
=============================================== */

#waiting {
/* Permalink - use to edit and share this gradient. パーマリンク - このグラデーションの編集や共有に使用します: https://colorzilla.com/gradient-editor/#0b0160+0,01416c+44,000926+100 */
background: linear-gradient(135deg,  rgba(11,1,96,1) 0%,rgba(1,65,108,1) 44%,rgba(0,9,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  color: #fff;
  text-align: center;
}

#waiting .txt01 {
  font-size: 3vw;
  font-weight: bold;
}

#waiting .txt01 span {
  font-size: 3.6vw;
  font-weight: bold;
  color: #f0e68c;
}

#waiting .txt02 {
  font-size: 2vw;
  font-weight: 500;
}

@media only screen and (max-width: 768px){

  #waiting .txt01 {
    font-size: 4.2vw;
  }

  #waiting .txt01 span {
    font-size: 4.2vw;
  }

  #waiting .txt02 {
    font-size: 3vw;
  }

}

@media only screen and (max-width: 480px){
  
  #waiting .txt01 {
    font-size: 7vw;
    line-height: 1.5;
    margin-bottom: 0.5em;
  }

  #waiting .txt01 span {
    display: block;
    font-size: 7.5vw;
  }

  #waiting .txt02 {
    font-size: 4vw;
  }

}



/* ==============================================
 title
=============================================== */

/* title
----------------------------------------------- */
#service .service_block .theme .flex01 > .row-fluid-wrapper {

}


@media only screen and (max-width: 768px){

}


@media only screen and (max-width: 480px){

}