@charset "UTF-8";
/*----------------------------------------
	common
----------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:100%;
	
	
	font-family: "メイリオ","Meiryo","verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.6;
	
	
	}

fieldset,img,abbr {
	border:0;
}

caption,th {
	text-align:left;
}

table{
	font-size:inherit;
	font:100%;
}

img {
	vertical-align: top;
}

a {
	outline: none;
/*\*/
	overflow: hidden;
/**/
}

/*----------------------------------------
	default
----------------------------------------*/

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd { margin:0; padding:0;}

/*回り込みクリア*******************/
.clear {
	clear: both;
	font-size:0;
	line-height:0;
	height:0;
}

/*clearfix*******************/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac ?*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/*visual*******************/


h1 {
/*  text-indent:-9999px;
	position:absolute;
	position:absolute;
	top:0px;
	left:0px;
	width: 10px;
	height: 10px;
	text-indent:-9999px;*/
}




/*----------------------------------------
	contentsArea
----------------------------------------*/

#Contents_all { width:967px; }



/*----------------------------------------
	margin
----------------------------------------*/
.mt5 {margin-top:5px; }
.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mt30 {
	margin-top: 30px;
}

.mt60 {
	margin-top: 60px;
}


.mt50 {	
	margin-top:50px;
	 }
	 
.mtb30 {
	margin: 30px 0;
}

.mtb20 {
	margin: 20px 0;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb60 {
	margin-bottom: 60px;
}

.mtb30 {
	margin: 30px 0;
}

.mtb {
	padding-top: 20px;
	margin-bottom: 60px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}


.ml60 { margin-left:60px; }



.TA_L{
	text-align:left;
}

.TA_C{
	text-align:center;
}

.TA_R{
	text-align:right;
}








#BGwrapper{
	width: 100%;
	background-color: #fff;
	background-image: url(../img/mainBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#Contents_all{
	width:100%;
	margin:0 auto;
}

#contents_wrapper{
	width:967px;
	margin:0 auto;
}

#contents_wrapper h2{
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	border: thin solid #72D3FE;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #0066B3;
}


/* ----- フキダシ用 ----- */
#QAwrapper{
     margin: 20px auto;
     width:70%;
	 z-index:1;
	 text-align:left;
}


.arrow_answer,
.arrow_question {
    position: relative;
    border: none;
    border-radius: 10px;
    width:60%;
    font-size: 16px;
    padding:3%;
}

.arrow_question {
	background-color:#99E5FF;
	float: right;
	margin-right: 17%;
	color: #424251;
}

.arrow_question:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #99E5FF;
}



.arrow_answer {
	background-color: #FFF070;
	margin-left: 17%;
	color: #424251;
}

.arrow_answer:before {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  margin-right: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #FFF070;
  border-right: 10px solid transparent;
}

.question_image{
     float: left;
     width:15%;
}


.answer_image{
     float: right;
     width:15%;
}


.question_image img{
	border-radius: 50%;
	width: 90px;
	border: 3px solid #0083E5;
}

.answer_image img{
	border-radius: 50%;
	width: 90px;
	border: 3px solid #F68F37;
}


.question_Box{
     width: 100%;
     overflow: hidden;
     margin-bottom: 3%;
}


#QAwrapper strong{
	margin-left:0.5em;
	margin-right:0.5em;
	font-weight:bold;
}

.arrow_question_att { font-size:86%; margin-left:17%; color: #424251; }

/* ----- フキダシ用 ----- */



/* ----- ページ内リンクメニュー用 ----- */

#menu {
  width:900px;
  padding:0;
  margin:0 auto;
  list-style-type: none;
}
#menu li {
  width:25%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}
#menu li a {
	width: auto;
	/*height:3em;*/
	height:273px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	text-decoration: none;
	/*background: #00468C;*/
	/*border-right: thin solid #C0F1FF;*/
}
/*
#menu li a span {
	display: table-cell;
	vertical-align:middle;
	height:3em;
	width:25%;
	text-align:center;
}
*/

#menu li a:hover {
  /*background:#87E2FF;
  color:#00468C;*/
}
/*
#menu li:first-child a{
  border-radius:5px 0 0 5px;
}
#menu li:last-child a{
  border-radius:0 5px 5px 0;
}
*/

#menu li a:hover img {
	opacity:0.8;
	/* for IE */
	zoom:1;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}


/* ----- ページ内リンクメニュー用 ----- */


.VW_pagetop{ text-align:right; font-size:86%; }
.VW_pagetop a { color:#00468C; text-decoration:none;}
.VW_pagetop a:hover { color:#87E2FF; text-decoration:underline;}

.title_wrap { background:url(../img/title_bg.jpg) center top no-repeat; }
.title_wrap01 { background:url(../img/title_bg01.jpg) center top no-repeat; }
.title_wrap02 { background:url(../img/title_bg02.jpg) center top no-repeat; }
.title_wrap03 { background:url(../img/title_bg03.jpg) center top no-repeat; }
.title_wrap04 { background:url(../img/title_bg04.jpg) center top no-repeat; }

.title01 { text-align:center; }

hr.vw_line { height: 0;	margin: 80px 0; padding: 0; border: 0; }
hr.vw_line { background-color: #FEFF73;	border-top: 2px dashed #F8AA67; }
.txt_01 { width:700px; margin:60px auto; }
.txt_01 p{ line-height:2; color:#00468C; text-shadow: 1px 1px 1px rgba(176, 221, 254, 0.5); }
.txt_att{ font-size:75%; color:#424251 !important; text-shadow:none !important; }
.pt_title{ padding-top:18px; text-align:center; width:880px; margin-left:43px; position:relative; margin-bottom:/*120px*/; }
.title_bn {
	width: 370px;
	position: absolute;
	left: 489px;
}

.title_bn img {
  transition: 0.3s;
}
.title_bn img:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.section_bn img {
  transition: 0.3s;
}
.section_bn img:hover {
  opacity: 0.6;
  transition: 0.3s;
}


.box_title{
	position:relative;
}

.dl_btBox{
	width:278px;
	height:46px;
	position:absolute;
	left:648px;
	top:412px;
}



/* ----- 美優ナビ　リスト用 ----- */

#navi_img {
  width:900px;
  padding:0;
  margin:0 auto;
  list-style-type: none;
}
#navi_img li {
  width:25%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}

#navi_img li a{
	text-decoration:none;
}

#navi_img li a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

#navi_img li span{
	display: block;
	margin: 10px 5px 0;
	padding: 5px 0;
	background-color: #DDDDDD;
	border: 1px solid #ACACAC;
	border-radius: 5px;
}

.navname{
	font-weight:bold;
}

.bglogo{
	background-color: #EFEFEF;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0px 2px 5px 0px #BABABA;
	border-radius: 0px;
	-webkit-box-shadow: 0px 2px 5px 0px #BABABA;
}

.boxnavi{
	border: 1px solid #75B3FE;
	border-radius: 5px;
	padding: 10px 0;
	background-image: url(../img/mainBG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.boxnavi_title{
	font-weight: bold;
	padding-top: 20px;
	color: #424251;
	font-size: 120%;
	text-shadow: 2px 2px 2px #FFFFFF;
}


/* ----- 美優ナビ　リスト用 ----- */

.movieBox01{
	overflow:hidden;
	text-align:center;
	margin-bottom:40px;
}

.movieBox01 p{
	width:320px;
	float:left;
}



/* ----- レスポンシブ ----- */

@media screen and (max-width:967px){
	
	#contents_wrapper{ width:100%; }
	
	#menu {	width:100%;	}
	#menu li { width:80%; margin:0 10%; float:none;	}
	/*#menu li a { border-bottom: thin solid #C0F1FF; }
	#menu li:first-child a{ border-radius:5px 5px 0 0; }
	#menu li:last-child a{ border-radius:0 0 5px 5px; border-bottom: thin solid #C0F1FF; }*/
	.title_wrap { background:url(../img/title_bg.jpg) center top no-repeat; }
	.title_wrap01 { background:url(../img/title_bg01.jpg) center top no-repeat; }
	.title_wrap02 { background:url(../img/title_bg02.jpg) center top no-repeat; }
	.title_wrap03 { background:url(../img/title_bg03.jpg) center top no-repeat; }
	.title_wrap04 { background:url(../img/title_bg04.jpg) center top no-repeat; }
	.title01 { text-align:center; }
	.question_image , .answer_image{ width:12%; }
	.question_image img { width: 100%; }
	.answer_image img { width: 100%; margin-left:-10%; }
	.arrow_answer,.arrow_question { width:62%; }
	.arrow_question { margin-right:16%; }
	.arrow_answer {margin-left:16%; }
	.pt_title{ width:auto !important; margin-left:43px; position:relative; margin-bottom:/*120px*/; }
	.dl_btBox{	width:100%;	height:auto; position:static; text-align:center; }

}


@media screen and (max-width:768px){
		
	#QAwrapper{ width:90%; margin:auto 5%; }
	.arrow_answer , .arrow_question {font-size:86%; }
	
	.boxnavi{	background-position: center top; }
	#navi_img {  width:auto; }
	#navi_img li {	width: auto; float: none; margin:0 10px 20px; }
}

/* ----- レスポンシブ ----- */
