@charset "utf-8"; 
/* CSS Document */

html {
	overflow-y	: scroll;
	height		: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote {
	margin 	: 0;
	padding : 0;
}

fieldset {
	display:inline;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style : normal;
}

/*
table {
	border-collapse	 : collapse;
	border-spacing	 : 0;
}
*/

body/**/table {
	font-size	: 12px;
	line-height	: 1.5;
}

q:before,
q:after {
	content : '';
}

object,embed {
	vertical-align : top;
}

hr,legend	{
	display : none;
}

h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
}

img{
	border 	: 0;
	display	: block;
	margin	: 0 auto;
	max-width: 100%;
	height	: auto;
}

li {
	list-style-type : none;
}


a{color:#191919;}
a:link, a:visited{text-decoration:none;}
a:hover, a:active{text-decoration:underline;}

body {
	margin		: 0;
	padding		: 0;
	font-family	: "Meiryo","MS PGothic", sans-serif;
}

#wrap{
	min-width	: 1000px;
	background-color: #fff;
	color: #333;
}

body > #wrap { height : auto;}

header {
	margin		: 0 auto;
	background-color: #fff;
}
	header #head_inner{
		width: 1000px;
	margin		: 0 auto;
	}
	
	header p{
		padding: 30px 0 30px 20px;
	}
	header p img{
		margin: 0 !important;
		display: inline;
	}

article {
	margin		: 0 auto;
}

#headmain{
	background: url(../img/main_inner.png) center top no-repeat;
	padding: 0 15px 30px;
}

#headmain h1{
	margin-bottom: 20px;
}

#contentBlock{
	width: 910px;
	margin: 0 auto;
}


#content01{
	margin-bottom: 40px;
}

#content01 p{
	padding: 15px 0;
}

#content01 p:first-child{
	padding-top: 0;
}

#content01 p:last-child{
	padding-bottom: 25px;
}

.mobile_logo{
	max-width: 910px;
	margin: 0 auto;
	margin-bottom: 25px;
	border-radius:20px;
	background-color: #fff;
}

.mobile_logo a img:hover{
	opacity: 0.6;
}

.content_container{
	border: 3px solid #00A7EB;
	border-radius: 20px;
	box-sizing: border-box;
}
.content_container .toptitle{
    background: #00A7EB;
    padding: 15px 0 15px 15px;
    border-radius: 15px 15px 0 0;
}
.content_container .toptitle img{
	margin: 0;
}

.content_logo_flx{
	display:flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
    padding: 30px;
}


.content02_container{
	border:3px solid #F9BE00;
	border-radius:20px;
	padding:30px;
	box-sizing:border-box;
}

.content02_logo_flx{
	display:flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#contentBlock ul{
	width: 910px;
	margin: 0 auto;
	line-height: 1.8;
	margin-bottom: 50px;
}

.mt20{ margin-top: 20px !important;}
.mt120{ margin-top: 120px !important;}

.mr10{ margin-right : 10px !important;}
.mr15{ margin-right : 15px !important;}
.mr20{ margin-right : 20px !important;}
.mr25{ margin-right : 25px !important;}
.mr30{ margin-right : 30px !important;}
.mr60{ margin-right : 60px !important;}

.mb10{ margin-bottom : 10px;}
.mb15{ margin-bottom : 15px;}
.mb20{ margin-bottom : 20px;}
.mb25{ margin-bottom : 25px;}
.mb30{ margin-bottom : 30px;}
.mb35{ margin-bottom : 35px;}
.mb40{ margin-bottom : 40px;}
.mb45{ margin-bottom : 45px;}
.mb50{ margin-bottom : 50px;}
.mb55{ margin-bottom : 55px;}
.mb60{ margin-bottom : 60px;}
.mb65{ margin-bottom : 65px;}
.mb70{ margin-bottom : 70px;}
.mb75{ margin-bottom : 75px;}
.mb80{ margin-bottom : 80px;}

.txt11{ font-size: 11px;}
.txt12{ font-size: 12px;}
.txt13{ font-size: 13px;}
.txt19{ font-size: 19px;}
.txt22{ font-size: 22px;}

.txt_c{ text-align: center;}

#copy {
	overflow	: hidden;
	margin		: 0 auto;
	width		: 1030px;
	padding		: 0 0 10px;
}

.flt_l{
	float	: left;
}

.flt_r{
	float	: right;
}

/* footer */

#footer {
	overflow	: hidden;
	margin		: 0 auto;
	padding		: 20px 0 15px;
	background	: #FFF;
	min-width	: 1000px;
}
	
	#footer_box {
		margin	: 0 auto;
		width	: 1000px;
	}

.footer_l {
	float	: left;
	width	: 600px;
}

.footer_l .ft_logo {
	float		: left;
	margin-right: 30px;
}

.footer_l ul {
	padding-top	: 12px;
}

.footer_l li {
	float		: left;
	border-right: 1px solid #c9c9c9;
	line-height	: 1;
	padding		: 0 15px;
}

.footer_l li.last {
	border-right	: none;
}

.footer_l li a {
	font-size	: 12px;
}

.footer_l li a:after {
	content			: url(../img/icon01.png);
	padding-left	: 8px;
	vertical-align	: 1px;
}

.footer_l .copyright {
	font-size	: 10px;
	color		: #818181;
	clear		:both;
	padding-top	: 25px;
}

.footer_r {
	float	: right;
}
.entry_btn:hover{
	opacity: 0.8;
	transition: all 0.5s;
}
