/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
  font-size:100%;
  line-height:1.2em;
  margin:0;
  padding:0;
  border:0;
  vertical-align:baseline;
  word-wrap:break-word;
  outline: 0;
}
img{
  vertical-align:bottom;
}
body{
  line-height:1;
  font-weight:normal;
  box-sizing: border-box;
}
ol,ul{
  list-style:none;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
  content:'';
  content:none;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
caption,th,td{
  font-weight:normal;
  text-align:left;
}
h1,h2,h3,h4,h5,h6{
  clear:both;
  font-weight:normal;
}
a:focus{
  /*outline:thin dotted;*/
  outline: none;
}
a, a:hover, a:visited{
  text-decoration:none;
  text-shadow:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{
  display:block;
}
audio,canvas,video{
  display:inline-block;
}
audio:not([controls]){
  display:none;
}
del{
}
ins{
  background:#fff9c0;
  text-decoration:none;
}
.clear{
  clear:both;
  float:auto;
}
.center{
  text-align:center;
}

/*--------------------*
 *  default settings
 *--------------------*/
*{
  margin:0px;
  padding:0px;
}
body{
  _line-break:strict;
  margin:0 ;
  padding:0 ;
  color:#372D26;
  background: #00255A;
  font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Osaka","MS PGothic",arial,helvetica,sans-serif;
}
.disp_pc body{
  font-size: 16px;
}
.disp_sp body{
  width: 375px;
  min-width: 375px !important;
  font-size: 16px;
  background: transparent;
}
a{
  color: #1F2121;
  text-decoration: none;
}
a:hover{text-decoration:none;}
h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
  font-weight:bold;
}
hr{
  display:none;
}
.clear{
  clear: both;
  float:none;
  line-height:0px;
  font-size:0px;
  height:0px;
}
.hide{
  line-height:0;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}

/*--------------------*
 *  contents
 *--------------------*/
.disp_pc{
  min-width:640px;
}
#contents {
  max-width: 640px;
  margin: 0 auto;
  background: url(../img/contents/bg_main.jpg) repeat-y 50% top / 100% auto;
  padding: 1% 0;
}
.disp_pc #base{
  font-size: 15px;
  line-height:1.5em;
}
#contents img {
  width: 100%;
  height: auto;
}
#contents p {
  color: #372D26;
}

/*--------------------*
 *  #topicpath
 *--------------------*/
#topicpath {
  margin: 0 auto 2%;
  padding: 0 10px;
}
.disp_sp #topicpath.is_pc,
#topicpath.is_sp{
  display: none;
}
.disp_sp #topicpath.is_sp{
  display: block;
}
#topicpath p {
  font-size:0.9em;
  line-height: 1.4em;
}
.disp_sp #topicpath p {
  font-size:0.8em;
}
#topicpath a{
  text-decoration: underline;
}

/*--------------------*
 *  breadcrumbs
 *--------------------*/
.breadcrumbs {
  background: #fff;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 16px;
}
.breadcrumbs_inner{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 3px;
}
span.home_icon {
  background: url("../img/common/points/icon_home.svg") no-repeat center center/ 100% auto;
  width: 14.4px;
  height: 14.4px;
  display: inline-block;
  text-align: center;
  margin-right: 4px;
}
.breadcrumbs li::after {
  content: url("../img/common/points/bc_arrow.svg");
  padding: 0 5px;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:last-child::after{
  content: '';
}

/*--------------------*
 *  #header
 *--------------------*/
.disp_pc #header{width:640px;}
.disp_sp #header{width:375px;}
#header {
  max-width: 640px;
  margin: 0 auto;
  line-height:0;
  position: relative;
}
#header img {
  width: 100%;
  height: auto;
}

/*--------------------*
 *  input
 *--------------------*/
.menu_header {
  width: 86%;
  margin: 0 auto 8%;
  max-width: 575px;
}

/*--------------------*
.midashi
*--------------------*/
[class^="midashi_"]{
  text-align: center;
  font-size: 1.8em;
  padding: 0 0 4%;
  margin-bottom: 5%;
}
.disp_sp [class^="midashi_"]{
  font-size: 1em;
}
.midashi_1 span {
  background: url(../img/line.png) no-repeat 50% bottom / 100% auto;
  padding-bottom: 5%;
  font-weight: bold;
}
.midashi_2 {
  text-align: center;
  font-size: 2.2em;
  font-weight: bold;
  padding: 0;
}
.disp_sp .midashi_2 {
  font-size: 1.2em;
}
.banner_link .midashi_2 {
  font-size: 1.9em;
}
.disp_sp .banner_link .midashi_2 {
  font-size: 1.1em;
}

/*--------------------*
.menu_ttl_bar
*--------------------*/
.menu_ttl_bar {
  text-align:center;
  margin: 1% auto 0;
}
.menu_ttl_bar2{
  width: 96%;
  margin: 0 auto;
}
[class^="menu_ttl_bar"] P,
[class^="menu_ttl_bar"] H2{
  color:#631F04;
  font-size: 1.6em;
  line-height: 1.4;
  text-align:left;
  margin-bottom:0;
}
.disp_sp [class^="menu_ttl_bar"] P,
.disp_sp [class^="menu_ttl_bar"] H2{
  font-size: 1.1em;
}
.menu_ttl_bar img {
}
[class^="menu_ttl_bar"] P.price_info {
  font-size: 1.2em;
  position:static;
}
.disp_sp [class^="menu_ttl_bar"] P.price_info {
  font-size: 0.9em;
}
[class^="menu_ttl_"] .menu_bdy {
  background:url(../img/contents/menu_ttl_bdy.png) repeat-y 50% top / 100% auto;
  margin-bottom: 2%;
}
[class^="menu_ttl_"] .menu_ftr{
  background:url(../img/contents/menu_ttl_ftr.png) no-repeat 50% bottom / 100% auto;
  padding-bottom: 1%;
  position: relative;
  bottom: -12px;
}
.disp_sp [class^="menu_ttl_"] .menu_ftr{
  bottom: -3px;
}
[class^="menu_ttl_"] .menu_hdr{
  background:url(../img/contents/menu_ttl_hdr.png) no-repeat 50% top / 100% auto;
  padding-top: 3%;
  position: relative;
  top: -20px;
}
.disp_sp [class^="menu_ttl_"] .menu_hdr{
  top: -7px;
}

[class^="menu_ttl_bar"] [class^="severalmenu"] {
  margin: 0 auto;
  width: 90%;
}
[class^="menu_ttl_bar"] .menu_ttl {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
.menu_ttl_bar2 H2{
  padding: 2% 0 0 29%;
}
.menu_ttl_bar2[class^="menu_ttl_"] .severalmenu .menu_hdr{
  padding-top:40px;
}
.menu_ttl_bar2.menu_ttl_getters1 [class^="severalmenu"]{background:url(../img/contents/icon/getters1.png) no-repeat 0 0 / 130px 130px;min-height:130px;}
.menu_ttl_bar2.menu_ttl_getters2 [class^="severalmenu"]{background:url(../img/contents/icon/getters2.png) no-repeat 0 0 / 130px 130px;min-height:130px;}
.menu_ttl_bar2.menu_ttl_getters3 [class^="severalmenu"]{background:url(../img/contents/icon/getters3.png) no-repeat 0 0 / 130px 130px;min-height:130px;}
.menu_ttl_bar2.menu_ttl_getters4 [class^="severalmenu"]{background:url(../img/contents/icon/getters4.png) no-repeat 0 0 / 130px 130px;min-height:130px;}
.disp_sp .menu_ttl_bar2.menu_ttl_getters1 [class^="severalmenu"]{background-size:84px 84px;min-height:88px;}
.disp_sp .menu_ttl_bar2.menu_ttl_getters2 [class^="severalmenu"]{background-size:84px 84px;min-height:88px;}
.disp_sp .menu_ttl_bar2.menu_ttl_getters3 [class^="severalmenu"]{background-size:84px 84px;min-height:88px;}
.disp_sp .menu_ttl_bar2.menu_ttl_getters4 [class^="severalmenu"]{background-size:84px 84px;min-height:88px;}

/*--------------------*
#free group
*--------------------*/
#free_group1 {
  margin: 0 auto 6%;
}
#free_group1 .section_bdy {
  background:url(../img/index/free_group/section_bdy.jpg) repeat-y 50% top / 100% auto;
}
#free_group1 .section_ftr {
  background:url(../img/index/free_group/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
  position:relative;
  bottom:-1px;
  padding-bottom:13%;
}
#free_group1 .section_hdr {
  padding-top:3%;
}
#free_group1 .severalmenu {
  text-align:center;
  width: 90%;
  margin:0 auto;
}
#free_group1 .input_tbl SMALL {
  color: #414040;
}

/*--------------------*
#free group2
*--------------------*/
#free_group2 {
  margin: 0 auto 6%;
}
#free_group2 .section_bdy {
  background:url(../img/index/free_group2/section_bdy.jpg) repeat-y 50% top / 100% auto;
}
#free_group2 .section_ftr {
  background:url(../img/index/free_group2/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
  position:relative;
  bottom:-1px;
  padding-bottom:13%;
}
#free_group2 .section_hdr {
  padding-top:3%;
}
#free_group2 .severalmenu {
  text-align:center;
  width: 90%;
  margin:0 auto;
}
#free_group2 .input_tbl SMALL {
  color: #414040;
}

/*--------------------*
#pack_group1
*--------------------*/
#pack_group1 {
  margin: 0 auto 6%;
}
#pack_group1 .section_bdy ,
#result_single.allfree #pack_group1 .section_bdy {
  background:url(../img/index/pack_group/section_bdy.jpg) repeat-y 50% top / 100% auto;
}
#pack_group1 .section_ftr ,
#result_single.allfree #pack_group1 .section_ftr {
  background:url(../img/index/pack_group/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
  position:relative;
  bottom:-1px;
  padding-bottom:13%;
}
#result_single.allfree #pack_group1 .section_hdr {
  background:url(../img/result/middle_group/article_hdr.jpg) no-repeat 50% top / 100% auto;
  position:relative;
  top:-1px;
  padding-top: 8%;
}
#pack_group1 h3 {
  position: relative;
  top: -1px;
}
#pack_group1 .detail_txt p {
  line-height: 1.6em;
}
.disp_sp #pack_group1 .detail_txt p {
  line-height: 1.5em;
}
.pack_menu {
  width: 90%;
  margin: 0 auto;
}
.pack_menu P.price_info {
  width: 88%;
  padding-top: 0;
  position: relative;
  top: -47px;
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  text-shadow: 0px 0px 2px #fff,0px 0px 2px #fff,0px 0px 2px #fff,0px 0px 2px #fff,
               0px 0px 2px #fff,0px 0px 2px #fff,0px 0px 2px #fff,0px 0px 2px #fff;
  text-align: right;
}
.disp_sp .pack_menu P.price_info {
  font-size: 0.75em;
  top: -28px;
  transform: scale(0.9, 1.0);
}
.pack_btn p {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pack_menu h3 {
  width: 75%;
  max-width: 415px;
  margin: 0 auto 2%;
}
.notice {
  margin: 0 auto;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: justify;
}
.book_warning {
  width: 84%;
  margin: 0 auto 4%;
  padding: 3%;
  background-color: #FEF8D8;
  border: 1px solid #E7CA66;
  line-height: 1.5em;
  text-align: justify;
  font-size: .9em;
}
.disp_sp .book_warning{
  font-size: .8em;
}
.disp_sp .pack_menu .book_warning{
  width: 94%;
}
.book_warning b {
  display: block;
  text-align: center;
  margin-bottom: 3%;
}
.btn_exp {
  width: 90%;
  margin: 4% auto 0;
}
.btn_exp p {
  line-height: 1.5;
  font-size: 1em;
  text-align: justify;
}
.disp_sp .btn_exp p{
  font-size: 12px;
}
#frmInput2 .form_btn {
  margin: 3% auto 0;
}

/*--------------------*
#list_group1
*--------------------*/
#list_group1 {
  margin: 0 auto 6%;
}
#list_group1 .section_bdy {
  background:url(../img/index/list_group/section_bdy.jpg) repeat-y 50% top / 100% auto;
}
#list_group1 .section_ftr {
  background:url(../img/index/list_group/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
  position:relative;
  bottom:-1px;
  padding-bottom: 5%;
}
#list_group1 .section_hdr {
}
#list_group1 .menu_ttl_bar2 {width: 100%;}
#list_group1 .menu_bdy{background:url(../img/index/list_group/menu_bdy.png) repeat-y 50% top / 100% auto;}
#list_group1 .menu_ftr{background:url(../img/index/list_group/menu_ftr.png) no-repeat 50% bottom / 100% auto;}
.disp_sp #list_group1 .menu_ftr{bottom: -5px;}
#list_group1 .menu_hdr{background:url(../img/index/list_group/menu_hdr.png) no-repeat 50% top / 100% auto;}
.disp_sp #list_group1 .menu_hdr{top: -12px;padding-top: 4%;}

/*--------------------*
 pack_menu_list
*--------------------*/
.pack_menu_list{
  width: 95%;
  margin:0 auto;
}
.pack_menu_list .menu_ttl_bar2[class^="menu_ttl_"] .menu_bdy{margin-bottom: 5%;}
.disp_sp .pack_menu_list .menu_ttl_bar2[class^="menu_ttl_"] .menu_bdy{margin-bottom: 7%;}

.pack_menu_list .bg_white{
  background-color:#fff;
  border-radius:10px;
}
.pack_menu_list A{text-decoration:none;}
.pack_menu_list A:hover,
.pack_menu_list A:hover .menu_ttl_bar2{
  opacity:0.8;
}
.pack_menu_list .price_info{
  width: 100%;
}
.pack_menu_list .price_info.right{
  text-align:right;
}
.pack_menu_list .price_discount{
  color:#A8060D;
}


/*--------------------*
 *  #frmInput
 *--------------------*/
[id^="frmInput"] h3{
  text-align: center;
  width: 90%;
  margin: 0 auto 0;
}
[id^="frmInput"] h3 img{
  margin: 0 auto;
}
[id^="frmInput"] table{
  width: 100%;
  margin: 2% auto 0;
  max-width: 520px;
}
.disp_sp [id^="frmInput"] table{
  width: 90%;
}
[id^="frmInput"] th{
  padding:5% 0 3%;
  font-size:1.4em;
  font-weight: normal;
  letter-spacing: 1px;
  color:#000;
  width: 29%;
}
.disp_sp [id^="frmInput"] th{
  padding: 3% 0;
  font-size: 1em;
  width: 100%;
  letter-spacing: 0;
  display: block;
}
.disp_sp [id^="frmInput"] td{
  display: block;
}
[id^="frmInput"] .tr_caution td{
  padding:5px 0 0;
}
[id^="frmInput"] input[type="text"]{
  padding: 3px;
  height: 32px;
  font-size: 1.3em;
  width: 96%;
}
[id^="frmInput"] .input_tbl select{
  width: 26%;
  padding:3px 4px;
  border: 1px solid #ABADB3;
  background-color: #ffffff;
  background-image: url(../img/input/arrow.png);
  background-repeat: no-repeat;
  background-position: 93% center;
  -webkit-background-size: 10px;
  background-size: 10px;
  border-radius: 5px;
  font-size: 1.2em;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 1% 0 0;
}
.disp_sp [id^="frmInput"] .input_tbl select{
  width: 24%;
  font-size: 1em;
  background-position: 91% center;
  -webkit-background-size: 9px;
  background-size: 9px;
}
[id^="frmInput"] .input_tbl SELECT.sexSelect{
  width:43%;
}
span.hissu{
  color: #C6000D;
}
.tr_caution{
  color:#000;
  text-align:left;
}
.tr_caution p {
  padding: 1px 0;
  line-height:1.2em;
}
[id^="frmInput"] td label{
  font-size: 1.2em;
  color: #000;
}
.disp_sp [id^="frmInput"] td label{
  font-size: 1em;
}
[id^="frmInput"] th .hissu {
  font-size: .8em;
  color: #C6000D;
  padding: 0 4px;
}
.disp_sp [id^="frmInput"] th .hissu{
  font-size: .7em;
}
.cookie_check{
  font-size:0.9em;
  line-height: 1.5em;
  margin-bottom:4%;
  text-align: center;
  padding-top: 3%;
}
[id^="frmInput"] .form_btn {
  width: 80%;
  max-width: 410px;
  margin: 5% auto 0;
}
[id^="frmInput"] .form_btn input {
  width: 100%;
}
[id^="frmInput"] .form_btn p {
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/*--------------------*
[id^="frmInput"] 入力ページ
 *--------------------*/
[id^="frmInput"] .section_bdy{
  background:url(../img/input/input_frm/section_bdy.jpg) repeat-y 50% 0 / 100% auto;
  margin-bottom:5%;
  margin: 0 auto 7%;
}
[id^="frmInput"] .section_ftr{
  padding-bottom:13%;
  background:url(../img/input/input_frm/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
  position:relative;
  bottom:-1px;
}
[id^="frmInput"] .section_hdr{
  padding-top: 13%;
  background:url(../img/input/input_frm/section_hdr.jpg) no-repeat 50% top / 100% auto;
  position:relative;
  top:-1px;
}

/*--------------------*
 *  price
 *--------------------*/
#frm_btn {
  width: 95%;
  margin: 0 auto 3%;
  text-align: center;
}
#frm_btn .left_bdy {
  width: 47%;
  float: left;
  margin: 0 0 0 2%;
}
#frm_btn .right_bdy {
  width: 47%;
  float: right;
  margin: 0 2% 0 0;
}
#frm_btn .left_bdy p ,
#frm_btn .right_bdy p {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#frm_btn p {
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.disp_pc #frm_btn .btn: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;
}
.price_info {
  width: 80%;
  margin: 0 auto 3%;
}
.price_info p {
  font-size: 1.1em;
  line-height: 1.6em;
}
.disp_sp .price_info p {
  font-size: 0.9em;
  line-height: 1.5em;
}

/*--------------------*
 *  .telling
 *--------------------*/
.telling{
  margin:0 auto 5%;
  color: #000;
}
.telling .section_bdy ,
#next_group .telling .section_bdy ,
#trial_group .telling .section_bdy {
  background:url(../img/input/telling/section_bdy.jpg) repeat-y 50% top / 100% auto;
}
.telling .section_ftr ,
#next_group .telling .section_ftr ,
#trial_group .telling .section_ftr {
  background:url(../img/input/telling/section_ftr.jpg) no-repeat 50% bottom / 100% auto;
  position:relative;
  bottom:-1px;
  padding-bottom:13%;
}
.telling .section_hdr ,
#next_group .telling .section_hdr,
#trial_group .telling .section_hdr {
  background: none;
  padding-top:3%;
  margin-top: 0;
}
.telling h2 {
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: bold;
}
.disp_sp .telling h2 {
  font-size: 1.2em;
  line-height: 1.6em;
}
.telling h3 {
  width: 90%;
  margin: 0 auto;
  list-style-type: none;
  font-size: 1.3em;
  line-height: 1.8em;
  font-weight: normal;
  padding: 5px 5px 5px 30px;
  color:#372D26;
  background:url("../img/input/dot1.png") no-repeat scroll 0 10px;
  background-size: 20px auto;
  box-sizing: border-box;
  text-align: justify;
}
.disp_sp .telling h3 {
  font-size: 1.1em;
  line-height: 1.6em;
}
.telling .pack_text{
  width: 90%;
  margin:0 auto;
  padding-top: 5%;
}
.attention {
  margin: 9% auto;
}
.attention p {
  text-align: center;
  margin-bottom: 2%;
  
}
.disp_sp .attention p {
  font-size: 0.9em;
}
.attention p a {
  text-decoration: underline;
}

/*--------------------*
 *  .privacy
 *--------------------*/
.privacy{
  width: 90%;
  margin: 4% auto 0;
}
.privacy p {
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 3% ;
  color: #000;
  border: 1px solid #000;
  text-align: justify;
}
.disp_sp .privacy p {
  font-size: 0.8em;
}
.privacy a{
  color: #C6000D;
  text-decoration: underline;
}
.privacy a:hover{
  text-decoration:none;
}

/*--------------------*
div#footer
*--------------------*/
#footer{
  color: #1F2121;
}
div#footer {
  line-height: 2;
}
#contents #footer {
  margin: 0 0 7%;
}
div#footer p{
  text-align:center;
  line-height: 1.5em;
}
.disp_sp div#footer p{
  font-size: 0.9em;
}
div#footer #breadcrumblist P{
  text-align:left;
}
div#footer ul,
div#footer ul li {display: inline;}
div#footer #isp_footer ul {display: block;}
div#footer p#copyright{
  line-height: 1.5;
  margin: 20px 0 0 0;
  padding-bottom:20px;
}
#footernavi {
  padding-top: 6%;
  text-align: center;
}
#footer P.contents_footerCopy{
  width: 95%;
}

/*--------------------*
 cp_zap/common
*--------------------*/
.contents_headerCopy{
  text-align: left;
  background-color: black;
  font-size:12px;
  font-weight:normal;
  color:#F4DD77;
}
#footer .contents_footerCopy{
  text-align:center;
  margin-top:20px;
}

