html,body {
	font-size: 18px;
	font-family: "メイリオ";
	background-color: #FFFFFF;
	line-height: 2.4em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
@media only screen and (max-width: 480px) {
html,body{
	font-size: 14px;
}
}
.main_title{
	text-align: center;
	margin: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.main_title a{
	font-size: 36px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 3px;
}
/* Responsive */
@media ( min-width : 480px ){
.main_title a{
	font-size: 36px;
}
}
.contents_title{
	font-weight: bold;
	color: #000066;
	letter-spacing: 2px;
}
.contents_title_footer{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 30px;
}
.form_style{
	font-family: "メイリオ";
	width: 100%;
}
.img_style1{
	margin-top: 0px;
	margin-bottom: 20px;
	height: auto;
	width: auto;
}
h1{
	font-size: 12px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	color: #FFFFFF;
}
h2{
	font-size: 18px;
	letter-spacing: 5px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-top: 18px;
	line-height: 2em;
	color: #0066FF;
}
/* Responsive */
@media ( min-width : 480px ){
h2{
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-top: 26px;
	line-height: 2.2em;
	font-size: 28px;
	letter-spacing: 5px;
	font-weight: normal;
}
}
#header{
	background-color: #8CD1FF;
	padding: 30px 20px;
	text-align: center;
	margin: 0px;
}
.bxslider_box{
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#contents_outline{
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
}
#footer{
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
	padding: 20px;
}
.contents_box1{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.contents_box1 img{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* Responsive */
@media ( min-width : 480px ){
.contents_box1{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
}
.icon_box{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.icon_box img{
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
}
/* Responsive */
@media only screen and (max-width: 480px) {
.icon_box_shop{
	text-align: center;
	padding-left: 15px;
}
.icon_box img{
	width: 40px;
}
}
.click_box1{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
}
.click_box1 a{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 5px solid #333333;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
}
.click_box1 a:hover{
	color: #FFFFFF;
	background-color: #333333;
}
.flexbox {
}
.flexbox p{
	margin: 0px;
	padding: 0px;
}
.flexbox img{
	margin-bottom: 10px;
}
.left {
	display: block;
}
.right {
	display: block;
}
.left,
.right {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 20px;
	background-color: #EBEBEB;
}
/* Responsive */
@media ( min-width : 600px ){
.flexbox {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	padding-top: 20px;
    }
.left {
	display: block;
	margin-right: 20px;
}	
.left,
.right {
    -webkit-flex: 1;
	flex: 1;
}
}
.container{
	font-size: 14px;
}
.container p{
	margin: 0px;
	padding: 0px;
}
.item1{
	display: block;
	background-color: #333333;
	text-align: left;
	margin-bottom: 20px;
	
}
.item2{
	display: block;
	background-color: #333333;
	text-align: left;
}
/* Responsive */
@media ( min-width : 600px ){
.container {
	width: 800px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	padding-top: 20px;
}
.item1,
.item2 {
    -webkit-flex: 1;
	flex: 1;
}
}
table.company {
width: 100%;
border-collapse: separate;
border-spacing: 0px 15px;
}

table.company th,
table.company td {
padding: 10px;
}

table.company th {
background: #000000;
vertical-align: middle;
text-align: left;
width: 30%;
overflow: visible;
position: relative;
color: #FFFFFF;
font-weight: normal;
}

table.company th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #000000;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.company th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #295890 10px solid;
margin-top: -10px;
}
}

table.company td {
background: #EFEFEF;
padding-left: 20px;
}

table.table01 {
	width:100%;
	border-right:1px solid #666666;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.table01 tbody th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#3EB1C6 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#3EB1C6 solid 1px;
	border-bottom:#3EB1C6 solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}
