/* =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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  word-wrap: break-word;
}
html{
  -webkit-text-size-adjust: 100%;
  min-width: 320px !important;
}
body {
  line-height: 1;
  font-weight: normal;
  background-color:#ECDDFC;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
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 {
  font-weight: normal;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
  font-weight: normal;
}
a, a:hover, a:visited {
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
  display: block;
}
audio,canvas,video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  background: transparent;
  vertical-align: bottom;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
  clear: both;
}

P{
  line-height: 1.6em;
}
/* =commonly used
---------------------------------------------------------------------------------------------- */

/********************
 ***
 ***  Default
 ***
 ********************/
.clear {
  clear: both;
  float: none;
}
#base{
  max-width: 640px;
  margin: 0 auto;
}
.text_img{
  text-align: center;
  padding: 0 20px;
}
.text_img img{
  max-width: 859px;
  width: 100%;
  height: auto;
}

.caption{
  font-size:0.9em;
}
h4{
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
  padding-bottom: 8px;
}
A h3{
  font-size:1.2em;
  line-height:1.3em;
  font-weight:bold;
  text-decoration:underline;
}
.term_txt{ 
  color: #1f2121;
  margin: 10px auto;
  background-color: #F8F0FD;
  border-top: 2px solid #F767C2;
  border-bottom: 2px solid #F767C2;
  width: 95%;
  padding: 10px;
  box-sizing: border-box;
}

.bg_ttl1{
  background:url(../../image_sp/title1.png) no-repeat 0 0;
  background-size: 320px auto;
  margin:0 auto 8px;
  width: 320px;
  height: 31px;
}
.bg_ttl1_1{
  background:url(../../image_sp/title1.png) no-repeat 0 0;
  background-size: 320px 62px;
  margin:0 auto 18px;
  width: 320px;
  height: 62px;
  margin-top: 20px;
}

.bg_ttl2{
  background:url(../../image_sp/title2.png) no-repeat 0 0;
  background-size: 320px 62px;
  margin:0 auto 18px;
  width: 320px;
  height: 62px;
  margin-top: 20px;
}
.bg_ttl3{
  background:url(../../image_sp/title3.png) no-repeat 0 0;
  background-size: 320px 62px;
  margin:0 auto 18px;
  width: 320px;
  height: 62px;
  margin-top: 20px;
}
.bg_ttl4{
  background:url(../../image_sp/title4.png) no-repeat 0 0;
  background-size: 320px 62px;
  margin:0 auto 18px;
  width: 320px;
  height: 62px;
  margin-top: 20px;
}

[class^="bg_ttl"] h2{
  text-align: center;
  line-height: 1.2em;
  font-size: 1.0em;
  color: #FAFFF3;
  font-weight: bold;
  text-shadow: 0 0 8px #1f2121;
  padding-top: 15px;
}
.bg_ttl1 h2{
  line-height: 31px;
  padding-top: 0;
}
[class^="free_"] h3{
  text-align: center;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #1f2121;
  padding: 0 10px;
  line-height: 1.2;
  font-weight: bold;
}
.free_pink .article_bdy{
  background:url(./../../image_sp/extra_group/title_bdy.jpg) repeat-y center center;
  background-size:100% auto;
}
.free_pink .article_hdr{
  background:url(./../../image_sp/extra_group/title_hdr.jpg) no-repeat center top;
  background-size:100% auto;
  padding-top: 9%;
  position: relative;
  top: -1px;
}
.free_pink .article_ftr{
  background:url(./../../image_sp/extra_group/title_ftr.jpg) no-repeat center bottom;
  background-size:100% auto;
  padding-bottom:6%;
}

.free_org .article_bdy{
  background:url(./../../image_sp/extra_group/title2_bdy.jpg) repeat-y center center;
  background-size:100% auto;
}
.free_org .article_hdr{
  background:url(./../../image_sp/extra_group/title2_hdr.jpg) no-repeat center top;
  background-size:100% auto;
  padding-top: 9%;
  position: relative;
  top: -1px;
}
.free_org .article_ftr{
  background:url(./../../image_sp/extra_group/title2_ftr.jpg) no-repeat center bottom;
  background-size:100% auto;
  padding-bottom:6%;
}
.free_mimiko .article_bdy{
  background:url(./../../image/extra_group/section_title7_2.jpg) repeat-y center center;
  background-size:100% auto;
}
.free_mimiko .article_hdr{
  background:url(./../../image/extra_group/section_title7.jpg) no-repeat center top;
  background-size:100% auto;
  padding-top: 9%;
  position: relative;
  top: -1px;
}
.free_mimiko .article_ftr{
  background:url(./../../image/extra_group/section_title7_3.jpg) no-repeat center bottom;
  background-size:100% auto;
  padding-bottom:6%;
}

.free_blue .article_bdy{
  background:url(./../../image_sp/extra_group/title3_bdy.jpg) repeat-y center center;
  background-size:100% auto;
}
.free_blue .article_hdr{
  background:url(./../../image_sp/extra_group/title3_hdr.jpg) no-repeat center top;
  background-size:100% auto;
  padding-top: 9%;
  position: relative;
  top: -1px;
}
.free_blue .article_ftr{
  background:url(./../../image_sp/extra_group/title3_ftr.jpg) no-repeat center bottom;
  background-size:100% auto;
  padding-bottom:6%;
}

.free_red .article_bdy{
  background:url(./../../image/extra_group/title4_bdy.jpg) repeat-y center center;
  background-size:100% auto;
}
.free_red .article_hdr{
  background:url(./../../image/extra_group/title4_hdr.jpg) no-repeat center top;
  background-size:100% auto;
  padding-top: 9%;
  position: relative;
  top: -1px;
}
.free_red .article_ftr{
  background:url(./../../image/extra_group/title4_ftr.jpg) no-repeat center bottom;
  background-size:100% auto;
  padding-bottom:6%;
}

.free_yellow .article_bdy{
  background:url(./../../image/extra_group/title5_bdy.jpg) repeat-y center center;
  background-size:100% auto;
}
.free_yellow .article_hdr{
  background:url(./../../image/extra_group/title5_hdr.jpg) no-repeat center top;
  background-size:100% auto;
  padding-top: 9%;
  position: relative;
  top: -1px;
}
.free_yellow .article_ftr{
  background:url(./../../image/extra_group/title5_ftr.jpg) no-repeat center bottom;
  background-size:100% auto;
  padding-bottom:6%;
}

.free_purple .article_bdy{
  background:url(./../../image/extra_group/title6_bdy.jpg) repeat-y center center;
  background-size:100% auto;
}
.free_purple .article_hdr{
  background:url(./../../image/extra_group/title6_hdr.jpg) no-repeat center top;
  background-size:100% auto;
  padding-top: 9%;
  position: relative;
  top: -1px;
}
.free_purple .article_ftr{
  background:url(./../../image/extra_group/title6_ftr.jpg) no-repeat center bottom;
  background-size:100% auto;
  padding-bottom:6%;
}

.icon_murano_rsa{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/murano_rsa.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}
.icon_hoshihitomi_zap{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/hoshihitomi_zap.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}
.icon_tenseijutsu_zap{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/tenseijutsu_zap.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}

.icon_oekino_tel,
.icon_tls_noelonik_tel{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/oekino_tel.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}

.icon_tls_rzreon_tel{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/tls_rzreon_tel.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}
.icon_knson_rsa{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/knson_rsa.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}
.icon_tls_muranoh_tel{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/tls_muranoh_tel.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}
.icon_ogushi_zap{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/ogushi_zap.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}

.icon_purireina_zap{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/purireina_zap.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}

.icon_shiuma2_zap{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/shiuma2_zap.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}
.icon_supertensei_zap{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/supertensei_zap.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}
.icon_mhkimon_rsa{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/mhkimon_rsa.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}
.icon_leon_rsa{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/leon_rsa.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}
.icon_ryukyu_zap{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/ryukyu_zap.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}
.icon_mimiko_zap{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/mimiko_zap.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}
.icon_norikoill_zap{
  background:url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/banner/240_240/norikoill_zap.jpg) no-repeat 0 0/60px 60px;
  width: 60px;
  height: 60px;
}


[id^="explain_group"] .section_bdy{
  background:url(../../image_sp/extra_group/section_bdy.jpg) repeat-y center center;
  background-size:100% auto;
  margin: 0 auto 20px;
}
[id^="explain_group"] .section_ftr{
  background:url(../../image_sp/extra_group/section_ftr.jpg) no-repeat center bottom;
  background-size:100% auto;
  padding-bottom: 25px;
}
[id^="explain_group"] .section_hdr{
  padding-top: 20px;
}
[id^="explain_group"] .expalin_txt{
  width: 85%;
  margin: 0 auto;
  text-align: justify;
}
[id^="explain_group"] .detail_txt img{
  padding-right: 5px;
  max-width: 110px;
  width: 100%;
  height: auto;
  float:left;
}
[id^="explain_group"] .detail_txt{
  width: 85%;
  margin: 20px auto 0;
  text-align: justify;
}

#rec_contents li{
  width: 95%;
  margin: 0 auto 10px;
  text-align: center;
}

#rec_contents li img{
  max-width: 460px;
  width: 100%;
  height: auto;
}

.severalmenu_outer{
  background-color: #FAF4FE;
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
}
.severalmenu_outer .severalmenu{
  width: 95%;
  margin: 0 auto;
  position: relative;
  min-height: 90px;
}
.severalmenu_outer .severalmenu .icon{
  width:60px;
  float: left;
}
.severalmenu .menu_info {
  padding: 0 0 0 75px;
  min-height: 60px;
}
.severalmenu .icon {
  position: absolute;
  top: 0;
  left: 5px;
  width: 60px;
  height: 60px;
}
[class^="icon_category"] {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  vertical-align: middle;
}
.price_info {
  font-size: 1em;
  text-align: right;
  margin-top: 5px;
  font-weight: bold;
  color: #242a7a;
  margin-right: 5px;
}
.severalmenu_outer .severalmenu .caption {
  color: #1f2121;
  font-size: 0.9em;
  padding: 15px 0 0;
  line-height: 1.5;
  text-align: justify;
}
[id^="group_"] .horizon{
  width: 95%;
  border-top: 3px solid #D3C095;
  margin: 10px auto;
  padding: 1px 0;
}