@charset "UTF-8";
/**********************************/
/* meeting page */
/**********************************/
.full {
  padding:0;
}
.grecaptcha-badge { visibility: hidden; }
.skippr-nav-container {
/*  display:none;*/
}
/**** common ****/
img {
  max-width: 100%;
}
.fa {
  color:#00a558;
  margin-right:3px;
}
#global-footer .fa,#global-pagetop .fa {
    color: #00a558;
}
a {
  cursor: pointer;
}
hr {
    border-top: 1px solid #ccc;
}

body {
    margin: 0;
    padding: 0;
    border: none;
    color: #333;
    background: #fff;
    font-family: Lato, "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 300;
    letter-spacing: .1em;
    -webkit-font-smoothing: subpixel-antialiased;

}
body.blog-main {
    opacity: 0;
}
/** h **/
h1 {
  font-weight: 300;
  font-size: 4rem;
  margin-bottom: 50px;
}
h1.title {
  margin-bottom: 25px;
}
h1.title img {
  max-width: 552px;
  padding: 20px 10px 5px;
}
h2 {
  font-weight: bold;
  color: #666;
  margin-bottom: 20px;
  letter-spacing: .1em;
  font-size:1.6em;
  text-align:left;
  position: relative;
  padding: .25em 0 .5em .25em;
}
.page .webp p.uc {
  font-size: 2em;
  color:#aaa;
}
p.uc span {
  display: block;
  font-size: .8em;
}
h3 {
  color: #666;
  margin-bottom: 20px;
  letter-spacing: .1em;
  font-size:1.4em;
}
h4.under01 {
  border-bottom: solid 2px #001e62;
  position: relative;
  display: table;
  padding-bottom: 5px;
}

h4.under02 {
  border-bottom: solid 2px #005b94;
  position: relative;
  display: table;
  padding-bottom: 5px;
  color:#005b94;
}
h4.under03 {
  border-bottom: solid 2px #ffc32d;
  position: relative;
  display: table;
  padding-bottom: 5px;
  color:#ffc32d;
}

h5 {
  color: #444;
  margin-bottom: 20px;
  letter-spacing: .1em;
  font-size:1.2em;
}

ul, li {
    margin: 0;
        margin-left: 0px;
    padding: 0;
    list-style: none;
}
dl {
  border-bottom:1px solid #ccc;
}
dl.list01 {
  border-bottom:none;
  font-size: 1.2em;
}
dl.list01 dt:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin-right: 5px;
    color: #005b94;
    margin-left: -12px;
}
dt {
   font-weight:500;
   font-size: 1.2em;
   margin-bottom: 5px;
}
dd {
   font-weight:normal;
   margin-bottom: 10px;
   font-size: 1.2em;
}
.contents dt {
   font-size: 1em;
}
.contents dd {
   font-size: 1em;
}
.contents .news dd {
   font-size: 1.2em;
}

.infoList dl {
  margin-bottom: 30px;
}
.infoList dt {
  display: inline-block;
  font-weight: normal;
  width: 75px;
}
.infoList dd {
  display: inline-block;
}
img.univ-logo {
  max-width: 35%;
}
/**********************************/
/* effect */
/**********************************/
.adjustHeight {
  margin-top:100px !important;
}
.list-mv01{
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
	transition: .8s;
}
.mv01{
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
div.brdr-red {
  border: 1px solid #990000;
  padding: 10px;
  margin: 10px 0;
}
div.brdr-navy {
  border: 1px solid #001e62;
  padding: 10px;
  margin: 10px 0;
}
div.brdr-gray {
  border: 1px solid #aaa;
  padding: 10px;
  margin: 10px 0;
}
/**********************************/
/* LIST ICON */
/**********************************/
ul.list01 li {
  margin-left:20px;
  padding: 5px 0px;
}
ul.list01 li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right:5px;
    color:#ffc32d;
    margin-left: -12px;
}
dl.list01 dt:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right:5px;
    color:#ffc32d;
}
dl.list01 dd {
  margin-left: 12px;
  padding: 5px 0px;
}
ol.list01 li {
  margin-left:20px;
  padding: 5px 0px;
  list-style-type: decimal;
}
ol, ul {
    margin-top: 0;
}
ol {
  padding-left:15px;
  margin-bottom: 10px;
}
ol.list02{
}

ol.list02 li{
  margin-left: 20px;
  padding: 5px 0px;
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list02 li:before{
  display: marker;
  content: counter(cnt) ") ";
}
ol.list03 {
  counter-reset: my-counter;
  list-style: none;
}
ol.list03 li {
  margin-bottom: 5px;
  position: relative;
  margin-left: 40px;
}
ol.list03 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ffffff;
  border: 1px solid #222;
  color: #222;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  font-size: 80%;
}
ol.decimal-gray li:before {
  background-color: #f1f1f1;
  border: none;
}
ol.decimal-yellow li:before {
  background-color: #f1c400;
  border: none;
}
ol.decimal-navy li:before {
  background-color: #001e62;
  color:#fff;
  border: none;
}
a.pdfLinkIcon:after {
  font-family: 'FontAwesome';
  content: " \f1c1";
}

a.externalLinkIcon:after {
  font-family: 'FontAwesome';
  content: " \f08e";
}

a.internalLinkIcon:after {
  font-family: 'FontAwesome';
  content: " \f0c1";
}

a.mailLinkIcon:after {
  font-family: 'FontAwesome';
  content: " \f003";
}
/**** header ****/
#header .navbar-default {
    color: #fff;
    border-color: #aaa;
    border-color: #aaa;
}
#header div.container-fluid {
  width: 1280px;
  max-width: 92%;
  margin:0 auto;
}
#header .logo img {
  max-width: 300px;
}
#header .navbar-brand {
  padding: 5px 15px;
}
/**** global override ****/
#global-wrapper {
  margin: 50px auto 0;
}
#global-wrapper .global-outer {
  width: 1280px;
  max-width: 92%;
  margin: 0 auto;
}
#global-wrapper .global-outer.main-header-outer {
  width: 780px;
  text-align: center;
}
#global-footer {
    /* margin-top: 50px; */
    padding:30px;
    font-size: 1.1em;
    background-color: #444;
    color: #fff;
    text-align: center;
}
#global-footer a {
    cursor: pointer;
    color: #fff;
}
#copyright {
  margin-top:15px;
}
#global-pagetop {
    right: 40px;
    height: 60;
    overflow: hidden;
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
#global-pagetop a {
    color: #ccc;
    display: none;
}

/**** menu ****/
.menuTItle {
  color: #005b94;
      border-radius: 3px;
      padding: 7px;
      margin-right: 10px;
      font-weight: bold;
  }



/**** bootstrap ****/
.btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-info {
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.btn {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	white-space: inherit;
}
.btn:before {
    font-family: 'FontAwesome';
    content: "\f138";
    margin-right: 5px;
}

.navbar-default .navbar-nav li>a {
/*    color: #fff;*/
    font-size: 1em;
    font-weight: 500;
}
.navbar-default .navbar-nav li>a:hover {
    color: #005b94;
}

.navbar-default .navbar-nav .current_page_item > a, .navbar-default .navbar-nav .current_page_item>a:focus,
 .navbar-default .navbar-nav .current_page_item>a:hover {
    color: #fff;
/*    border-bottom: 4px solid #005b94;*/
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background: #546c85;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}
/**** slider ****/
div.slider {
  margin-bottom:20px;
}
div#theTarget {
  min-height: 640px;
  height: 90vh;
}
.skippr>div:before{
	background-color: rgba(40,50,50,0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.container {
  color: #fff;
    position: absolute;
    left: 0;
    top: 0;
/*    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    width: 100%;
    height: 100%;
    z-index: 998;
}
.tagline {
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: bold;
    margin:0 auto;
    color: white;
}
.tagline h1 {
    color: #ffffff;
    text-shadow: 0px 0px 4px #000000;
    font-weight: bold;
    font-size: 4rem;
    letter-spacing: 0.25rem;
    line-height: 6rem;
    text-shadow: 3px 3px 3px #333;
    text-align: center;
    margin-bottom: 20px;
}
.tagline span {
  font-size: 0.75em;
}
.tagline span.help {
  font-size: 0.55em;
  line-height: .8em;
}
.tagline p {
    font-size: 3rem;
    line-height: 2rem;
    margin-top: 10px;
    font-weight:normal;
}

.notice {
  color: white;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  margin: 0 auto;
}
.notice .above h2 {
    font-size: 3rem;
    letter-spacing: 0.25rem;
    text-shadow: 3px 3px 3px #333;
    padding: .0em 0 .5em .0em;
}
.outer h2 {
  color: #fff;
  font-size: 2em;
  font-weight: normal;
  text-align: center;
}
.outer h2 small {
  color: #ffc32d;
  font-weight: bold;
  text-align: center;
  display: block;
}
.above,.below {
    max-width: 980px;
    margin: 0 auto;
}
.above {
  border-top: 1px solid #ffffff;
}
.below .eg {
  margin-bottom: 25px;
}
.below .eg div:last-child {
	background-color: rgba(240,250,250,0.7);
    padding: 15px 10px;
    text-align: center;
    color: #222;
    border-radius: 3px;
    padding-top: 20px;
	font-weight: normal;
}
.below div {
  font-size: 1.2em;
  letter-spacing: 0.25rem;
}
.below div.evtBtn {
  margin: 30px 0px;
}
.below div span {
  position: absolute;
  top: -15px;
  left: 0px;
  background: #546c85;
  padding: 5px 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #f1f1f1;
  font-size: .9em;
}
.fixbtn {
    border: 3px solid #fff;
    border-radius: 8px;
    background: #005b94;
    opacity: .8;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    line-height: 220%;
}
.fixbtn:before {
    font-family: 'FontAwesome';
    content: "\f138";
    margin-right: 5px;
}
/**** /slider ****/
/**** subcontTitle ****/
.subcontTitle section{
  padding: 0 32px 32px;
}
.subcontTitle h2 {
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.subcontTitle h2 small{
  margin-bottom: 10px;
  margin-top: 12px;
  display: block;
  font-size: .8em;
  color:#888;
  font-weight: 500;
  line-height: 20px;
  font-weight:bold;
}
.subcontTitle h2 span {
  border-bottom: 3px solid #00a558;
    display: inline-block;
    padding-bottom: 5px;
  }
.subcontTitle h2 small:first-letter{
  color:#00a558;
 }
.subcontTitle > div{
  vertical-align: top;
}

/**** news ****/
.news a {
    color: #666;
}
.news a:hover {
    color: #005b94;
    text-decoration: none;
}
.newsHeader h2 {
}
.newsHeader h2 span {
}
.newsList {
  overflow: auto;
  max-height: 430px;
}

/**** footer ****/
footer {
    margin: 0 auto;
	width: 1280px;
    max-width: 92%;
    text-align: left;
}
footer div.logoArea, footer div.utilityNav {
    display: inline-block;
}
#footer-logo {
  text-align: right;
}
#footer-logo img {
  width: 120px;
}
.footBtn {
	display:none;
    right: 40px;
    overflow: hidden;
    position: fixed;
    bottom: 160px;
    z-index: 1000;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    transition: height 0.3s ease;
	letter-spacing: .1em;
}
.footBtn2 {
    bottom: 80px !important;
}
.footBtn .btn:before {
	content:none;
}
.footBtn i {
	color:#fff;
}
.footBtn a {
	width:310px;
}
div#global-sub {
  text-align: center;
}
div#global-sub img {
  width: 150px;
}
/**** page ****/
.page h2 {
  border-bottom: solid 3px #ccc;
  position: relative;
  padding-left: 0;
}
.page h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00a558;
  bottom: -3px;
  width: 30%;
}
.page h3 {
  position: relative;
  padding-bottom: 0.5em;
  margin:30px 0 15px;
  border-bottom: 1px solid #005b94;
}
.page h3:before {
  font-family: 'FontAwesome';
  content: "\f0c8";
  margin-right: 5px;
  color:#005b94;
}
.page h4 {
  position: relative;
  padding-left: 0;
}
.pageOuter {
  padding:0px 15px;
}

.pageHeader h4:before {
  font-family: 'FontAwesome';
  content: "\f111 ";
  margin-right: 5px;
  color:#005b94;
}
.page .entry p {
  font-size: 1.4em;
}
.page .webp p, .page table, .page li {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.page p.init:first-letter{
  font-size: 1.6em;
  font-weight: bold;
  margin-right: 3px;
 }
 dl.overview {
    margin: 10px 1em 20px;
    font-size: 1.2em;
    border-bottom: none;
}
dl.overview dt:first-letter{
  color: #005b94;
}
 dl.overview dt {
     width: 12em;
     padding-left: 1em;
     clear: left;
     float: left;
     text-align: left;
 }
 dl.overview dd {
     padding-left: 14em;
     padding-bottom: 10px;
     margin-bottom: 10px;
     border-bottom: 1px solid #ccc;
 }

ul.sidemenu {
  padding-left: 10px;
}
.sidemenu li {
  margin-bottom: 30px;
  list-style: none;
}
.sidemenu li:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  margin-right: 5px;
  color:#005b94;
}
.sidemenu li a {
  color:inherit;
}
div.read-more-wide {
    margin-top: 20px;
    border-radius: 3px;
}
div.read-more-wide a {
    font-size: 1.4em;
    padding: 8px 20px;
    display: inline-block;
    text-decoration: none;
}

div.read-more a:before {
    font-family: 'FontAwesome';
    content: "\f138";
    margin-right: 5px;
}
ul.link {
  list-style: none;
  font-size: 1.4em;
}
ul.link a {
  text-decoration: none;

}
ul.link a:before {
  font-family: 'FontAwesome';
  content: "\f138";
  margin-right: 5px;
}
a.pdfLinkIcon:after {
    font-family: 'FontAwesome';
    content: " \f1c1";
}
a.externalLinkIcon:after {
    font-family: 'FontAwesome';
    content: " \f24d";
}
span.under_l {
  background: linear-gradient(transparent 60%, #ffdc00 60%);
  font-weight: bold;
}
span.caution {
  color:#900;
  margin-left: 8px;
}
.text_i {
  text-indent: 1em;
}
p.attention {
  color:#900;
  margin-left: 70px;
}
p.attention:before {
  content: "（注意）";
  margin-left: -90px;
}
ul.attention2 li {
  color:#900;
}
ul.attention2 li:before {
  content: "＊";
  margin-left: -20px;
}
span.nw {
      white-space: nowrap;
}
ol.marumoji{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

div.participate ol.marumoji > li{
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  list-style-type: none;
}
div.participate ol.marumoji > li:before{
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ccc;
  color: #222;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
/**********************************/
/* participate */
/**********************************/
.main-inner.webp ul,.main-inner.webp li {
    padding-left:20px;

}
div.participate h4 {
  margin: 30px 0 15px;
}
div.participate h5 {
  margin: 15px 0 15px 55px;
}
div.participate p {
  text-indent: 1em;
}
div.participate .text_i {
    text-indent: 0;
}
.main-inner.webp div.participate ul,
.main-inner.webp div.participate ol,
.main-inner.webp div.participate li {
    padding-left: 0px;
}
div.participate ul,
div.participate dl {
  margin-left: 60px;
}
div.participate ol {
  margin-left: 80px;
}
div.participate .brdr-gray ul,
div.participate .brdr-gray dl,
div.participate .brdr-gray ol {
  margin-left: 20px;
  padding-left: 5px;
}

div.participate ol > li {
  list-style-type: decimal;
}
div.participate li {
  margin: 6px 0px;
}
div.participate ul.list_normal,
div.participate ul.list_normal > li{
  list-style:inherit;
}
div.participate table td {
  padding: 8px;
}
div.participate div.btn-wrap {
  text-align:center;
  padding:20px 10px;
}
div.participate div.brdr-gray {
  border-radius: 10px;
  margin-top:30px;
}
/**********************************/
/* mailform */
/**********************************/
.mailform p.notice {
  color: #f85c37;
}
.mailform i.fa {
  color: #f85c37;
}
.mailform div.form-group {
    border-top: 1px solid #ccc;
    padding: 15px 0 5px;
}
.page .webp .mailform div.form-group p {
  margin-bottom: 0px;
}
.postal {
    width: 100px;
    display: inline-block;
}
.nyukin {
    width: 180px;
    display: inline-block;
}
input.name_di {
  width: 160px;
  display: inline-block;
}
.mailform .help-block {
    font-size: .8em;
}
.mailform .wpcf7-checkbox span.wpcf7-list-item-label,
.mailform .wpcf7-radio span.wpcf7-list-item-label {
  font-weight: normal;
  font-size: .9em;
}
.mailform .wpcf7-list-item {
    display: block;
}
/**********************************/
/* mediaQuery */
/**********************************/
/* pc */
@media screen and (min-width: 991px) {
}
/* pc */
@media (min-width: 1200px) {
}
/* tablet */
@media screen and (min-width: 768px) {
  .navbar-nav>li {
    padding: 0em .1em 0em;
  }

}
/* tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper {
    margin:0;
  }
}
/* sp */
@media screen and (max-width: 767px) {
  html {
    font-size:8px;
  }
  body {
    font-size:11px;
  }
  .wrapper {
    margin:0;
  }
  span.sp-block {
	 display: block;
  }
  .skippr-nav-container {
    display:none;
  }
  #global-wrapper {
    margin: 15px auto 0;
  }
  #header nav {
    background: inherit;
    box-shadow: none;
    border-bottom: none;
    margin-bottom: 0px;
  }
  .navbar-nav {
    margin: 0 -15px;
    background: #f1f1f1;
    padding: 5px 0 10px;
  }
  .navbar-default .navbar-toggle {
    border: none;
    background: #666;
  }
  .navbar-toggle {
    position: fixed;
    padding: 11px 11px;
    border: none;
    border-radius: 0px;
    top: 0px;
    right: 0;
    margin-right: 0;
    margin-top: 0;
    z-index: 200;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: rgba(26,18,45,0.4);
    width: 100%;
    height: 100%;
    text-align: left;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    overflow: auto;
    margin: 0;
  }
  .navbar-nav {
    margin: 0 -15px;
    background: #f1f1f1;
    padding: 5px 0 10px;
  }
  .navbar-nav li {
	border-top:1px solid #fff;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #555;
    border: none;
    z-index: 100;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .disp_spmenu span.icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .disp_spmenu span.icon-bar:nth-of-type(2) {
    opacity: 0;
  }
  .disp_spmenu span.icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  #header ul.navbar-nav li:first-child {
    margin-top:50px;
  }
  .main-header h1.title {
    margin: 10px 0;
  }
  .main-header h1.title img {
    max-width: 80%;
  }
  div#theTarget {
    min-height: 500px;
    height: 70vh;
  }

  .tagline h1 {
    font-size: 2.5rem;
    line-height: 3.4rem;
  }
  .tagline span {
    font-size: 0.6em;
  }
  .tagline p {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-top: 0px;
  }
  .tagline p span {
	display:block;
  }
  .above,.below {
    width: 85vw;
  }
  .below .eg div:last-child {
    padding: 15px 10px 10px;
    padding-left: 10px;
  }
  .below div {
    font-size: 1.1em;
  }

  #global-wrapper .global-outer {
    max-width: 100%;
  }
  .subcontTitle section {
    padding: 0 15px 32px;
  }
  .footBtn {
    bottom: 125px;
  }
  .footBtn2 {
    bottom: 60px !important;
  }
  .footBtn,#global-pagetop {
    right: 15px;
  }
  .footBtn a {
	font-size:1.2em;
	width:220px;
  }
/**** Layout ****/
  #global-content h1.title {
    text-align:center;
  }
  dl.overview {
    margin: 10px 0em 20px;
  }
  dl.overview dt {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  dl.overview dd {
    padding-left: 1.4em;
  }
/**** participate ****/
  div.participate h3 {
    font-size: 1.3em;
  }
  div.participate h4 {
      font-size: 1.2em;
      line-height: 1.6em;
  }
  div.participate h5 {
    margin: 15px 0 15px 0px;
  }
  div.participate ul, div.participate dl {
    margin-left: 10px;
  }
  div.participate ol {
    margin-left: 20px;
  }
  div.participate .page li {
    font-size: 1.0em;
  }
  p.attention {
    margin-left: 50px;
  }
  p.attention:before {
    margin-left: -70px;
  }
  .btn-group-lg>.btn, .btn-lg {
    padding: 10px 10px;
    font-size: 16px;
  }
  /**********************************/
  /* mailform */
  /**********************************/
  input.name_di {
    width: 140px;
  }

}

/**********************************/
/* print */
/**********************************/
@media print{
  .main-header-outer,#global-nav2,#pankuzu {
    display: none!important;
  }
}
