/*---------------------------------------------------------------*/
/*=|||　基本　|||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.4rem;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.pcnone { display: block; }
.spnone { display: none; }

.sp_nowrap {
  white-space: nowrap;
}

.sp_center {
  text-align: center;
}

.font12rem { font-size: 1.2rem; }
.font14rem { font-size: 1.4rem; }
.font16rem { font-size: 1.6rem; }

.txtarea {
  margin-bottom: 10px;
}
.colarea {
  margin-bottom: 20px;
}

/* パンくずリスト */
#breadcrumbs {
    display: none;
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.0rem;
}
#breadcrumbs ol {
  width: 100%;
  padding: 0;
}

/* page-top */
#page-top {
  bottom: 60px;
}

ul.fl2 li {
  width: 50%;
  margin-right: 0;
  padding: 0 5px;
}

ul.fl3_t1 li {
  margin-right: 0;
  padding: 0 5px;
}

/* 2カラム */
.colLeft {
  float: none;
  margin-bottom: 10px;
}
.colRight {
  float: none;
  margin-left: 0;
}

.colSize300,
.colSize320,
.colSize475,
.colSize580,
.colSize630,
.colSize430,
.colSize260
 { width: 100%; }

/* タイトル */
.title_main01 {
  margin-bottom: 10px;
  font-size: 2.0rem;
  padding-bottom: 15px;
  letter-spacing: 2px;
}
.title_sub01 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.title_sub02 {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.title_sub03 {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.inquiry01 {
  padding: 20px 5px;
}

.inquiry01 .inq_title {
  float: left;
  width: 70%;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.inquiry01 .back {
  float: left;
  width: 25%;
  position: relative;
  top: 0;
  left: 0;
}

.inquiry01 .inner {
  padding: 10px 5px;
}

.inquiry01 .tel {
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
.inquiry01 .tel .col1 {
  width: 15%;
}
.inquiry01 .tel .col2 {
  width: 85%;
  padding-left: 10px;
}
.inquiry01 .tel .txt1 {
  font-size: 2.0rem;
}
.inquiry01 .tel .txt2 {
  font-size: 1.2rem;
}

.inquiry01 .mail {
  float: none;
  width: 100%;
}
.inquiry01 .mail .col1 {
  width: 15%;
}
.inquiry01 .mail .col2 {
  width: 85%;
  padding-left: 10px;
}

/* テーブル(dl) */
.dltbl_t1 dl dt {
  width: 100%;
  float: none;
  padding: 8px;
}
.dltbl_t1 dl dd {
  margin-left: 0;
  width: 100%;
  border-left: none;
  padding: 8px;
}

.interview_list li {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    padding: 10px;
}
.interview_list li:last-child {
  margin-bottom: 0;
}
.interview_list li .thum {
    text-align: center;
}

.interview_list .couple_name,
.interview_list .to_detail {
  font-size: 1.4rem;
}

.gmaps {
  position: relative;
  padding-bottom: 100%; // これが縦横比
  height: 0;
  overflow: hidden;
}
.gmaps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/*---------------------------------------------------------------*/
/*=|||　レイアウト　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.wrapW,
.wrapP1,
.wrapP2,
#wrapW,
#wrapP1,
#wrapP2 {
  padding: 20px 0;
}

.mainWrap,
#mainWrap {
  width: 100%;
  padding: 0 5px;
}


/*---------------------------------------------------------------*/
/*=|||　ヘッダ関連　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.header_catch {
  font-size: 1.0rem;
  background: #fdf2f7;
  color: #909090;
}
.header_catch h1 {
  padding: 2px 0;
  font-size: 1.0rem;
  text-align: left;
  width: 100%;
  overflow: hidden;
}

#sp_header {
  background: #ffffff;
  height: 50px;
  font-size: 1.2rem;
}
#sp_header .inner {
  background: #ffffff;
  width: 100%;
  height: 50px;
  padding: 5px;
  display: table;
  position: fixed;
  top: 0;
  z-index: 9999;
  border-bottom: 2px #df3f86 solid;
}

#sp_header .sp_title {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
#sp_header .sp_title a {
  text-decoration: none;
}
#sp_header .sp_title img {
  vertical-align: middle;
}

#sp_header .sp_menu {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.js-menu {
  display: none;
  position: absolute;
  z-index: 99;
  top: 54px;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fdf2f7;
  overflow-y: auto;
}

.js-menu a {
  text-decoration: none;
  display: block;
  padding: 12px 10px;
}

.js-menu .menu_close {
  margin: 0 auto;
}
.js-menu .menu_close p {
  text-align: center;
  text-decoration: underline;
  padding: 20px 0;
  font-size: 1.2rem;
}

.js-menu ul {
  margin: 0;
}
.js-menu li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  width: 100%;
  border-bottom: 1px #c0c0c0 solid;
  background: url(/img/common/arrow_gt01.png) 96% center no-repeat;
}
.js-menu li a {
  color: #333333;
}


/*---------------------------------------------------------------*/
/*=|||　フッタ　|||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#footer_head {
  padding: 15px 0;
}
#footer_head #mainWrap {
  display: block;
}
#footer_head .logo {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 15px;
}
#footer_head .logo img {
  max-width: 160px;
  margin: 0 auto;
  text-align: center;
}
#footer_head .tel {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 5px;
}
#footer_head .tel img {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}

#footer_head .line .txt {
    width: calc(100% - 100px);
}
#footer_head .line .qrcode {
    width: 100px;
    margin-left: calc(100% - 100px);
}
#footer_head .line .qrcode img {
    width: 100px;
    height: 100px;
}


#footer_head .buttons {
  display: block;
  width: 100%;
  height: auto;
}
#footer_head .buttons li {
  float: left;
  padding: 10px;
  width: 50%;
}

#copyright {
  font-size: 1.0rem;
  padding-bottom: 80px;
}

/* 追従エリア */
#fixed_footer {
    display: block;
  z-index: 1;
  width: 100%;
  padding: 10px;
  background: #f0e68c;
  position: fixed;
  bottom: 0px;
  left: 0px;
  text-align: center;
}
#fixed_footer .buttons li {
    float: left;
    width: 50%;
    padding: 0 3px;
    text-align: center;
}
#fixed_footer .buttons a {
    line-height: 1.2em;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    -moz-border-radius: 5px; /*角丸*/
    -webkit-border-radius: 5px; /*角丸*/
    border-radius: 5px; /*角丸*/
}
#fixed_footer .btn_tel a {
    padding: 10px 15px;
    background: #df3f86;
    border: 1px solid #df3f86;
    font-size: 1.5rem;
}
#fixed_footer .btn_reserve a {
    padding: 10px 25px 10px 20px;
    background: #40dd96;
    background: #2DB57E;
    border: 1px solid #40dd96;
    border: 1px solid #2DB57E;
    font-size: 1.4rem;
}
#fixed_footer .btn_reserve a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -5px;
}


/*---------------------------------------------------------------*/
/*=|||　トップ関連　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.top_main_img_old {
    position: initial;
}
.top_main_img_old img {
    width: auto;
}
.top_main_img_old .ibj,
.top_main_img_old .price {
    display: none;
}

.msg_zoom {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}

.top_menu li {
  float: none;
  width: 100%;
  height: auto;
  margin-right: 0;
  padding: 5px;
}

.top_reason_list li {
  float: none;
  width: 100%;
  margin-right: 0;
  padding-top: 10px;
}
.top_reason_list li img {
    display: block;
    margin: 10px auto;
}
.top_reason_list .desc {
  margin-bottom: 10px;
}
.top_reason_list .to_detail {
  padding-bottom: 10px;
}

.news_topics {
    background: none;
    border: 1px solid #dadada;
    padding: 5px;
    box-shadow: 0px 5px 8px -8px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 5px 8px -8px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px 8px -8px rgba(0,0,0,0.6);
}
.news_topics .inner1 {
    background: none;
    padding-top: 0;
}
.news_topics .inner2 {
    background: none;
    padding: 0;
}

.news_topics .date {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
}
.news_topics .info_title {
    display: block;
    margin-left: 0;
    padding: 0 0 10px;
}

.member_topics ul {
    padding: 10px;
}
.member_topics li {
    margin-bottom: 10px;
}
.member_topics .date {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.member_topics .info_title {
    margin-left: 0;
    padding: 0;
}

.top_point .title1 {
  font-size: 2.0rem;
}
.top_point .title2 {
  font-size: 1.8rem;
}

.top_point .data .title {
  font-size: 1.6rem;
}
.top_point .data .sex {
  font-size: 1.4rem;
}
.top_point .data ul {
  margin-left: 70px;
  font-size: 1.4rem;
}
.top_point .data .to {
  padding: 0 10px;
}
.top_point .data strong {
  font-size: 1.4rem;
}


/*---------------------------------------------------------------*/
/*=|||　ご成婚までの流れ　|||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#flow .top_catch .leftarea {
  width: 100%;
  float: none;
}
#flow .top_catch .leftarea .txt01 {
  margin: 5px 0;
  text-align: center;
}
#flow .top_catch .leftarea .txt02 {
  margin: 5px 0;
  text-align: center;
}
#flow .top_catch .leftarea .txt03 {
  margin: 5px 0;
  text-align: center;
}

#flow .top_catch .txt04 {
  font-size: 1.6rem;
}
#flow .top_catch .rightarea {
  width: 100%;
}

#flow .explain {
  margin-top: 10px;
}
#flow .explain .leftarea {
  display: none;
}
#flow .explain .rightarea {
  float: none;
  width: 100%;
}
#flow .explain .txt01 {
  font-size: 1.8rem;
}
#flow .explain .txt02 {
  font-size: 1.6rem;
}
#flow .explain .step_img {
  margin-top: 15px;
  top: 0;
  margin-bottom: 0;
}

#flow .step .inner1 {
  padding: 5px 10px;
}
#flow .step .inner2 {
  padding: 10px 5px;
}

#flow .step .title {
  font-size: 1.6rem;
}
#flow .step .title span {
  margin-right: 10px;
}
#flow .step .leftarea {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
#flow .step .leftarea .sub_title {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
#flow .step .leftarea .desc {
  margin-bottom: 10px;
}
#flow .step .rightarea {
  float: none;
  width: 100%;
}
#flow .step .rightarea img {
  max-width: 80%;
}
#flow .step .rightarea p {
  text-align: center;
}

#flow .step .note {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#flow .step .checkpoint {
  font-size: 1.2rem;
  margin-top: 15px;
}
#flow .step .checkpoint .leftside {
  width: 60%;
}
#flow .step .checkpoint .rightside {
  width: 40%;
}

#flow .step .sup .icon {
  float: none;
}
#flow .step .sup .txt {
  margin-left: 0;
  font-size: 1.2rem;
}

#flow .step .fukidashi {
  background: #fdf2f7;
  width: 100%;
  height: auto;
  padding: 5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

#flow .step .sns_support .inner {
  width: 100%;
  margin-left: 0;
  padding: 5px;
}


/*---------------------------------------------------------------*/
/*=|||　ホワイトリングについて　|||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#aboutus .top_catch .title {
  font-size: 2.0rem;
}
#aboutus .top_catch .txt01 {
  font-size: 1.6rem;
}

#aboutus .top_image {
  background-color: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
}
#aboutus .top_image img {
  position: relative;
  top: 0;
}

#aboutus .top_subcatch {
  font-size: 1.8rem;
}

#aboutus .appeal_title {
  padding-top: 0;
  padding-bottom: 10px;
  background: none;
}
#aboutus .appeal_title .table {
  display: block;
}
#aboutus .appeal_title .leftarea {
  display: block;
  width: 100%;
}
#aboutus .appeal_title .rightarea {
  display: block;
  width: 100%;
}

#aboutus .appeal_title .txt1 {
  font-size: 2.0rem;
}
#aboutus .appeal_title .txt2 {
  font-size: 2.0rem;
}

#aboutus .appeal_title p {
  font-size: 1.6rem;
}

#aboutus .appeal_list {
  padding: 15px;
}
#aboutus .appeal_list li {
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.4
}
#aboutus .appeal_list li span {
  display: block;
  padding-top: 5px;
}

#aboutus .appeal_detail .title {
  margin-bottom: 15px;
}

#aboutus .appeal_detail .no1 {
  background-size: 30px 30px;
}
#aboutus .appeal_detail .no2 {
  background-size: 30px 30px;
}
#aboutus .appeal_detail .no3 {
  background-size: 30px 30px;
}

#aboutus .appeal_detail .title .inner {
  font-size: 1.4rem;
  padding-left: 38px;
}
#aboutus .appeal_detail .title .inner span {
  font-size: 2.0rem;
}

#aboutus .appeal_detail .explain {
  margin-bottom: 15px;
}

#aboutus .appeal_detail .box1,
#aboutus .appeal_detail .box2 {
  margin-bottom: 15px;
  width: 48%;
}

#aboutus .appeal_detail .box1 {
  margin-left: 1%;
  margin-right: 2%;
}

#aboutus .appeal_detail .box3 .title1 {
  font-size: 1.8rem;
}
#aboutus .appeal_detail .box3 .leftarea {
  float: none;
  margin-right: 0;
  width: 80%;
  margin: 0 auto;
}
#aboutus .appeal_detail .box3 .rightarea {
  float: none;
  width: 100%;
}

#aboutus .appeal_detail .explain .txt2 {
  margin-top: 10px;
}

#aboutus .appeal_detail .support_schedule .title1 {
  padding: 0;
  color: #ffffff;
  background: #e97cad;
}
#aboutus .appeal_detail .support_schedule .title1 strong {
  padding: 5px;
}
#aboutus .appeal_detail .support_schedule .title1 span {
  display: block;
  padding: 5px;
  background: #ffffff;
  font-size: 1.4rem;
}

#aboutus .appeal_detail .support_schedule .inner {
  border: 1px solid #e97cad;
  border-top: none;
  padding: 0;
}

#aboutus .appeal_detail .msg1 {
  font-size: 1.8rem;
}


/*---------------------------------------------------------------*/
/*=|||　料金案内　|||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#price .top_catch {
    font-size: 1.7rem;
    padding: 10px 0 0 10px;
    margin-top: 0;
}
#price .top_catch .photo {
    float: none;
    width: auto;
    text-align: center;
}
#price .top_catch .txt {
    margin-right: 0;
}
#price .top_catch p {
    font-size: 1.6rem;
}
#price .top_catch .txt1 {
    font-size: 1.4rem;
}

#price .plan .title {
  font-size: 1.8rem;
}

#price .plan .desc {
  font-size: 1.6rem;
}

#price .plan .details dl {
  border-spacing: 5px;
  width: 100%;
}

#price .plan .details dt {
  width: 23%;
}
#price .plan .details .title1 {
  font-size: 1.4rem;
}
#price .plan .details .title1 span {
  font-size: 1.2rem;
}

#price .plan .details dd {
  width: 77%;
  padding: 5px;
}

#price .plan .details .total {
  display: block;
  width: 100%;
}
#price .plan .details .total .txt1 {
  display: block;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
}
#price .plan .details .total .price1 {
  display: block;
  font-size: 2.4rem;
  width: 100%;
  text-align: center;
}
#price .plan .details .total .price2 {
  display: block;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}
#price .plan .details .total .price_del {
  display: block;
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
}

#price .plan .details .total .zero1 {
  display: inline;
  font-size: 2.0rem;
  width: auto;
  padding: 0;
}
#price .plan .details .total .zero2 {
  display: inline;
  font-size: 2.8rem;
  width: auto;
  padding: 0;
  top: 0;
}
#price .plan .details .total .zero3 {
  display: inline;
  font-size: 1.8rem;
}

#price .plan .details .breakdown {
  width: 100%;
  border-spacing: 5px;
}

#price .plan .details .breakdown .title2 {
  font-size: 1.4rem;
  width: 10%;
}
#price .plan .details .breakdown .detail {
  width: 90%;
}
#price .plan .details .breakdown .detail .info {
  display: block;
  float: none;
}
#price .plan .details .breakdown .detail .info .price3 {
  font-size: 1.2rem;
}

#price .plan .details .breakdown .detail .plus {
  display: block;
  float: none;
  padding: 5px;
  font-size: 1.6rem;
  text-align: center;
}

#price .plan .details .option li {
  float: none;
  width: 100%;
  margin-right: 0;
}

#price .plan .details .option .txt1 {
  font-size: 1.2rem;
}
#price .plan .details .option .price2 {
  font-size: 1.2rem;
}

#price .plan .details .comment {
  padding: 0 10px;
}

#price .plan .details .appeal_txt {
  padding: 10px 5px;
  font-size: 2.0rem;
}

#price .plan .details .list {
  padding: 10px 5px 0 5px;
}
#price .plan .details .list li {
  float: none;
  width: 100%;
  margin-right: 0;
}

#price .plan .pay_image {
  margin-top: 20px;
}

#price .plan .pay_image .leftarea {
  float: none;
  width: 100%;
  margin-right: 0;
  background: #df3f86;
}
#price .plan .pay_image .rightarea {
  float: none;
  width: 100%;
  height: auto;
  background: none;
}

#price .plan .pay_image .pay_image_title {
  display: block;
  width: 100%;
  height: auto;
  background: none;
  text-align: center;
  color: #ffffff;
  font-size: 125%;
  font-weight: bold;
  padding-right: 20px;
  margin-bottom: 5px;
}
#price .plan .pay_image .pay_image_title span {
  display: inline;
  text-align: center;
}

#price .plan .pay_image th {
  background-color: #f1f1f1;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  width: 20%;
}
#price .plan .pay_image th:first-child {
  width: 40%;
}
#price .plan .pay_image td {
  border-right: 3px solid #ffffff;
}

#price .compare .photo {
  position: relative;
  top: -20px;
  left: 0;
  float: right;
  z-index: 99;
  width: 30%;
}
#price .compare .title {
  font-size: 1.8rem;
  padding: 5px 10px;
}
#price .compare .title span {
  display: block;
  font-size: 1.4rem;
  padding-left: 0;
}

#price .compare .inner1 {
  padding: 10px;
}

#price .compare .title1 {
  font-size: 1.6rem;
}

#price .compare .inner2 {
  background-color: #ffffff;
  padding: 10px;
}
#price .compare .inner2 .img {
    float: none;
    text-align: center;
    width: 100%;
}
#price .compare .inner2 .text {
    margin-left: 0;
}

#price .qualification {
  margin-bottom: 15px;
}

#price .qualification .title_men {
  font-size: 1.6rem;
}
#price .qualification .title_women {
  font-size: 1.6rem;
}

#price .qualification > ul > li {
  float: none;
  width: 100%;
  height: auto;
  padding: 5px;
}
#price .qualification > ul > li:first-child {
  margin-right: 0;
}


/*---------------------------------------------------------------*/
/*=|||　カウンセラー紹介　|||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#counselor .top_catch {
  font-size: 2.0rem;
  margin-bottom: 10px;
}

#counselor .profile {
  margin-bottom: 20px;
  padding: 10px 5px;
  border: 5px solid #f1f1f1;
}

#counselor .profile .float_left1 {
  float: none;
  width: 80%;
  margin: 0 auto;
}
#counselor .profile .float_left2 {
  float: none;
  width: 100%;
}

#counselor .profile .float_right1 {
  float: none;
  width: 80%;
  margin: 0 auto;
}
#counselor .profile .float_right2 {
  float: none;
  width: 100%;
}

#counselor .profile .name {
  font-size: 1.6rem;
}
#counselor .profile .name span {
  font-size: 2.0rem;
}

#counselor .profile .catch {
  font-size: 1.8rem;
}

#counselor .profile .subdata dt {
  width: 20%;
}
#counselor .profile .subdata dd {
  margin-left: 20%;
}


/*---------------------------------------------------------------*/
/*=|||　サロン案内　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#salon .txt01 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

#salon .txt02 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

#salon .salon_list > ul > li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
}
#salon .salon_list img {
    display: block;
    margin: auto;
}

#salon .salon_list .title {
  font-size: 1.6rem;
}

#salon .salon_info .btn_t01 a {
  width: 80%;
}

#salon .visit_place_list,
#salon .visit_place_list .colLeft {
  margin-bottom: 20px;
}
#salon .visit_place_list .list li{
  margin-bottom: 10px;
}
#salon .visit_place_list .title1 {
  font-size: 2.0rem;
  margin-bottom: 10px;
  text-align: center;
}
#salon .visit_place_list .name {
  font-size: 1.6rem;
}
#salon .visit_place_list .btn_t01 a {
  font-size: 1.2rem;
}

#salon .photo_list {
  margin-bottom: 20px;
}
#salon .photo_list li {
  float: none;
  width: 100%;
  margin-right: 0;
  text-align: center;
}

/*---------------------------------------------------------------*/
/*=|||　結婚力診断テスト　|||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#marriage_test .top_title .inner {
  margin-left: 0;
}
#marriage_test .top_title .txt1 {
  font-size: 1.4rem;
}
#marriage_test .top_title .txt2 {
  font-size: 1.6rem;
}
#marriage_test .top_title .txt3 {
  font-size: 2.0rem;
}

#marriage_test .top_img {
  background-color: #fdf2f7;
  height: auto;
  margin-top: 10px;
}
#marriage_test .top_img .woman {
  position: relative;
  top: 0;
  left: 0;
}
#marriage_test .top_img .man {
  position: relative;
  top: 0;
  left: 0;
}

#marriage_test .txt4 {
  font-size: 1.6rem;
}

#marriage_test .txt5 {
  font-size: 2.4rem;
}

#marriage_test .qualification {
  margin-top: 15px;
}
#marriage_test .qualification .title {
  float: none;
  width: 100%;
  font-size: 1.6rem;
}
#marriage_test .qualification ul {
  float: none;
  width: 100%;
}
#marriage_test .qualification li {
  float: none;
  font-size: 1.4rem;
  margin-left: 0;
  line-height: 1.4;
  padding: 5px;
}

#marriage_test .comment {
  margin-bottom: 20px;
}
#marriage_test .comment .title {
  font-size: 1.6rem;
}

#marriage_test .explain {
  border: 1px dotted #e97cad;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#marriage_test .explain .title {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #e97cad;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 112.5%;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

/*---------------------------------------------------------------*/
/*=|||　フォーム関連　|||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.form_mt1 {
  padding: 10px;
}

.form_mt1 select {
  max-width: 100%;
}

.form_mt1 .width25p,
.form_mt1 .width50p,
.form_mt1 .width90p {
  width: 100%;
}

.sp_form_nav {
  display: table;
}
.sp_form_nav li {
  display: table-cell;
  width: 30%;
  padding: 5px;
  vertical-align: top;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: #efefef;
  font-weight: bold;
}
.sp_form_nav li:nth-child(2n) {
  vertical-align: middle;
  text-align: center;
  width: 5%;
  padding: 1px;
  background: none;
}
.sp_form_nav li.current {
  background: #fadae9;
  color: #df3f85;
}

.form_mt1 dt {
  float: none;
  padding: 10px;
  width: 100%;
  height: auto;
  background-color: #fdf2f7;
}
.form_mt1 dd {
  margin-left: 0;
  margin-bottom: 15px;
  padding: 10px 5px;
  height: auto;
  background-color: #ffffff;
}

.form_mt1 dt:nth-child(4n+1) {
  background-color: #fdf2f7;
}
.form_mt1 dd:nth-child(4n+2) {
  background-color: #ffffff;
}

.form_mt1 dt.high1,
.form_mt1 dd.high1,
.form_mt1 dt.high2,
.form_mt1 dd.high2,
.form_mt1 dt.high3,
.form_mt1 dd.high3,
.form_mt1 dt.high4,
.form_mt1 dd.high4 {
  height: auto;
}

.form_mt1 .choice_t1 li {
  margin-bottom: 8px;
}

.form_mt1 .select_place {
    height: auto;
}

.form_mt1 .width240px .select_t1,
.form_mt1 .width240px .select_t1 select {
  width: 100%;
}

.form_mt1  .buttons ul {
  text-align: center;
}
.form_mt1  .buttons li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-right: 10px;
}
.form_mt1  .buttons li:last-child {
  margin-right: 0;
}


/*---------------------------------------------------------------*/
/*=|||　成婚者インタビュー　|||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#interview .colarea {
  padding: 0 5px;
}

#interview .top_catch p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

#interview .title1 {
  font-size: 1.8rem;
}

#interview .title_pink,
#interview .title_blue {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

#interview .answer {
  margin-bottom: 15px;
}

/* 婚活コラム新着リスト */
.column_list li {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    padding: 10px;
}
.column_list li:last-child,
.column_list li:nth-child(3n) {
    margin-right: 0;
}



/*---------------------------------------------------------------*/
/*=|||　記事関連　|||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.article_title {
  font-size: 1.6rem;
}

.article_info {
  font-size: 1.2rem;
}

.article_area .colRight p {
  text-align: center;
}

.article_list_title {
  font-size: 1.6rem;
}

#textBody {
  padding: 10px 0 15px 0;
}

.prevnext .prev,
.prevnext .next {
  float: none;
  width: 100%;
}

.wp-pagenavi{
  clear: both;
  margin-top: 10px;
  font-family: 'Federo', sans-serif; /*Webフォント*/
  font-size: 1.2rem;
}
.wp-pagenavi a,
.wp-pagenavi span.current{
  float: left;
  padding: 2px 5px;
  margin: 5px;
  min-width: 23px;
  height: 22px;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
  -moz-border-radius: 5px; /*角丸*/
  -webkit-border-radius: 5px; /*角丸*/
  border-radius: 5px; /*角丸*/
}
.wp-pagenavi a{
  -webkit-box-shadow: 1px 1px 1px #666;
  -moz-box-shadow: 1px 1px 1px #666;
  box-shadow: 1px 1px 1px #666;
}
.wp-pagenavi span.current{
  background: #ccc;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 1px #666 inset;
  -moz-box-shadow: 1px 1px 1px #666 inset;
  box-shadow: 1px 1px 1px #666 inset;
}


/*---------------------------------------------------------------*/
/*=|||　予約関連　|||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.reserve_form select {
  height:44px;
  font-size: 1.6rem;
}
.select_time li {
    font-size: 1.6rem;
    margin-bottom: 2px;
    background:#f0f0f0;
    border:1px solid #CCC;
}
.select_time li span {
    display:block;
    padding: 10px 20px;
}
.select_time li a {
    display:block;
    background:#EEF;
    text-decoration: none;
    color: #3c3c3c;
    font-weight: bold;
    padding: 10px 20px;
}
