@charset "utf-8";
/*----緑#3bb277 赤#d9340a　茶#6e4f3a　ベージュ#fef4e8
ブレイクポイント1024px/640px/360px
-----*/

/*------------------------------------------------
header
------------------------------------------------*/
#header {
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index:30;
    }
.headerarea {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding:10px 40px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    }
.header-logo img {
     width:134px;
    height:auto;
    }
@media (max-width: 640px) {
.headerarea {
    padding:10px;
    }
.header-logo img {
     width:110px;
    }
.header-banner {
     width:220px; 
    }
}
@media (max-width: 360px) {
.header-banner {
     width:200px; 
    }
}
/*--svgとaタグのエリアがずれる場合は親のボックスにline-height: 0;--*/
.headerarea .header-logo {
    line-height: 0;
    }

/*------------------------------------------------
main
------------------------------------------------*/
/*------共通指定------*/
.inner {
    max-width: 850px;
    margin: 0 auto;
    padding:40px 20px;
    text-align:center;
    }
@media (max-width: 640px) {
.inner {
    padding:20px;
    }
}
.thum-box {
    margin:0 auto;
    text-align:center;
    }
.thum-box a {
    display: inline-block;
    width:100%;
    height:auto;
    }
.marker {
    display: inline-block;
    position: relative;
    }
.marker::before {
    content: "";
    width: 100%;
    height: 10px;
    bottom: 0.4vw;
    position: absolute;
    left: 0;
    background: #fffb48;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    }
.mb-40 {
    margin-bottom:40px;
    }
/*font*/

/*------メインビジュアル------*/
.main-visual {
    background: url("//static.tokyo-np.co.jp/tokyo-np/pages/koudoku/k/images/main_bg.png") #fef4e8;
    padding-top:100px;
    }
.main-visual_inner {
    max-width:920px;
    margin: 0 auto;
    padding:0 20px;
    text-align:center;
    }
.main-thum {
    
    }
@media (max-width: 640px) {
.main-visual {
    padding-top:80px;
    }
.main-visual_inner {
    padding:0 20px 0 0;
    }
}

/*------ユーザーの声------*/
.voice {

    }
.voice p {

    }
.voice_container {
    padding-bottom:20px;
    max-width:800px;
    margin:0 auto;
    position: relative;
    }
.voice_text {
    
    }
.voice_container p {
    margin-bottom: 30px;
    text-align: left;
    }
.voice_thum-box {
    width:200px;
    position: absolute;
    top: 50%;
    right:0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: -100;
    }

@media (max-width: 640px) {
.voice_container {
    padding-bottom:10px;
    }
.voice_thum-box {
    width:200px;
    position: static;
    transform: none;
    margin:0 auto 20px;
    }
}
.voice_tit {
    font-size:2.4rem;
    font-weight: bold;
    text-align: left;
    }
.voice_tit .voice_tit_main {
    background:#3bb277;
    color:#fff;
    padding:1px 15px 3px;
    border-radius: 5px;
    margin-right:10px;
    }
.voice_tit .voice_tit_sub {
    color:#6e4f3a;
    }
.voice_line {
    font-size:2.2rem;
    /*padding-left:0.5em;*/
    line-height:150%;
    }

.ico .voice_text { /*テキストスペース必要？*/
    width:calc(100% - 200px);
    }
.voice_line .voice_line_main {
    font-size:2.8rem;
    color:#d9340a;
    }
.voice_line .voice_line_sub {
    font-size:1.6rem;
    padding-left:0.5em;
    white-space: nowrap;
    }
@media (max-width: 640px) {
.voice_container p {
    margin-bottom:20px;
    }
.voice_tit .voice_tit_main {
    display: inline-block;
    margin-bottom:7px;
    }
.voice_tit {
    font-size:1.8rem;
    }
.voice_tit .voice_tit_sub {
    display: block;   
    }
.voice_line,
.ico .voice_line {
    font-size:1.8rem;
    width:100%;
    }
.ico .voice_text { /*テキストスペース必要？*/
    width:100%;
    }
.voice_line .voice_line_main {
    font-size:2.0rem;
    }
.voice_line .voice_line_sub {
    font-size:1.4rem;
    padding-left:0;
    /*display: block;*/
    }
}
/*------購読エリア------*/
.area {
    
    }

/*------購読申し込みボタン------*/
.subscription {
    
    }
.subscription .thum-box {
    margin-bottom:40px;
    }
.subsc_entry p {
    font-size:32px;
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
    color:#d9340a;
}
@media screen and (max-width: 640px) {
.subsc_entry p {
    font-size:18px;
    margin-bottom:10px;
    }    
}
.subsc_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width:620px;
    padding-bottom: 20px;
    margin: 0 auto;
    }
.subsc_container .item_1,
.subsc_container .item_2 {
    width:49%;
    border-radius: 10px;
    font-size:2.0rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    position: relative;
    }
.subsc_container .item_1 {
    background-color: #d9340a;
    color: #fff;
    }

.subsc_container .item_2 {
    background-color: #fff;
    color: #3bb277;
    border:2px solid #3bb277;
    }

/*--hoverデバイス検出--*/
@media (hover: hover) and (pointer: fine) {
  .subsc_container .item_1:hover {
    background-color: #fff;
    color: #d9340a;
    border:2px solid #d9340a;
    transition: all 0.3s ease;
  }
  .subsc_container .item_2:hover {
    background-color: #3bb277;
    color: #fff;
    border:none;
    transition: all 0.3s ease;
  }
}
.subsc_container .item_1 a,
.subsc_container .item_2 a {
    opacity: 1;
    width:100%;
    height:100%;
    }
.subsc_container .item_1 i,
.subsc_container .item_2 i {
    position: absolute;
    top: 50%;
    right:12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size:110%;
}
.subsc_container a {
    display: block;
    width:100%;
    height:100%;
    text-align:center;
    }
@media screen and (max-width: 1024px) {
.subsc_container {
    width:100%;
    }
}
@media screen and (min-width:641px) and ( max-width:768px) {
.subsc_container .item_1,
.subsc_container .item_2 {
    font-size:1.8rem;
    }
}
@media screen and (max-width: 640px) {
.subscription .thum-box {
    margin:20px 0 20px;
    }
.subsc_container .item_1,
.subsc_container .item_2 {
    padding:2px 3px;
    font-size:1.4rem;
    }
.subsc_container .item_1 i,
.subsc_container .item_2 i {
    font-size:130%;
    }
}
/*------まずはお得な1週間無料でためしよみ！------*/
.tameshiyomi {
    
    }
.tameshi_container {
    display: flex;
    /*justify-content: center;*/
    justify-content: space-between;
    padding-bottom: 40px;
    }
.tameshi_container .item_1,
.tameshi_container .item_2 {
    flex-basis:48%;
    padding-bottom:20px;
    }
.tameshi_container .note{
    padding-top:10px;
    text-align: center;
    }

@media screen and (max-width: 640px) {
.tameshi_container {
    display: block;
    padding-bottom: 20px;
    }
.tameshiyomi .thum-box {
    margin-bottom: 20px;
    }
}
/*------読者の皆さんはこんな記事を読まれています------*/
.pic-up {
    
    }
.pic-up_container {
    display: flex;
    justify-content: space-between;
    }
@media screen and (max-width: 640px) {
.pic-up_container {
    display: block;
    }
.pic-up_container .thum-box:first-child {
        margin-bottom:40px;
    }
}
/*------よくあるご質問------*/
.faq {
    
    }
.title_faq {
    background-color: #6e4f3a;
    color:#fff;
    margin-top: 20px;
    padding: 10px 10px 10px 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    display: table;
    width: 100%;
    }
.title_faq:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #A87756;
    }
/*-アコーディオン-*/
.accordion {
    text-align: left;
    }
.accordion-item {
    border-bottom: 1px solid #ccc;
    }
.question {
    background-color: #fef4e8;
    cursor: pointer;
    padding: 15px;
    margin: 0;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

.question p {
    text-indent: -2em;/*--2行以上、Q.下のインデント--*/
    padding-left: 2em;
    }
.toggle-icon {
    display: inline-block;
    font-size: 16px;
    transition: transform 0.3s ease;
    transform: rotate(0deg); /* 初期：右向き */
    }

.accordion-item.open .toggle-icon {
      transform: rotate(90deg); /* 開くと下向きに */
    }

.answer {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
    background: #fff;
    padding: 0 15px;
    }

.answer-content {
    padding: 15px 0;
    font-size:1.6rem;
    text-indent: -2em;/*--2行以上、A.下のインデント--*/
    padding-left: 2em;
    }
/*-アコーディオンここまで-*/

/*------プレゼント-----*/
.present {
    
    }
.present .thum-box {
    margin-bottom:10px;
    }
.present p.note {
    text-align:left;
    padding-left:1em;
    }
@media screen and (max-width: 640px) {
.present p.note {
    padding-left:0;
    }
}
/*------お申込みの流れ------*/
.flow {
    
    }
.flow .flex_container {
	display: flex;
    }
.flow .flex_container .Text_box {
    flex:1;
    padding-left:20px;
    display: flex;
    flex-direction:column;
    justify-content: center;
    }
.flow .flex_container .Text_box p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin:0;
    padding:0;
    text-align: left;
    }
.flow .flex_container .Text_box p.title {
	font-size: 2.2rem;
	line-height: 1.5;
	margin-bottom:10px;
	font-weight: bold;
    }
.flow .flex_container .Ico_box {
    flex-basis: 200px;
    background:#f6f6f6;
    }
.flow .flex_container .Text_box {
    background:#f6f6f6;
    padding:0 20px 0 20px;
    }
.arrow_inner {
    width:100%;
    padding:16px 0;
    display: flex;
    justify-content: center;
    }
.arrow img {
    width:40px;
    }
@media screen and (max-width: 640px) {
.flow .flex_container {
	display: block;
    }
.flow .flex_container .Text_box {
    padding:20px;
    }
.flow .flex_container .Text_box p {
	font-size: 1.6rem;
	line-height: 1.5;
    }
.flow .flex_container .Text_box p.title {
	font-size: 1.8rem;
    }
.flow .flex_container .Ico_box {
    padding-top:20px;
    }
.flow .flex_container .Ico_box img {
    max-width:50%;
    height:auto;
    }
}
/*--フリーダイヤルSVG画像--*/
.freedial {
    display: flex;
    align-items:baseline;
    }
.fd_ico_sub {
    padding-left:10px;
    }
@media screen and (max-width: 640px) {
.freedial {
    display: block;
    text-align: left;
    }
.fd_svg {
    margin:10px 0;
    }
}
/*------追加プラン（宅配プレミアム）------*/
.takuhai_p .thum-box {
    margin-bottom:40px;
}
@media screen and (max-width: 640px) {
.takuhai_p .thum-box {
    margin-bottom:20px;
    }
}

/*------「今すぐ購読する」フロートボタン------*/
.float_bot { 
    position: fixed;
    width:100%;
    bottom: 0;
    z-index:99;
    background-color:rgba(59, 178, 119, 0.8);
    padding:10px;
    }
.float_bot .subsc_entry p {
  color: #FFFFFF;
  text-shadow:
    -5px -5px 5px #3bb277,
     5px -5px 5px #3bb277,
    -5px  5px 5px #3bb277,
     5px  5px 5px #3bb277;
    line-height:1;
}
/*--購読ボタンCSS一部上書き--*/
.float_bot_container {
    display: flex;
    justify-content: center;
    align-items: center;
    }
.float_bot .subsc_container {
    flex: 0 1 500px;
    padding-bottom:0;
    margin: 0;
    }
.float_flexitem_2 {
    flex: 0 1 350px;
    margin-left:20px;
    }

@media screen and (max-width: 1024px) {
.float_bot .subsc_container {
   flex-basis:65%;
    }
.float_flexitem_2 {
    flex-basis:35%;
    margin-left:10px;
    }
}
/*------SP「今すぐ購読する」ボタン------*/
@media screen and (max-width: 640px) {
.float_bot { 
    padding:10px 5px;
    background-color:#3bb277;
    }
.float_bot_container {
    display:block;
    }
.float_bot .subsc_container {
    margin: 0 auto;
    }
.float_flexitem_2 {
   display: none;
    }
}
/*------------------------------------------------
footer
------------------------------------------------*/
.footerarea {
    background-color:#3bb277;
    padding:10px 40px 125px;
    }
.footerarea p {
    font-size:1.2rem;
    color:#fff;
    text-align: right;
    }
@media screen and (max-width: 640px) {
.footerarea p {
    text-align: center;
    }
}