@charset "UTF-8";
/* CSS Document */

/* second
--------------------------------------------------------------------------------------*/
#second{
	width: 100%;
	padding: 10% 0;
	min-height: 800px;
	background-color: #fff;
}
#second h2{
	text-align: left;
	font-weight: 400;
	font-size: 1.7em;
	margin-bottom: 1em;
  padding: 0.1rem 0;
	position: relative;
	color: #26598a;
	border-bottom: 2px solid #26598a;
	font-family: 'Ubuntu', sans-serif;
}
#second h3{
	text-align: center;
	padding: 0;
	margin: 1em 0;
	font-weight:400;
	font-size: 1.5em;
	color: #26598a;
	font-family: 'Ubuntu', sans-serif;
}
#second h3 span{
	padding: 0;
	margin: 1em 0 0 0;
	border-bottom: 4px solid #26598a;
}

#second h4{
	text-align: left;
	padding: 0 0 0 18px;
	margin: 0 0 8px 0;
	font-weight:400;
	font-size: 1.3em;
	color: #26598a;
	font-family: 'Ubuntu', sans-serif;
	background: url("../img/common/square_blue.png") no-repeat 0px 14px;
	background-size: 11px 3px;
}
#second.call h4{
	color:#fff;
	font-weight:700;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	float:left;
	padding:6px 12px;
	margin:0 0 15px 0;
	font-size: 1.3em;
	background-image: none;
	background-color: #26598a;
}
#second.about h4{
	text-align: center;
	padding: 0;
	margin: 0 0 14px 0;
	font-weight:400;
	font-size: 1.3em;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	background: none;
}

#second.sponsorship h4 {
  font-weight: 700;
  padding: 8px 16px;
  background: #4d72be;
  color: #fff;
  -webkit-clip-path: polygon(0% 0%, 98% 0%, 100% 50%, 98% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 98% 0%, 100% 50%, 98% 100%, 0% 100%);
}
#second.sponsorship h4 span{float: right; margin-right: 27px;}
#second h5{
	width: auto;
	background-color: #c9d5e1;
	color: #474f8a;
	font-size: 1.2em;
	text-align: left;
	padding: 4px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border:4px double #fff;
	margin: 0 0 1em 0;
}
#second.about .lists li{
	margin-bottom: 5px;
}
#second.faq .info li{
	margin-bottom: 1em;
}

#second.registration a{color: #26598a;}
#second.program th.th_tour{width:58%;}
#second.program th.th_date{width:18%;}
#second.program th.th_participants{width:12%;}
#second.program th.th_price{width:12%;}
#second.program td .tourL{width: 67%; float: left;}
#second.program td .tourR{width: 30%; float: right;}
#second.program td .tourR img{width: 100%; height: auto;}
#second.program td .tourL2{width: 40%; float: left;}
#second.program td .tourR2{width: 60%; float: right;}
#second.program td .tourR2 img{width: 49%; height: auto; margin-left: 1%;}
/* ここからタブ
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 1260px) {

}



/* ここからスマホ
--------------------------------------------------------------------------------------*/

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


/* index
--------------------------------------------------------------------------------------*/
#second{
	max-width: 90%;
	width: 90%;
	padding: 5%;
	margin: 0;
	min-height:inherit;
}

#second h2{
	font-size: 1.3em;
	margin-bottom: 0.75em;
}
#second h3{
	font-weight:500;
	font-size: 1.3em;
	font-family: 'Ubuntu', sans-serif;
}
#second.sponsorship h4 {
  font-weight: 700;
  padding: 8px 12px;
  background: #4d72be;
  color: #fff;
  -webkit-clip-path: polygon(0% 0%, 98% 0%, 100% 50%, 98% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 98% 0%, 100% 50%, 98% 100%, 0% 100%);
	font-size: 16px;
}
#second.sponsorship h4 span{float: right; margin-right: 0;margin-top: 5px; font-size: 12px;}
#second .btnC{
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

}