@charset "UTF-8";
/*
Theme Name: cosmo-child
Author: 
Template: cosmo
Version: 
*/

/* slider */
#slider-wrapper {
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0px !important;
}

#global_menu li a {
  font-size: 18px !important;
  text-align: center;
  text-decoration: none;
  display: block;
  height: 63px;
  line-height: 63px;
  background-image: none;
}

#footer {
  background: #1D2B57 !important;
}

#footer-slider-wrapper {
  display:none!important;
}


/* 固定ページ */

.news_headline3 {
  margin: 0 auto 20px;
  border-bottom: 3px solid #1D2B57;
  line-height: 26px;
  font-size: 1.6em;
  padding: 0 0 20px 0;
  text-align: center;
  width: 300px;
}

.tstyle1 {
  position: relative;
  padding: 0.5em;
  background: #1D2B57;
  color: white;
}

.tstyle1::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.concept {
  padding: 1em 0;
  font-size: 140%;
  text-align: center;
}

.style4c {
  margin: 1.5em 1.2em 1em;
  padding: 0.5em 0;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px dotted #aaa;
}

.btnform input {
  padding: 10px 20px;
}


table {
  margin: 20px auto;
}
.tbl-r02 th {
  background: #f5f5f5;
  border: solid 1px #ccc;
  color: #000;
  padding: 1%;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 1%;
}

.btnform input{
	background: #333333;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 10px auto;
	display: block;
	border: 1px #333333 solid;
	text-align: center;
	padding: 10px 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.btnform input:hover {
	background: #fff;
	color: #333333;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 98%;
  }
  .tbl-r02 {
    width: 98%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 98%;
  }
}