@charset "UTF-8";
/* Body */
body {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',YuGothic,'Yu Gothic','メイリオ', Meiryo,;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #52bad5;
}
.logo {
	width: 20%;
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	float: left;
	margin-top: 0.8em;
	margin-left: 0.5em;
	letter-spacing: 0;
}
nav {
	float: right;
	width: 70%;
	text-align: right;
	margin-right: 25px;
	overflow: hidden;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 0px;
	font-weight: bold;
	transition: all 0.3s linear;
	height: 30px;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}

.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-color: #52bad5;
	width: 100%;
	height: auto;
}
img{
	margin: 0;
	padding: 0;
	vertical-align:top;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #8fc31f;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #c1db81;
	padding-top: 10px;
	padding-bottom: 10PX;
	margin-bottom: 0px;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
/*追加*/
.enbutton {
	float: right;
	width: 10%;
	text-align: right;
}

a.en_btn {
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 3px;
	transition: .4s;
}
a.en_btn:hover {
	background: #fff;
	color: #52bad5;
}
ul.or {
    list-style: none;
    padding:0;
    margin-bottom: 5em;
}
li.or { 
    padding-left: 1em; 
    text-indent: -.7em;
}
li.or:before {
	content: "• ";
    color: #f39939;
}

.title {
	color: #f39939;
	font-size: 5em;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
.pre {
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 0;
}
.des {
	color: #000;
	font-size: 1.5em;
	font-weight: 800;
	margin: 0 0 2em 0;
	padding: 0;
}
.center {
	text-align: center;
}
.blue {
	color: #52bad5;
}
.orange {
	color: #f39939;
}
.white {
	color: #fff;
}
.large {
	font-size: 1.3em;
}
.ind1 {
	padding-left:1em;
	text-indent:-1em;
}
.point_title {
	font-size: 1.3em;
	color: #52bad5;
	line-height: 1em;
}
h2 {
	margin-top: 3em;
}
h3 {
	position:relative;
	background: #52bad5;
	padding: 0.5em;
	color: #fff;
	margin-top: 3em;
}

h3:before {
	content: "";
	position:absolute; 
	top:0;
	right:0;
	width:0;
	height:0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 0px 60px 45px 0px;
}

h5 {
  position: relative;
  text-align: left;
  font-size: 1em;
}
h5 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 ;
  padding: 0 0.5em;
  background-color: #fff;
  text-align: left;
}
h5::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f39939;
}

.circle {	
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f39939;
}

.circle span {
	position: absolute;
	display: inline-block;
	color: #fff;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :80px;
	text-align:center;
}
.circleP {	
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #52bad5;
}

.circleP span {
	position: absolute;
	display: inline-block;
	color: #fff;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :80px;
	text-align:center;
	font-weight: bold;
	padding-top: 5px;
}
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px;
  color: #555;
  font-size: 16px;
  background:antiquewhite;
  width:100%;
   box-sizing: border-box;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid antiquewhite;
}

.balloon p {
  margin: 0;
  padding: 0;
}
.syorui {
	padding: .5em .75em;
	border-radius: 30px;
	background-color: antiquewhite;
	color: #f39939;
	font-weight: bold;
	line-height: 2.5em;
}
.box {
	overflow: hidden;
}

.boxL {
	float: left;
	width: 50%;
	margin: 20px 0;
}
.boxP {
	float: left;
	margin:0;
}
.boxT {
	float: left;
	width: 85%;
	margin: 20px 0 20px 5px;
}
.boxB {
	font-size: 1.2em;
	background-color: #def0ef;
	text-align: center;
	line-height: 1em;
	padding: 0.5px;
	margin-bottom: 1em;
}
.main {
	margin:5em auto 100px auto;
	width: 60%;
}
.main_top {
	margin:5em auto 100px auto;
	width: 60%;
}
.no-wrap {
    display: inline-block; /* インラインブロック化 */
}
th,td {
    border: solid 1px;  /* 枠線指定 */
    padding: 10px;      /* 余白指定 */
}
 
table {
    border-collapse:  collapse; /* セルの線を重ねる */
}
/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	color: #fff;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	display: none;
	height: 300px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
.main {
	margin:20em auto 100px auto;
	width: 90%;
}
.main_top {
	margin:5em auto 5em auto;
	width: 90%;
}
.title {
	color: #f39939;
	font-size: 3em;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #fff;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
	height: 300px;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.footer_column {
	width: 100%;
}
.main {
	margin:20em auto 100px auto;
	width: 90%;
}
.main_top {
	margin:5em auto 5em auto;
	width: 90%;
}
.title {
	color: #f39939;
	font-size: 3em;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
.boxL {
	float: left;
	width: 80%;
	margin: 20px 0;
}
.boxP {
	float: center;
	width: 100%;
	text-align: center;
}
.boxT {
	float: center;
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

.boxL {
	float: left;
	width: 60%;
	margin: 20px 0;
}
}


table.about th {
	white-space: nowrap;
}
