/*--------------------*
 *  default settings
 *--------------------*/
*{
  margin:0px;
  padding:0px;
}
html{
  overflow-y:scroll;
  -webkit-text-size-adjust:none;
}
BODY{
  text-align:center;
  font-size:98%;
  line-height:1.6;
  color:#000;
  font-family: Meiryo,Hiragino Kaku Gothic Pro W3,Hiragino Kaku Gothic Pro,Osaka,MS Gothic;
  _line-break:strict;
  background: linear-gradient(90deg, #350501 5%, #6F290F 50%, #350501 95%);
  min-width:990px;
}
IMG{
  border:0;
  vertical-align: middle;
}
FORM{
  margin:0 auto;
  padding:0;
}
TABLE{
  border-collapse:collapse;
  border-spacing:0px;
  empty-cells:hide;
  text-align:left;
  font-size:1em;
  border:0;
  padding:0;
}
UL{
  margin:0;
  padding:0;
  list-style-type:disc;
}
OL{
  margin:0;
  padding:0;
  background:url("../../image/common/spacer.gif") no-repeat 50% 0%;
}
LI{
  margin:0;
  padding:0;
}
H1,H2,H3,H4,H5{
  margin:0 auto;
  text-align:left;
  background:url("../../image/common/spacer.gif") no-repeat 50% 0%;
}
P{
  margin:0 auto;
  text-align:left;
  background:url("../../image/common/spacer.gif") no-repeat 50% 0%;
}
HR{
  display:none;
}
EM{
  font-style:normal;
  font-weight:bold;
}
H1,H2,H3,H4,H5,H6{
  font-size:1.1em;
}
A{color:#B9F5ED;}
A:visited{color:#EDB4DF;}
A:hover{color:#F4E1B1;}


A:hover{
  color:#AFEEEE;
  text-decoration:none;
}
H4 A{
  color:#000;
}
#frmInput .section_ftr,
#new_group .section_ftr,
#extra_group .section_ftr,
#input_group .section_ftr,
#extra_group2 .section_ftr{
  background-image:url(../../image/contents/section_ftr.jpg);
  padding-bottom:40px;
}
#frmInput .section_bdy,
#new_group .section_bdy,
#input_group .section_bdy,
#extra_group .section_bdy,
#extra_group2 .section_bdy{
  background-image:url(../../image/contents/section_bdy.jpg);
}
#new_group .section_hdr ,
#extra_group .section_hdr {
  padding-top: 20px;
}

#new_group H4 A:visited,
#input_group H4 A:visited,
#extra_group H4 A:visited,
#extra_group2 H4 A:visited,
#extra_group3 H4 A:visited,
#free_group H4 A:visited{
  color:#5B008C;
}
#new_group H4 A:hover,
#input_group H4 A:hover,
#extra_group H4 A:hover,
#extra_group2 H4 A:hover,
#extra_group3 H4 A:hover,
#free_group H4 A:hover{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity:0.8;
  color:#A90082;
}

H4 A:visited{
  color:#91D0CD;
}
H2 IMG,
H3 IMG{
  vertical-align:bottom;
}
[id^="frmInput"] #btn_free,[id^="frmInput"] #btn_trial,[id^="frmInput"] #btn_charge,.menu_but #button,.menu_but #button2{
  cursor:pointer; 
}
.text_img {
  width: 900px;
  margin: 0 auto;
}
#header {
  position: relative;
}
#new_group H4 ,
#rec_single H4 ,
#input_group H4 ,
#extra_group H4 ,
#extra_group2 H4 ,
#extra_group3 H4 ,
#free_group H4 {
  margin-top: 10px;
}
#extra_group2 .horizon,
#new_group .horizon{
  background:url(../../image/contents/line.jpg) no-repeat 0 0;
  height: 5px;
  width: 666px;
  margin: 20px auto;
}

/*--------------------
balloon common setting
--------------------*/
[id^="frmInput"] #welcome_message_inner ,
.feature_balloon #feature_balloon_inner ,
#feature .balloon ,
#allmenus .balloon,
#rec_single h2 .balloon,
#input_group h2 .balloon,
#extra_group h2 .balloon{
  box-sizing: border-box;
  background: rgba(95, 15, 180, 0.7) ;
  border-radius: 30px;
  color: #fff;
  box-shadow: 0 0 14px #fff inset;
}
[id^="frmInput"] #welcome_message_inner P ,
#feature .balloon ,
#allmenus .balloon ,
#input_group h2 .balloon ,
#rec_single h2 .balloon ,
#extra_group h2 .balloon {
  text-shadow:0px 0px 3px #750EDF,0px 0px 3px #750EDF,0px 0px 3px #750EDF,0px 0px 3px #750EDF, 0px 0px 7px #750EDF,0px 0px 7px #750EDF,0px 0px 7px #750EDF , 0px 0px 9px #750EDF,0px 0px 9px #750EDF,0px 0px 9px #750EDF;
}
[id^="frmInput"] #welcome_message_inner P span,
#feature .balloon span,
#allmenus .balloon span,
#input_group h2 .balloon span,
#rec_single h2 .balloon span,
#extra_group h2 .balloon span{
  color: #ff0;
  font-size: 1.2em;
}

/*--------------------
common class setting
--------------------*/
.clear{
  clear:both;
  float:none;
  line-height:0px;
  font-size:0px;
  height:0px;
}
.hide{
  display:none;
}
.icon{
  float:left;
  text-align:center;
}
.icon_category{
  margin-bottom:0px;
}
.icon_player{
  margin-bottom:3px;margin-top:2px;
}
.icon_new{
  margin-top:3px;
  width: 100px;
  height: auto;
}
.free_info{
  padding-top:3px;
  text-align:center;
  color:#e5bc08;
  font-size:1.2em;
}
.pr,.price_discount{
  color:#ab1c1c;
}
.limited{
  color:#33969b;
}
DIV.pr,DIV.limited{
  line-height:1.2;
  font-size:12px;
}
.price_discount{
  text-align:right;
}
.price_normal{
  text-align:right;
}
[class^="section_bdy"],.article_bdy,.menu_bdy,[class^="title_bdy"]{
  width:100%;
  margin:0;
  background-repeat:repeat-y;
}
[class^="section_ftr"],.article_ftr,.menu_ftr,[class^="title_ftr"]{
  width:100%;
  background-repeat:no-repeat;
  background-position:0 bottom;
}
[class^="section_hdr"],.article_hdr,.menu_hdr,[class^="title_hdr"]{
  width:100%;
  background-repeat:no-repeat;
  background-position:0 top;
  overflow:hidden;
}
/*Clear-Fix(IE対策のためセットで利用する)
TAG{
  zoom:100%;
}
TAG:after{
  content:".";
  display:block;
  visibility:hidden;
  height:0.1px;
  font-size:0.1em;
  line-height:0;
  clear:both;
}
*/

/*=========================================
<common>
.detail_txt
.detail_txt_left
.detail_txt_right
=========================================*/
.detail_txt{  margin:0 auto; }
.left_bdy{float:left;}
.right_bdy{float:right;}
/*--------------------
#base
--------------------*/
#index_base{
  margin:0px auto;
  background:url(../../image/contents/header_index.jpg) no-repeat 50% 0%;
}
#base{
  width:990px;
  margin:0px auto;
  background:url(../../image/contents/bg_main.jpg) repeat-y 50% 0px;

}
/*--------------------
#top_bg
--------------------*/
#top_bg{
  background: url(../../image/contents/navi_bg.jpg) no-repeat 50% 0%;
  height: 100px;
  position: relative;
  top: 1px;
}
/*--------------------*
#header
*--------------------*/
#header #headerimg{
  height:400px;
  text-align:center;
  width: 990px;
}
#header #headerimg A{
  display:block;
  width:990px;
  height:400px;
  margin:0px auto;
  text-indent:-9999px;
}
#header{
  width: 990px;
  height: 490px;
  margin: 0 auto;
  position: relative;
}
/*#header P.att_0_text {
  position: absolute;
  text-align: right;
  top: 338px;
  right: 10px;
  font-size: 0.7em;
}
#header P.att_0 {
  position: absolute;
  top: 86px;
  left: 296px;
  font-size: 0.8em;
  font-weight: bold;
  color:#A5FEF5;
  text-shadow: 1px 0px 1px #05544C,-1px 0px 1px #05544C, 0px -1px 1px #05544C,-1px 0px 1px #05544C, -1px 1px 1px #05544C,1px 1px 1px #05544C, -1px -1px 1px #05544C,1px -1px 1px #05544C, 2px 0px 2px #002300,-2px 0px 2px #002300, 0px -2px 2px #002300,-2px 0px 2px #002300, -2px 2px 2px #002300,2px 2px 2px #002300, -2px -2px 2px #002300,2px -2px 2px #002300;
}*/

#contents_base{
  position: relative;
  text-align:center;
  margin:0px auto;
  background:url(../../image/contents/header.png) no-repeat 50% 0%;
}
#header_flash{
  position: relative;
  text-align:center;
  margin:0px auto;
  background:url(../../image/contents/header_index.png) no-repeat 50% 0%;
}
#header_index,
#extra_header{
  background:url(../../image/contents/header_bg.jpg) no-repeat fixed center top;
}
#index_basebdy{
  margin:0px auto;
  width:950px;
  background:url(../../image/contents/header_index.jpg) no-repeat center 0;
}
#basebdy{margin: 0px auto;}
/*--------------------*
#headernavi
*--------------------*/
#headernavi{
  width:858px;
  margin:0px auto 0px;
}
#headernavi UL{
  display:block;
  width:858px;
  list-style-type:none;
  zoom:100%;
  padding-top: 15px;
}
#headernavi UL:after{
  content:".";
  display:block;
  visibility:hidden;
  height:0.1px;
  font-size:0.1em;
  line-height:0;
  clear:both;
}
#headernavi LI{
  display: block;
  width: 286px;
  height: 70px;
  float: left;
}
#headernavi LI A,
#headernavi LI DIV{
  display:block;
  width:100%;
  height:100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/*custom-width*/
#headernavi LI.top{
  background:url(../../image/contents/navi/top_over.png) no-repeat 0px 0px;
}
#headernavi LI.top A{
  background:url(../../image/contents/navi/top.png) no-repeat 0px 0px;
}
#headernavi LI.profile{
  background:url(../../image/contents/navi/profile_over.png) no-repeat 0px 0px;
}
#headernavi LI.profile A{
  background:url(../../image/contents/navi/profile.png) no-repeat 0px 0px;
}
#headernavi LI.extra{
  background:url(../../image/contents/navi/extra_over.png) no-repeat 0px 0px;
}
#headernavi LI.extra A{
  background:url(../../image/contents/navi/extra.png) no-repeat 0px 0px;
}
#headernavi LI A:hover{opacity:0;}
#headernavi LI SPAN{display:none;}

/*--------------------*
#extra
*--------------------*/
#extra{
  width:900px;
  margin:0px auto;
  text-align:center;
}
#extra_outer{}
/*--------------------*
#extra_group2
*--------------------*/
#extra_group2{
  width:900px;
  margin:40px auto 0;
}
#extra_group2 H4 A{color:#7F007F;}
#extra_group2 .section_hdr{ 
  padding-top: 0px;
}
#extra_group2 .severalmenu{
  width:700px;
  margin: 0 auto 15px;
}
#extra_group2 .icon{
  width:100px;
  float:left;
}
#extra_group2 .menu_info{
  width:580px;
  float:right;
}
#extra_group2 .price_info{
  text-align:right;
  padding-right:5px;
}
#extra_group2 .caption {
  margin-top: 10px;
  padding: 0 15px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
#extra_group2 .price_info{
  font-size: 0.9em;
  font-weight: bold;
  padding-top: 5px;
  text-align: right;
  color: #242a7a;
}
#extra_group2 h3 {
  width: 538px;
  margin-bottom: 20px;
}
#extra_group2 [class^="colors_pack_links"] h4{
  text-align: center;
  margin: 15px auto;
  width: 700px;
  font-size: 1.3em;
  font-weight: bold;
}
/*#extra_group2 .colors_pack_links2 h4 a{ color:#195E09;}
#extra_group2 .colors_pack_links3 h4 a{ color:#8B1333;text-align: center;}
#extra_group2 .colors_pack_links4 h4 a{ color:#060493;text-align: center;}*/

#extra_group2 .colors_pack_links2 H4 A{
  color:#195E09;
  font-weight: normal;
  letter-spacing: -0.5px;
  text-decoration: none;
  border-bottom: 1px solid;
  text-align: center;
}
#extra_group2 .colors_pack_links2 H4 A:visited{color:#195E09;text-decoration: none;border-bottom: 1px solid;}
#extra_group2 .colors_pack_links2 H4 A:hover{color:#195E09;border:none;text-decoration: none;}


#extra_group2 .colors_pack_links3 H4 A{
  color:#8B1333;
  font-weight: normal;
  letter-spacing: -0.5px;
  text-decoration: none;
  border-bottom: 1px solid;
  text-align: center;
}
#extra_group2 .colors_pack_links3 H4 A:visited{color:#8B1333;text-decoration: none;border-bottom: 1px solid;}
#extra_group2 .colors_pack_links3 H4 A:hover{color:#8B1333;border:none;text-decoration: none;}


#extra_group2 .colors_pack_links4 H4 A{
  color:#060493;
  font-weight: normal;
  letter-spacing: -0.5px;
  text-decoration: none;
  border-bottom: 1px solid;
  text-align: center;
}
#extra_group2 .colors_pack_links4 H4 A:visited{color:#060493;text-decoration: none;border-bottom: 1px solid;}
#extra_group2 .colors_pack_links4 H4 A:hover{color:#060493;border:none;text-decoration: none;}

/*--------------------/*--------------------*
#rec_single リンクグループ
*--------------------*/
#rec_single{
  margin:0px auto 0;
  width: 900px;
}
#rec_single H4{
  margin-bottom: 5px;
}
#rec_single H4 A{
  color:pink;
}
#rec_single .inner_bdy {
  width: 690px;
  margin: 25px auto;
}
#rec_single H4 {
  margin-bottom: 5px;
  text-align: center;
}
#rec_single h2 {
  position: relative;
}
#rec_single h2 .balloon{
  position: absolute;
  width: 470px;
  bottom: 130px;
  left: 380px;
  padding: 15px 20px;
  font-size: 1.4em;
  line-height: 1.6em;
}
#rec_single li {display: inline-block;}
#rec_single ul {margin-top: 20px;}
#rec_single .att_txt {
  text-align: center;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: 5px;
}
#rec_single .severalmenu{
  width: 680px;
  margin: 0 auto 10px;
  text-align: left;
}
#rec_single H4 A {color: yellow;font-size: 1.3em;}
#rec_single H4 A:visited{color:#EDC3E3;}
#rec_single H4 A:hover{color:#F4E1B1;}

#rec_single .menu_info {
  width: 570px;
  float: right;
}
#rec_single .price_info {
  color: #bda;
}
#rec_single .pr,#rec_single .price_discount {
  color: #F9F;
}
#rec_single P.ttl_font.txt_type1 ,
.summary_group .yel_zap{
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 3px #8F8414,0px 0px 3px #8F8414,0px 0px 3px #8F8414,0px 0px 3px #8F8414, 0px 0px 7px #8F8414,0px 0px 7px #8F8414,0px 0px 7px #8F8414 , 0px 0px 9px #8F8414,0px 0px 9px #8F8414,0px 0px 9px #8F8414;
}
#rec_single P.ttl_font.txt_type1 {
  font-size: 1.7em;
}
.summary_group .yel_zap{
  font-size: 2.0em;
}
#rec_single .severalmenu1 .detail_txt,
#rec_single .severalmenu2 .detail_txt,
#rec_single .severalmenu3 .detail_txt{
  width: 730px;
  margin: 10px auto 0;
}
/*--------------------*
#topicpath
*--------------------*/
#topicpath{
  padding:20px 28px 10px;
  color:#fefefe;
  font-size:1em;
}
/*--------------------*
.ttl_font
*--------------------*/

.ttl_font,
.menu_ttl_bar H2,
.summary_group .js_bdy .back  .back_word ,
.summary_group .js_bdy .front .front_word ,
.menu_info A{
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Meiryo, serif;
}
/*--------------------*
.menu_ttl_bar
.menu_info A{
*--------------------*/
.menu_ttl_bar H2,
.menu_info A{
  color:#883366;
  font-size: 1.6em;
  line-height: 1.4;
}
.menu_info A:visited{
  color:#000;
}
.menu_info A{
  display: block;
}
.menu_ttl_bar .severalmenu {
  margin: 0 auto;
  width: 700px;
}
.menu_ttl_bar{
  margin: 0 auto;
  width: 810px;
}
.menu_ttl_bar H2{
  font-size: 1.9em;
  line-height: 1.6;
}
.menu_ttl_bar .menu_bdy{background-image:url(../../image/contents/menu_ttl_bdy.png);}
.menu_ttl_bar .menu_ftr{background-image:url(../../image/contents/menu_ttl_ftr.png);padding-bottom:30px; position: relative;  bottom: -1px;}
.menu_ttl_bar .menu_hdr{background-image:url(../../image/contents/menu_ttl_hdr.png);padding-top:30px; position: relative;  top: -1px;}

.menu_ttl_bar .menu_ttl {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
.menu_ttl_bar .icon_category{
  margin-right:15px;
  float:left;
}
.menu_ttl_bar H2 .menu_ttl{
  float:left;
}
/*--------------------*
.menu_header
*--------------------*/
.menu_header{
  margin:0 auto 10px;
  width:660px;
}
.menu_header P{
  padding:5px 0;
  text-align:center;
  color:#DEB887;
}
.menu_header P.menu_caption{
  color:#DEB887;
}
.menu_header P.pr,.menu_header P.pr A{
  color:#d00079;font-weight:bold;
}
.menu_header P.price{
  color:#DEB887;
}
.menu_header P.price STRONG{
  color:#FFCC00;
}
.menu_header P.attention A{
  color:#FFCC00;
}
.menu_header P.attention A:hover{
  color:#be09cb;
}
.menu_header P.attention STRONG{
  color:#FFCC00;
}
#extra_group3 .section_ftr{
  background-image:url(../../image/contents/section_ftr.jpg);
  padding-bottom:40px;
}
#extra_group3 .section_bdy{
  background-image:url(../../image/contents/section_bdy.jpg);
}
/*--------------------*
#new_group
*--------------------*/
#new_group{
  width:900px;
  margin:0px auto ;
}
#new_group .severalmenu{
  width:700px;
  margin:0 auto 10px;
  text-align:left;
}
#new_group .icon{width:100px;}
#new_group .menu_info{
  width:580px;
  float:right;
}
#new_group .additional_day{
  color:#AB1C1C;
  font-weight:bold;
}
#new_group .caption {
  margin-top: 10px;
  padding: 0 20px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
#new_group .price_info {
  text-align: right;
}
#new_group P.price_info {
  padding-right: 5px;
}
#new_group .price_info_btn {
  text-align: center;
}
#new_group  H4 A{color:#7F007F;}
#new_group .text_img_attention2 {
  position: relative;
}
#new_group .text_img_attention2 P {
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
}
#new_group .text_img_attention2 P.att_0 ,
#new_group .text_img_attention2 P.att_1 ,
#new_group .text_img_attention2 P.att_2 {
  text-shadow: #F8F5FF 1px 1px 0, #F8F5FF -1px -1px 0,#F8F5FF -1px 1px 0, #F8F5FF 1px -1px 0,#F8F5FF 0px 1px 0, #F8F5FF 0-1px 0,#F8F5FF -1px 0 0, #F8F5FF 1px 0 0 , #F8F5FF 0 0 9px, #F8F5FF 0 0 9px, #F8F5FF 0 0 9px, #F8F5FF 0 0 9px;
}
#new_group .text_img_attention2 P.att_0 {
  color:#C01E24;
  top: 16px;
  left: 747px;
}
#new_group .text_img_attention2 P.att_1 {
  color: #464AB7;
  top: 89px;
  right: 349px;
}
#new_group .text_img_attention2 P.att_2 {
  color: #464AB7;
  top: 89px;
  left: 838px;
}
#new_group .text_img_attention P{
  color: #F8F5FF;
  font-size: 0.8em;
  line-height: 1.3;
  text-align: right;
  padding-right: 20px;
}
#new_group .text_img_attention2 P.att_0_text {
  color:#C1C1C1;
  line-height: 1.2;
  top: 297px;
  left: 165px;
  text-shadow: #000 1px 1px 0, #000 -1px -1px 0,#000 -1px 1px 0, #000 1px -1px 0,#000 0px 1px 0, #000 0-1px 0,#000 -1px 0 0, #000 1px 0 0 , #000 0 0 9px, #000 0 0 9px, #000 0 0 9px, #000 0 0 9px;
  font-weight: normal;
}
#new_group .price_info {
  font-size: 0.9em;
  font-weight: bold;
  color: #242a7a;
}
/*--------------------
#footer
--------------------*/
#footer{
  width:880px;
  margin:20px auto 0px;
  text-align:center;
  min-height:1%;
  _height:1%;
  color: #fff0b2;
}
#footer ADDRESS,#footer EM{
  text-decoration:none;
  font-style:normal;
}
#footer UL{
  list-style-type:none;
}
#footer LI{
  display:inline;
  line-height:35px;
}
#footernavi A{ color: #FFFF00; font-size: 0.9em;}
#footernavi A:visited{color:#EDB4DF;}
#footernavi A:hover{color:#F4E1B1;}


#footernavi SPAN{
  color:#F5DEB3;
}
/**/
#footerCopy{
  padding:25px 0px 20px;
  font-size:14px;
}
#zapCopy{
  color:#ffffff;
  margin-top:10px;
}
#ispCopy{
  margin-top:10px;
  color:#ffffff;
}
#ispInfo{
  margin-top:10px;
}
#ispInfo DIV{
  padding-bottom:5px;
}

/*--------------------*
#maintenance
*--------------------*/
#maintenance{
  width:510px;
  margin:15px auto 15px auto;
  font-size:1em;
  text-align:center;
  background:#EEE8AA;
  color:#996633;
}
#maintenance #maintenancebody{
  border:3px double #FF6633;
  padding:10px 5px;
}
#maintenance #maintenance_title{
  padding-bottom:4px;
  font-weight:bold;
  font-size:1.25em;
  color:#FF6633;
}
#maintenance P.maintenanceDate{
  margin:0 auto 5px;
  text-align:center;
  font-weight:bold;
  color:#996633;
}
#maintenance P.maintenanceComment{
  text-align:left;
  line-height:1.3;
  text-align:center;
}
#maintenance A{
  color:#FFF!important;
  background:#6D2A00!important;
}
/*--------------------*
#extra_group3
*--------------------*/
#extra_group3{
  width:880px;
  margin:0 auto;
}
#extra_group3 h4 a{
  color:#ff3;
}
#extra_group3 #text_img_attention {
  position: relative;
  color: #cecece;
  font-size: 0.8em;
  height: 565px;
}
#text_img_attention P{
  position: absolute;
}
#text_img_attention P.att_1 {
  top: 382px;
  right: 3px;
}
#text_img_attention P.att_2 {
  top: 450px;
  right: 3px;
}
#text_img_attention P.att_1_text {
  bottom: 12px;
  left: 25px;
}
#text_img_attention P.att_2_text {
  bottom: -5px;
  left: 25px;
}
/*--------------------*
#free_group
*--------------------*/
#free_group{
  margin:30px auto 10px;
  width: 900px;
}
#free_group .section_hdr{
  padding-top:5px;
}
#free_group .section_ftr{
  background-image:url(../../image/index/free_group/section_ftr.jpg);
  padding-bottom:60px;
}
#free_group .section_bdy{
  background-image:url(../../image/index/free_group/section_bdy.jpg);
}
#free_group .menu_hdr{
  background-image:url(../../image/index/free_group/menu_hdr.png);
  padding-top:30px;
  position: relative;
  top: -5px;
}
#free_group .menu_ftr{
  background-image:url(../../image/index/free_group/menu_ftr.png);
  padding-bottom:25px;
  position: relative;
  bottom: -2px;
}
#free_group .menu_bdy{
  background-image:url(../../image/index/free_group/menu_bdy.png);
  width:780px;
  margin:0 auto 10px;
}
#free_group .severalmenu {
  width: 640px;
  margin: 0 auto ;
  text-align: left;
}
#free_group .icon {
  width: 100px;
}
#free_group .menu_info {
  width: 530px;
  float: right;
}
#free_group .caption {
  padding-top: 10px;
}
#free_group h2 {
  position:relative;
}
#free_group h2 .balloon{
  position: absolute;
  width: 470px;
  top: 110px;
  left: 380px;
  padding: 15px 20px;
  font-size: 1.4em;
  line-height: 1.6em;
}

#free_group strong { color: #ab1c1c; }
#free_group .special_exp {
  display: inline-block;
  position: relative;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  text-align: center;
  padding: 0 50px;
  font-size: 1.1em;
  background: #0F3B05;
  color: #FFF;
  box-sizing: border-box;
}
#free_group .special_exp:before, #free_group .special_exp:after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
#free_group .special_exp:before{
  top: 0;
  left: 0;
  border-width: 17px 0px 17px 8px;
  border-color: transparent transparent transparent #F9F9F9;
  border-style: solid;
}

#free_group .special_exp:after{
  top: 0;
  right: 0;
  border-width: 17px 8px 17px 0px;
  border-color: transparent #F9F9F9 transparent transparent;
  border-style: solid;
}

/*--------------------*
#extra_group
*--------------------*/
#extra_group{
  width:900px;
  margin:40px auto 0;
}
#extra_group H4 A{color:#7F007F;}
#extra_group .section_hdr{ 
  padding-top: 30px;
}
#extra_group .severalmenu{
  width:700px;
  margin: 0 auto 15px;
}
#extra_group .icon{
  width:100px;
  float:left;
}
#extra_group .menu_info{
  width:580px;
  float:right;
}
#extra_group .price_info{
  text-align:right;
  padding-right:5px;
}
#extra_group .caption {
  margin-top: 10px;
  padding: 0 15px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
#extra_group .price_info{
  font-size: 0.9em;
  font-weight: bold;
  padding-top: 5px;
  text-align: right;
  color: #242a7a;
}
#extra_group h3.ttl_font {
  width: 650px;
  margin: 0 auto;
  color: #FFFBFE;
  font-size: 1.8em;
  text-align: center;
  font-weight: normal;
}
#extra_group .article_bdy{background-image:url(../../image/index/extra_group/title_bdy.jpg);width:726px; margin:0 auto 20px;}
#extra_group .article_ftr{background-image:url(../../image/index/extra_group/title_ftr.jpg);padding-bottom:15px;}
#extra_group .article_hdr{background-image:url(../../image/index/extra_group/title_hdr.jpg);padding-top: 15px;}
/*--------------------
[id^="frmInput"] 入力フォーム
--------------------*/
/*--------------------
[id^="frmInput"]
--------------------*/
[id^="frmInput"] .input_tbl{
  width:570px;
  margin:0px auto;
}
[id^="frmInput"] .input_tbl label span{
  color: #B01212;
  font-size: 0.6em;
  letter-spacing: 1;
}
[id^="frmInput"] label {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Meiryo, serif;
  font-size: 2em;
  color: #592508;
  vertical-align: middle;
  letter-spacing: 5px;
  font-weight: bold;
}
[id^="frmInput"] .input_tbl TD {
  padding-bottom: 10px;
  vertical-align: middle;
}
[id^="frmInput"] .input_tbl INPUT.input_name {
  font-size: 18px;
  width: 180px;
  padding: 10px;
  vertical-align: middle;
}
[id^="frmInput"] .input_tbl SMALL {
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
}
[id^="frmInput"] P span, 
#privacy A,
[id^="frmInput"] P.input_attention a {
  color: #C6000D;
}
[id^="frmInput"] #privacy {
  font-size: 0.9em;
  margin: 25px auto;
  padding: 10px;
  width: 610px;
}
[id^="frmInput"] #privacy P {
  text-align: left;
  line-height: 1.1;
  padding: 0;
  color: #000;
}
[id^="frmInput"] P.btn_exp span{
  color:#A81D91;
}
[id^="frmInput"] .input_other {
  margin-top: 20px;
}
/*--------------------
.telling
--------------------*/
.telling OL{
  width:580px;
  margin:0 auto;
  _margin:0;
  text-align:left;
}
.telling LI{
  list-style-type: none;
  padding-left: 32px;
  line-height: 35px;
  color: #fff;
  font-size: 1.1em;
}
.telling LI.main{
  background:url("../../image/input/dot.png") no-repeat scroll  0 1px;
}
.telling LI.sub{
  background:none;
  position: relative;
  display: block;
  padding-left: 50px;
}
.telling LI.sub::before{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  margin-left: 37px;
}
/*--------------------
.text_img_new
--------------------*/
[class^="att_0"] {
  position: absolute;
  font-size: 0.7em;
  color: #D3D3D3;
  line-height: 1.2em;
  font-weight: normal;
  text-shadow: 1px 0px 1px #1B101E,-1px 0px 1px #1B101E, 0px -1px 1px #1B101E,-1px 0px 1px #1B101E, -1px 1px 1px #1B101E,1px 1px 1px #1B101E, -1px -1px 1px #1B101E,1px -1px 1px #1B101E, 2px 0px 2px #002300,-2px 0px 2px #002300, 0px -2px 2px #002300,-2px 0px 2px #002300, -2px 2px 2px #002300,2px 2px 2px #002300, -2px -2px 2px #002300,2px -2px 2px #002300;
}
.text_img_new {
  position: relative;
}
.text_img_new .att_0 {
  top: 192px;
  left: 705px;
  font-size: 0.8em;
  font-weight: bold;
  color: #FDF606;
  text-shadow: 1px 0px 1px #AE11F1,-1px 0px 1px #AE11F1, 0px -1px 1px #AE11F1,-1px 0px 1px #AE11F1, -1px 1px 1px #AE11F1,1px 1px 1px #AE11F1, -1px -1px 1px #AE11F1,1px -1px 1px #AE11F1, 
  4px 0px 4px #AE11F1,-4px 0px 4px #AE11F1, 0px -4px 4px #AE11F1,-4px 0px 4px #AE11F1, -4px 4px 4px #AE11F1,4px 4px 4px #AE11F1, -4px -4px 4px #AE11F1,4px -4px 4px #AE11F1, 
  6px 0px 6px #AE11F1,-6px 0px 6px #AE11F1, 0px -6px 6px #AE11F1,-6px 0px 6px #AE11F1, -6px 6px 6px #AE11F1,6px 6px 6px #AE11F1, -6px -6px 6px #AE11F1,6px -6px 6px #AE11F1
  ;
}
.text_img_new .att_0_text {
  bottom: 0px;
  right: 35px;
}

#rec_single .att_0 {
  top: 310px;
  left: 430px;
}
#rec_single .att_0_text {
  top: 450px;
  right: 70px;
}
#extra_group2 .att_0 {
  top: 50px;
  left: 352px;
}
#extra_group2 .att_0_text {
  top: 183px;
  right: 70px;
}

/*--------------------*
#form_attention
*--------------------*/
#form_attention {
  font-size: 0.9em;
  color:#fff;
}
#form_attention P.title {
  font-weight: bold;
  padding: 20px 50px 10px;
  text-align: center;
}
#form_attention .contents {
  padding: 0 50px 10px;
  text-align: left;
}
#form_attention P.attention {
  padding: 10px 50px;
  width: 450px;
}
#form_attention .contents ol{
  margin:0 auto;
  width: 450px;
}
#form_attention .contents li{
  list-style-type: decimal;
  padding: 2px 0;
}

#form_attention dl {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  font-size: 14px;
  height: 148px;
  text-align: center;
  width: 480px;
  margin: 0 auto;
}

#form_attention dt {
  background-color: #4F6228;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  float: left;
  height: 20px;
  padding: 8px 0;
  width: 73px;
  color: #ffffff;
}
#form_attention dd {
  background-color: #C4D79B;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  color: #000000;
  float: left;
  height: 20px;
  padding: 8px 0;
  width: 30px;
}
#form_attention dt.character {
  background-color: #e26b0a;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  float: left;
  height: 20px;
  padding: 8px 0;
  width: 73px;
  color: #ffffff;
}
#form_attention dd.character {
  background-color: #fabf8f;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  color: #000000;
  float: left;
  height: 20px;
  padding: 8px 0;
  width: 30px;
}
#page_colse {
  margin-top: 20px;
}
/*--------------------*
P.sample_txt
*--------------------*/
P.sample_txt{
  text-align: center;
  color: #9900CC;
  text-shadow: 0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff, 0px 0px 7px #fff,0px 0px 7px #fff,0px 0px 7px #fff , 0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff;
  font-family: century;
  font-size: 1.4em;
  line-height: 1.4;
}

/*--------------------*
          JS
*--------------------*/
.result_text B ,
.kaigan_self  [class^="text"] ,
.kaigan_other [class^="text"] ,
.date_group strong  ,
[class^="balloon_group"] .detail_txt P,
.section_bdy_outer H5{
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Meiryo, serif;
}
.text_font{
  width: 800px;
  margin: 40px auto 20px;
}

/********* date_group *********/
.date_group .text_font {
  width: 838px;
  font-size: 1.6em;
  margin: 20px auto;
}
.date_group strong  {
  color: #F0FE3C;
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  display: block;
  text-shadow:0px 0px 3px #099E7C,0px 0px 3px #099E7C,0px 0px 3px #099E7C,0px 0px 3px #099E7C, 0px 0px 7px #099E7C,0px 0px 7px #099E7C,0px 0px 7px #099E7C , 0px 0px 9px #099E7C,0px 0px 9px #099E7C,0px 0px 9px #099E7C;
}

/********* summary_group *********/
.summary_group .front_side .section_bdy{background-image:url(../../image/result/summary_group/single/front/section_bdy.jpg);width:900px; margin:0 auto 20px;}
.summary_group .front_side .section_ftr{background-image:url(../../image/result/summary_group/single/front/section_ftr.jpg);padding-bottom:40px;}
.summary_group .front_side .section_ttl{
  background: url(../../image/result/summary_group/single/front/section_title.jpg);
  width: 900px;
  height: 168px;
  display: table;
}
.section_bdy_outer .summary_group .front_side H5{
  display: table-cell;
  vertical-align: middle;
  color:#000;
}
.summary_group .back_side .section_bdy{background-image:url(../../image/result/summary_group/single/back/section_bdy.jpg);width:900px; margin:0 auto 20px;}
.summary_group .back_side .section_ftr{background-image:url(../../image/result/summary_group/single/back/section_ftr.jpg);padding-bottom:40px;}
.summary_group .back_side .section_ttl{
  background: url(../../image/result/summary_group/single/back/section_title.jpg);
  width: 900px;
  height: 168px;
  display: table;
}
.section_bdy_outer .summary_group .back_side H5{
  display: table-cell;
  vertical-align: middle;
  color:#fff;
}



.summary_group h4{
  text-align:center;
}
.summary_group .text_font{
  position: absolute;
  top:350px;
}

.summary_group .js_bdy{
  width: 784px;
  height: 447px;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}
.summary_group .bg .name_txt{
  font-size: 1.6em;
  color: #fff;
  width: 225px;
  position: absolute;
  bottom: 24px;
  left: 278px;
}

.summary_group .js_bdy [class^="bg"]{
  position: absolute;
  width: 784px;
  height: 447px;
}
.summary_group .js_bdy .bg { background:url(../../image/result/summary_group/bg.png) no-repeat 0 0;}
.summary_group .js_bdy .back {
  position:absolute;
  right: 50px;
}
.summary_group .js_bdy .front_word ,
.summary_group .js_bdy .back_word {
  width: 100px;
  font-weight: bold;
  height: 245px;
  position: absolute;
  top: 135px;
}
.summary_group .js_bdy .back_bg .back_word { left: 50px; }
.summary_group .js_bdy .front_bg  .front_word { left: 32px; }

.summary_group .js_bdy .front .front_word {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #000;
  font-size: 1.5em;
  line-height: 1.4;
}
.summary_group .js_bdy .back  .back_word { 
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #8821D1;
  font-size: 1.5em;
  line-height: 1.4;
}

.summary_group .js_bdy .back .back_bg{
  background:url(../../image/result/summary_group/back.png) no-repeat 0 0;
  width:182px;
  height:402px;
}
.summary_group .js_bdy .front{
  position:absolute;
  left: 50px;
}
.summary_group .js_bdy .front .front_bg{
  background:url(../../image/result/summary_group/front.png) no-repeat 0 0;
  width:182px;
  height:402px;
}

.summary_group .mosaic_text { 
  background:url(../../image/result/trial/mosaic_text.png) no-repeat center center;
  background-size: 264px 60px;
  width: 264px;
  height: 60px;
  position: absolute;
  top: 255px;
  left: 67px;
}
.summary_group .js_bdy .pos_center{ top:     0; left : 200px;}
.summary_group .js_bdy .pos_right { bottom:  0; right:   0px;}
.summary_group .js_bdy .pos_left  { bottom:  0; left :   0px;}

.summary_group .pos_center{ transform: rotate(  0deg); z-index: 105;}
.summary_group .pos_right { transform: rotate( 10deg); z-index: 102;}
.summary_group .pos_left  { transform: rotate( -5deg); z-index: 102;}

.summary_group [class^="motif"]{
  width: 400px;
  height: 350px;
  position: absolute;
  top: 25px;
  left: 0px;
}
.summary_group [class^="sum_"],
.summary_group .detail_txt [class^="sum_"]{
  position: relative;
}
.summary_group [class^="sum_"] P,
.summary_group .detail_txt [class^="sum_"] P{
  font-size: 2em;
  color: #fff;
  width: 400px;
  text-align: center;
  padding: 270px 10px 0;
  box-sizing: border-box;
  line-height: 1;
}
.summary_group .sum_1 P{ text-shadow: 0px 0px 3px #7300DF,0px 0px 3px #7300DF,0px 0px 3px #7300DF,0px 0px 3px #7300DF, 0px 0px 7px #7300DF,0px 0px 7px #7300DF,0px 0px 7px #7300DF , 0px 0px 9px #7300DF,0px 0px 9px #7300DF,0px 0px 9px #7300DF; }
.summary_group .sum_2 P{ text-shadow: 0px 0px 3px #DC8F65,0px 0px 3px #DC8F65,0px 0px 3px #DC8F65,0px 0px 3px #DC8F65, 0px 0px 7px #DC8F65,0px 0px 7px #DC8F65,0px 0px 7px #DC8F65 , 0px 0px 9px #DC8F65,0px 0px 9px #DC8F65,0px 0px 9px #DC8F65; }
.summary_group .sum_3 P{ text-shadow: 0px 0px 3px #FF66FF,0px 0px 3px #FF66FF,0px 0px 3px #FF66FF,0px 0px 3px #FF66FF, 0px 0px 7px #FF66FF,0px 0px 7px #FF66FF,0px 0px 7px #FF66FF , 0px 0px 9px #FF66FF,0px 0px 9px #FF66FF,0px 0px 9px #FF66FF; }


/********* summary_group3 *********/
.summary_group3 .vision_single .bg{
  background:url(../../image/result/summary_group3/bg_single.jpg) no-repeat 0 0;
  position:relative;
  width: 830px;
  height: 456px;
  margin: 0 auto;
}
.summary_group3 .text_font P{
  font-size:2em;
  color:#F40360;
  text-align:center;
  text-shadow: 
  0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff, 0px 0px 7px #fff,0px 0px 7px #fff,0px 0px 7px #fff , 0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff,
  0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff, 0px 0px 7px #fff,0px 0px 7px #fff,0px 0px 7px #fff , 0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff;
}
.summary_group3 .vision_double .bg{
  background:url(../../image/result/summary_group3/bg.png) no-repeat 0 0;
  position:relative;
  width: 784px;
  height: 450px;
  margin: 0 auto;
}
.summary_group3 .bg .name_txt{
  font-size: 1.6em;
  color: #fff;
  width: 225px;
  position: absolute;
  bottom: 24px;
  left: 45px;
}

.summary_group3 .vision_double .balloon_bg {
  position: absolute;
  width: 520px;
  height: 300px;
  top: 50px;
  right: 20px;
}
.summary_group3 .vision_double .balloon_bg .menu_bdy{background-image:url(../../image/result/summary_group3/menu_bdy.png);width:520px; margin:0 auto 20px;}
.summary_group3 .vision_double .balloon_bg .menu_ftr{background-image:url(../../image/result/summary_group3/menu_ftr.png);padding-bottom:0px;position: relative;bottom: -15px;}
.summary_group3 .vision_double .balloon_bg .menu_hdr{background-image:url(../../image/result/summary_group3/menu_hdr.png);padding-top: 15px;position: relative;top: -40px;}
.summary_group3 [class^="motif_"] {
  width: 454px;
  height: 330px;
  left: 60px;
  top: 10px;
  position: relative;
}
.summary_group3 .motif_1 {background:url(../../image/result/summary_group3/motif/1.png) no-repeat center center;}
.summary_group3 .motif_2 {background:url(../../image/result/summary_group3/motif/2.png) no-repeat center center;}
.summary_group3 .motif_3 {background:url(../../image/result/summary_group3/motif/3.png) no-repeat center center;}
.summary_group3 .motif_4 {background:url(../../image/result/summary_group3/motif/4.png) no-repeat center center;}
.summary_group3 .motif_5 {background:url(../../image/result/summary_group3/motif/5.png) no-repeat center center;}
.summary_group3 .motif_6 {background:url(../../image/result/summary_group3/motif/6.png) no-repeat center center;}
.summary_group3 .motif_7 {background:url(../../image/result/summary_group3/motif/7.png) no-repeat center center;}
.summary_group3 .motif_8 {background:url(../../image/result/summary_group3/motif/8.png) no-repeat center center;}
.summary_group3 .motif_9 {background:url(../../image/result/summary_group3/motif/9.png) no-repeat center center;}
 
.summary_group3 .motif_10 {background:url(../../image/result/summary_group3/motif/10.png) no-repeat center center;}
.summary_group3 .motif_11 {background:url(../../image/result/summary_group3/motif/11.png) no-repeat center center;}
.summary_group3 .motif_12 {background:url(../../image/result/summary_group3/motif/12.png) no-repeat center center;}
.summary_group3 .motif_13 {background:url(../../image/result/summary_group3/motif/13.png) no-repeat center center;}
.summary_group3 .motif_14 {background:url(../../image/result/summary_group3/motif/14.png) no-repeat center center;}
.summary_group3 .motif_15 {background:url(../../image/result/summary_group3/motif/15.png) no-repeat center center;}
.summary_group3 .motif_16 {background:url(../../image/result/summary_group3/motif/16.png) no-repeat center center;}
.summary_group3 .motif_17 {background:url(../../image/result/summary_group3/motif/17.png) no-repeat center center;}
.summary_group3 .motif_18 {background:url(../../image/result/summary_group3/motif/18.png) no-repeat center center;}
.summary_group3 .motif_19 {background:url(../../image/result/summary_group3/motif/19.png) no-repeat center center;}

.summary_group3 .motif_20 {background:url(../../image/result/summary_group3/motif/20.png) no-repeat center center;}
.summary_group3 .motif_21 {background:url(../../image/result/summary_group3/motif/21.png) no-repeat center center;}
.summary_group3 .motif_22 {background:url(../../image/result/summary_group3/motif/22.png) no-repeat center center;}
.summary_group3 .motif_23 {background:url(../../image/result/summary_group3/motif/23.png) no-repeat center center;}
.summary_group3 .motif_24 {background:url(../../image/result/summary_group3/motif/24.png) no-repeat center center;}




.summary_group3 .motif_mosaic {background:url(../../image/result/summary_group3/motif/mosaic_motif.png) no-repeat center center;}

.summary_group3 .vision_single [class^="motif_"]{
  top: 55px;
  left: 180px;
}

.summary_group3 .vision_single .motif_25   {background:url(../../image/result/summary_group3/motif/25.png) no-repeat center center;}
.summary_group3 .vision_single .motif_26   {background:url(../../image/result/summary_group3/motif/26.png) no-repeat center center;}
.summary_group3 .vision_single .motif_27   {background:url(../../image/result/summary_group3/motif/27.png) no-repeat center center;}
.summary_group3 .vision_single .motif_28   {background:url(../../image/result/summary_group3/motif/28.png) no-repeat center center;}
.summary_group3 .vision_single .motif_29   {background:url(../../image/result/summary_group3/motif/29.png) no-repeat center center;}
.summary_group3 .vision_single .motif_30   {background:url(../../image/result/summary_group3/motif/30.png) no-repeat center center;}
.summary_group3 .vision_single .motif_31   {background:url(../../image/result/summary_group3/motif/31.png) no-repeat center center;}
.summary_group3 .vision_single .motif_32   {background:url(../../image/result/summary_group3/motif/32.png) no-repeat center center;}
.summary_group3 .vision_single .motif_33   {background:url(../../image/result/summary_group3/motif/33.png) no-repeat center center;}
.summary_group3 .vision_single .motif_34   {background:url(../../image/result/summary_group3/motif/34.png) no-repeat center center;}
.summary_group3 .vision_single .motif_face {background:url(../../image/result/summary_group3/motif/mosaic_face.png) no-repeat center center;}
.summary_group3 .vision_single .motif_25,   
.summary_group3 .vision_single .motif_26,   
.summary_group3 .vision_single .motif_27,   
.summary_group3 .vision_single .motif_28,   
.summary_group3 .vision_single .motif_29,   
.summary_group3 .vision_single .motif_30,   
.summary_group3 .vision_single .motif_31,   
.summary_group3 .vision_single .motif_32,   
.summary_group3 .vision_single .motif_33,   
.summary_group3 .vision_single .motif_34,   
.summary_group3 .vision_single .motif_face {
  width: 830px;
  height: 456px;
  position: static;
}





/********* summary_group *********/
.summary_left [class^="summary_box"] ,
.summary_right [class^="summary_box"] {
  position: relative;
}
.summary_right [class^="summary_box"] img.summary_img{
  width: 240px;
  height: auto;
  position: absolute;
  top: 50px;
  left: 20px;
}
.summary_group .detail_txt.summary_right [class^="summary_box"] {
  float: left;
  width: 400px;
  min-height: 400px;
  _height: 400px;
}
.summary_group .detail_txt.summary_right .summary_text{
  width:404px;
  float: right;
}
.summary_group .detail_txt.summary_left [class^="summary_box"] {
  float: right;
  width: 400px;
  min-height: 400px;
  _height: 400px;
}
.summary_group .detail_txt.summary_left .summary_text{
  width:404px;
  float: left;
}
.main_all_bdy .summary_double .detail_txt{
  width:804px;
}
.main_all_bdy .summary_single .detail_txt{
  width:720px;
  margin: 20px auto 0;
}
.main_all_bdy .summary_single .summary_front .detail_txt P{color:#5F0279;}
.summary_group .summary_front .article_bdy{background-image:url(../../image/result/summary_group/single/front/section_bdy.jpg);   margin:0 auto 20px;}
.summary_group .summary_front .article_hdr{background-image:url(../../image/result/summary_group/single/front/section_title.jpg); height: 185px;display: table;}
.summary_group .summary_front .article_ftr{background-image:url(../../image/result/summary_group/single/front/section_ftr.jpg);   padding-bottom: 70px;}
.summary_group .summary_front .article_bdy h5{
  padding: 0 165px;
  color: #5F0279;
  display: table-cell;
  vertical-align: middle;
  text-shadow:0px 0px 3px #FDFBBE,0px 0px 3px #FDFBBE,0px 0px 3px #FDFBBE,0px 0px 3px #FDFBBE, 0px 0px 7px #FDFBBE,0px 0px 7px #FDFBBE,0px 0px 7px #FDFBBE , 0px 0px 9px #FDFBBE,0px 0px 9px #FDFBBE,0px 0px 9px #FDFBBE;
}

.summary_group .summary_back .article_bdy{background-image:url(../../image/result/summary_group/single/back/section_bdy.jpg);   margin:0 auto 20px;}
.summary_group .summary_back .article_hdr{background-image:url(../../image/result/summary_group/single/back/section_title.jpg); height: 185px;display: table;}
.summary_group .summary_back .article_ftr{background-image:url(../../image/result/summary_group/single/back/section_ftr.jpg);   padding-bottom: 70px;}
.summary_group .summary_back .article_bdy h5{
  padding: 0 160px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-shadow:0px 0px 3px #000,0px 0px 3px #000,0px 0px 3px #000,0px 0px 3px #000, 0px 0px 7px #000,0px 0px 7px #000,0px 0px 7px #000 , 0px 0px 9px #000,0px 0px 9px #000,0px 0px 9px #000;
}

/*--------------------*
#feature
*--------------------*/
#feature{
  margin: auto;
}
#feature H3,
#feature H4,
#feature H5{
  text-align: center;
}
#feature #info_group .detail_txt{
  width:670px;
  font-size: 1.3em;
  color: #fff;
  margin-bottom: 40px;
}
#feature #info_group .severalmenu{
  margin:0px auto;
}
#info_group {
  margin: 0 auto;
}
.about_txt.ttl_font {
  margin-top: 17px;
}
.about_txt.ttl_font SPAN{
  font-size: 1.5em;
  color: #D4B207;
  font-style: italic;
}
.feature_balloon {
  background: url(../../image/profile/feature/photo.jpg) no-repeat 0 0;
  height: 468px;
  position: relative;
}
.feature_balloon #feature_balloon_inner {
  position: absolute;
  width: 500px;
  top: 65px;
  left: 350px;
  font-size: 1.6em;
  line-height: 1.7em;
  padding: 15px 20px;
}
.feature_balloon #feature_balloon_inner P span{
  color: #ff0;
}
#feature .severalmenu2 h5 {
  text-align:center;
}
#feature .inner_bdy {
  width: 690px;
  margin: 25px auto;
}
#feature H4 {
  margin-bottom: 5px;
  text-align: center;
}
#feature H4 A{
  color:#ff0;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: -0.5px;
  text-decoration: none;
  border-bottom: 1px solid;
}
#feature H4 A:visited{color:#EDC3E3;text-decoration: none;border-bottom: 1px solid;}
#feature H4 A:hover{color:#F4E1B1;border:none;text-decoration: none;}

#feature .detail_txt P SPAN.omote{color:#FE4D9E;}
#feature .detail_txt P SPAN.ura{color:#4CFFDF;}
P.sample_img{
  width: 640px;
}
.message_group h4 {
  text-align: center;
}
#result_single .front_inner .sum11 {background: url("../../image/result/basic/sum/self/front/11.png") no-repeat 0 0 ; width:261px; height: 35px; display: inline-block;background-size: auto 35px;}
#result_single .back_inner .sum12 {background: url("../../image/result/basic/sum/self/back/12.png")   no-repeat 0 0 ; width:261px; height: 35px; display: inline-block;background-size: auto 35px;}

#result_double .front_inner .sum9  {background: url("../../image/result/basic/sum/self/front/9.png")   no-repeat 0 0 ; width:310px; height: 35px; display: inline-block;background-size: auto 35px;}
#result_double .front_inner .sum10 {background: url("../../image/result/basic/sum/other/front/10.png") no-repeat 0 0 ; width:310px; height: 35px; display: inline-block;background-size: auto 35px;}
#result_double .back_inner  .sum11 {background: url("../../image/result/basic/sum/self/back/11.png")   no-repeat 0 0 ; width:418px; height: 35px; display: inline-block;background-size: auto 35px;}
#result_double .back_inner  .sum12 {background: url("../../image/result/basic/sum/other/back/12.png")  no-repeat 0 0 ; width:418px; height: 35px; display: inline-block;background-size: auto 35px;}

#result_basic .front_inner LI.sum_ttl2 {
  line-height: 42px;
  font-size: 1.6em;
  padding-bottom: 5px;
  font-weight:bold;
  color: #B8143C;
}
#result_basic .back_inner LI.sum_ttl2 {
  line-height: 42px;
/*  color: #02DCA6;*/
  color:#C82EFC;
  font-size: 1.6em;
  padding-bottom: 5px;
  font-weight:bold;
/*  text-shadow: 0px 0px 3px #037B6A,0px 0px 3px #037B6A,0px 0px 3px #037B6A,0px 0px 3px #037B6A, 0px 0px 4px #037B6A,0px 0px 4px #037B6A,0px 0px 4px #037B6A , 0px 0px 3px #037B6A,0px 0px 3px #037B6A,0px 0px 3px #037B6A,0px 0px 3px #037B6A, 0px 0px 4px #037B6A,0px 0px 4px #037B6A,0px 0px 4px #037B6A;*/
}
/*====== no_balloon_group_pack =================*/
.no_balloon_group_pack {
  background: url(../../image/result/photo_pack.jpg) no-repeat right top;
  margin: 30px auto 0;
  width: 830px;
  min-height: 444px;
  _height: 444px;
}
.no_balloon_group_pack .detail_txt {
  width: 780px;
}
.no_balloon_group_pack .detail_txt P {
  font-size: 1.4em;
  text-shadow: 1px 1px 1px #000;
}
.no_balloon_group_pack .detail_txt::before {
  display: block;
  float: right;
  content: "";
  width: 350px;
  height: 380px;
}
.front_side .front_inner .mosaic_sum,
.back_side .front_inner .mosaic_sum{
  background:url(../../image/result/trial/mosaic1.png) no-repeat 50% top;
  width:522px;
  height:41px;
}


#result_basic LI.sum_txt{
  height:70px;
  line-height: 1.2;
}


#result_single .back_side .article_bdy,
#result_single .front_side .article_bdy{
  height:920px;/* +27*/
}
#result_single .back_side .article_bdy .back_inner,
#result_single .back_side .article_bdy .front_inner,
#result_single .front_side .article_bdy .front_inner{
  height:790px;
}

#result_double .back_side .article_bdy,
#result_double .front_side .article_bdy{
  height:970px;
}
#result_double .back_side .article_bdy .back_inner,
#result_double .back_side .article_bdy .front_inner,
#result_double .front_side .article_bdy .front_inner{
  height:840px;
}



#result_single #basic_free .back_side .article_bdy,
#result_single #basic_free .front_side .article_bdy{
  height:610px;
}
#result_single #basic_free .back_side .article_bdy .front_inner,
#result_single #basic_free .back_side .article_bdy .back_inner,
#result_single #basic_free .front_side .article_bdy .front_inner{
  height:480px;
}

#result_double #basic_free .back_side .article_bdy,
#result_double #basic_free .front_side .article_bdy{
  height:880px;
}
#result_double #basic_free .back_side .article_bdy .front_inner,
#result_double #basic_free .back_side .article_bdy .back_inner,
#result_double #basic_free .front_side .article_bdy .front_inner{
  height:750px;
}

#result_basic .basic_info .detail_txt{
  margin-top: 20px;
}