@charset "utf-8";
/* top
-----------------------------*/
a {
	color: #0059B2;
	text-decoration: none;
}
a:hover {
	color: #922A40;
	text-decoration: underline;
}
#top_header {
	height: 70px;
	padding-top: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999;
	position:relative;
	min-width:1000px;
}
#top_header_wrapper {
	margin: 0 auto;
	width: 960px;
}
#top_header .logo {
	float: left;
	padding: 0 0;
	width: 352px;
	z-index:2000;
	background:rgba(255,255,255,0.6);
}
/* 見出しタイトル<h>
--------------------------------------------------------------------------------------------------------------------*/
h2 {
    background:#00a694 url("../img/approval/u_arr.png") no-repeat scroll center bottom;
    color: #fff;
    font-size: 2.1em;
    margin: 0;
    padding: 0.6em 0 1.6em;
    text-align: center;
				border-left: 0;
				font-weight: 600;
}
h3 {
	font-size:20px;
	font-weight:bold;
}
h4 {
	border-bottom: 8px solid #00a694;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 20px;
	padding: 4px 4px 2px 2px;
	position: relative;
}
h4::after {
	background-color: #414F53;
	bottom: -8px;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	width: 12%;
	z-index: 2;
}
#wrapper {
	padding-top: 0px;
	padding-bottom: 50px;
	width: 100%;
	display: inline-block;
	min-width:1000px;
}
#eye {
	text-align: center;
	background: e5e5e5;
	margin-top:-80px;
	z-index:1;
}
#eye img {
	width: 100%;
}
#top_contents_one {
	margin: 0 auto;
	font-size: 13px;
}
.box_area {
	padding: 20px;
	margin: 0 auto;
	width: 960px;
	font-size: 16px;
}

.txt00 {
	font-size: 18px;
	font-weight: 600;
	background: #000;
	color: #fff;
}
.txt07 {
	font-size: 40px;
	font-weight: 600;
	color: #B94343;
	line-height: 1.4;
	padding: 30px 0 30px;
	width:850px;
	margin:0 auto;
}
.txt08 {
	font-size: 12px;
	display:block;
	font-weight:normal;
	padding-left:110px;
	padding-top:5px;
}
.txt09 {
	padding:20px;
	font-size: 15px;
}
.txt09 p {
	padding:0 0 10px;
	line-height:1.3;
}
.txt10 {
	font-size:18px;
	font-weight:bold;
	float:left;
	padding:40px 0 0 50px;
}
#ct_box{
	float:right;
	padding:20px 70px 0 0;
}
.txt11 {
	font-size:18px;
	font-weight:bold;
	margin:20px 26px 10px 26px;
	border-bottom:1px solid #000;
	line-height:1.3;
	padding-bottom:10px;
}
.st_05 {
	background: #fefdee;
	padding: 10px;
	display:inline-block;
	font-size:16px;
}
.txt12 {
	font-size:30px;
	font-weight:bold;
	line-height:1.3;
	padding-bottom:10px;
}
.t_right_s {
	display: block;
	text-align: right;
	font-weight: 600;
	line-height: 2;
}
.pbg {
	position: relative;
	padding: 1em;
	background-color: #E9F3F3;
	margin-top: 30px;
}
.pbg::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #EFFDFF #EFFDFF #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
#footer {
	clear: both;
	width: 100%;
	color: #fff;
	text-align: left;
	font-size: 11px;
	background: #00a694;
	margin-top: 50px;
	border-top: 4px solid #f0eee5;
	border-bottom: 4px solid #f0eee5;
	bottom: 0;
	min-width:1000px;
}
#footer #footer_inner {
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
	overflow: hidden;
	font-size:13px;
}
#footer #footer_inner p {
	color: #000;
}
#footer #footer_inner p a {
	color: #000;
	text-decoration:underline;
}
#footer #footer_inner p a:hover {
	color: #ea5514;
	text-decoration: underline;
}
.button {
    text-align:center;
    padding:10px;
    color:#027e71;
    background: url(../img/approval/more.png) no-repeat 14px 15px #fff;
				border:2px solid #00a694;
    width:152px;
				color:#027e71;
				margin:20px auto;
				font-size:16px;
				font-weight:600;
				cursor:pointer;
}
.close {
   background: url(../img/approval/close.png) no-repeat 14px 15px #fff;
}
.movie {
   background: #00a694;
			height:316px;
			width:460px;
			padding:0px;
			margin-top:14px;
}
.sns_area{
	text-align: left;
	margin-bottom:10px;
}
 
.sns_area > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
}
 
.sns_area > li:first-child {
	margin-left: 0;
	margin-top: -1px;
}
 
.sns_area > li:last-child {
	margin-right: 0;
	margin-top: 4px;
}
 
.sns_area iframe {
	margin: 0 !important;
}
.tit_fop{
	background: #00a694 none repeat scroll 0 0;
    border-left: 11px solid #414f53;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 7px 14px;
}

.comment_area {
    background: #fffbd2 none repeat scroll 0 0;
    border: 0 solid #dbdbea;
    height: auto;
    padding: 10px;
    text-align: center;
				font-size: 240%;
}

    a.tooltip:hover {
         background: #ffffff;
         text-decoration: none;
    }
    a.tooltip span {
         display: none;
         padding: 8px;
         font-size: 12px;
         margin-left: 8px;
         line-height: 1.6;
    }
    a.tooltip:hover span{
         display: inline;
         position: absolute;
         background-color: #fff;
         border: 1px solid #cccccc;
         color: #000000;
    }
.counter {
    padding: 0px 2px 0px !important;
				border-right: 3px solid #f0eee5 !important;
}
.fixed{
	position:fixed;
	top:25px;
}
@media screen and (max-width: 780px){
	.sns > li{
		width: 80px !important;
		margin: 0 7px 10px 0;
	}
}
@media only screen and (max-width: 767px) {
/* top
--------------------------------------------------------------------------------------------------------------------*/
#wrapper {
	padding-bottom: 20px;
}
#top_contents_one {
	width: 100%;
}
h2 {
	font-size: 18px;
	line-height:2.8;
}

#top_header {
    height: auto;
}
#eye {
	margin-top:0px;
}
.box_area, #footer #footer_inner, #top_header_wrapper,.movie,#top_header .logo,
.st_05,.txt07,#top_header,#wrapper,#footer
 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	min-width:100%;
}
#top_header_wrapper {
	text-align: center;
}
#top_header .logo {
	float: none;
	display: inline-block;
}
#footer_inner .flt_lft, #footer_inner .flt_rgt {
	text-align: center;
}
#footer_inner p, #footer_inner .btn02 {
	display: inline-block;
	text-align: center;
}
.box_area {
	padding: 20px 10px;
	font-size: 14px;
}
#footer {
	margin-top: 20px;
	display: inline-block;
	position: relative !important;
	padding-bottom: 70px;
}
#footer #footer_inner p {
	font-size: 16px;
}
#footer_inner .btn02 {
	width: 90%;
}
.btn02 a {
	font-size: 24px;
	padding: 10px;
	width: 94%;
}
.txt07 {
    color: #b94343;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    padding: 10px 20px 8px;
}
.txt08 {
	padding-left:0px;
	padding-top:5px;
	text-align:center;
}
.txt10 {
    float: none;
    font-size: 18px;
    font-weight: bold;
    padding: 40px 0 0 0px;
				text-align:center;
}
#ct_box {
    float: none;
    padding: 20px 0px 0 0;
				text-align:center;
}
#AiGh9Cnbs-m-lbnd-l{
	display:inline-block;

}
.txt12 {
    font-size: 20px;
}
.movie {
			height:auto;
			text-align:center;
}
#top_header .logo {
	float: none;
	text-align:center;
}
#top_header .logo img {
	width:90%;
}
.smt10 {
	margin-top:10px;
}
.sp_non{
	display:none;
}
/*.sns_area > li {
	display: block;
	vertical-align: top;
	margin: 0 7px 10px 7px!important;
	text-align:center;
}*/
/**/}
