@charset "UTF-8";

/* * * * * * * * * * * * * * * * * *
 style.css (nenga/column)
* * * * * * * * * * * * * * * * * */

/* common
--------------------------------- */

.page_naka #main_area .borderBox .txt a:link {
	text-decoration: underline;
}
.page_naka #main_area .borderBox .txt a:link:hover {
	text-decoration: none;
}



.secondaryPages {
	background-color: #FFF;
	background-position: center top;
	background-repeat: no-repeat;
	height: 350px;
	margin-bottom: 6px;
	position: relative;
}
.secondaryPages:before {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background: url(/common/2026/images/column/common/line.png) center top repeat-x;
	position: absolute;
	left: 0;
	bottom: -6px;
}

h1.ttl_page {
	color: #333;
	font-size: 210%;
	padding-left: 68px;
	background: url(/common/2026/images/column/common/icon_title.png) left center no-repeat;
	background-size: 48px auto;
	font-weight: bold;
}
h1.ttl_page span {
	color: #dc2204;
}

.secondaryPages .topContents .topText {
	max-width: 100%;
}
.secondaryPages .topContents p.catchCopy {
	font-size: 85%;
}

#column2020 {
	background: url(/common/2026/images/column/common/bg_bottom.png) center bottom no-repeat #F0E7C0;
	padding-bottom: 155px;
}
#article #column2020 {
	background: url(/common/2026/images/column/common/bg_bottom_mochi.png) center bottom no-repeat #F0E7C0;
}

#column2020 .section {
	padding: 50px 0 70px;
}

#column2020 .inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1140px;
	position: relative;
}

#column2020 .sp-show {
	display: none;
}

.l {
	float: left;
}
.r {
	float: right;
}

.c {
	margin: 0 auto;
}

.noPadding{
	padding-bottom: 0 !important;
}

.bg_white {
	background: #FFF;
}

#column2020 .section .box h2,
h2.naka_title {
	font-weight: bold;
	font-size: 170%;
	margin-bottom: 20px;
}

.box + .box {
	margin-top: 40px;
}

/* borderBox */
.borderBox {
	/*色変更前border: 2px solid #DD2104;
	box-shadow: 0 0 0 3px #FFF inset, 0 0 0 4px #DD2104 inset;*/
	border: 2px solid #FF7645;
	box-shadow: 0 0 0 3px #FFF inset, 0 0 0 4px #FF7645 inset;
	background: #FFF;
	padding: 50px;
	border-radius: 13px;
}

.page_naka .borderBox {
	padding: 45px 40px 40px;
}

body#article .borderBox {
	padding: 25px 40px 40px;
}


/* index
--------------------------------- */
body#index .secondaryPages {
	background-image: url(/common/2026/images/column/index/bg_title.jpg);
}

body#index #column2020 {
	padding-bottom: 170px;
}

body#index h1.ttl_page {
	margin-top: 50px;
}

/* category_list */
ul.category_list {
	margin: 0 -15px -30px;
}

ul.category_list > li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px 30px;
}
ul.category_list > li a {
	display: block;
	border-radius: 13px;
	overflow: hidden;
	background: url(/common/2026/images/column/common/arrow_button.png) right 0 bottom 20px no-repeat #FFF;
	background-size: 22px 22px;
	text-decoration: none;
}
ul.category_list > li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
ul.category_list > li a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

ul.category_list > li a p.thum {
	width: 58%;
	float: left;
	vertical-align: bottom;
}
ul.category_list > li a p.thum img {
	vertical-align: bottom;
}

ul.category_list > li a .title {
	box-sizing: border-box;
	width: 42%;
	float: right;
	padding: 40px 30px 0;
	color: #333;
	vertical-align: bottom;
}
ul.category_list > li a .title p.ttl {
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 15px;
}
ul.category_list > li a .title p.txt {
	font-size: 85%;
}

ul.category_list > li.size_m {
	width: 25%;
}
ul.category_list > li.size_m a p.thum,
ul.category_list > li.size_m a .title {
	width: auto;
	float: none;
}
ul.category_list > li.size_m a .title {
	padding: 15px 20px 0;
}
ul.category_list > li.size_m a .title p.ttl {
	font-size: 110%;
}

.special_list {
	width: 100%;
	padding: 25px 35px;
	margin-top: 30px;
	background-color: #fff;
	border-radius: 13px
}
.special_list > ul.category_list > li a {
	border-radius: 0;
	background: none;
	color: #DC2204;
}

.special_list h3 {
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
}


/* tabNav */
ul.tabNav {
	margin: 0 -1px;
}

ul.tabNav > li {
	width: calc(25% - 1px);
	box-sizing: border-box;
	float: left;
	padding: 0 1px;
	height: 66px;
	display: table;
	margin-right: 1px;
}
ul.tabNav > li a {
	display: table-cell;
	vertical-align: middle;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: #EBD46C;
	border-radius: 13px 13px 0 0;
	font-size: 110%;
	padding-top: 6px;
	position: relative;
}
ul.tabNav > li a:before {
	content: "";
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 30px;
	height: 32px;
	vertical-align: middle;
	margin-right: 5px;
}
ul.tabNav > li.nav1 a:before {
	background: url(/common/2026/images/column/index/icon_itemNav01.png);
}
ul.tabNav > li.nav2 a:before {
	background: url(/common/2026/images/column/index/icon_itemNav02.png);
}
ul.tabNav > li.nav3 a:before {
	background: url(/common/2026/images/column/index/icon_itemNav03.png);
}
ul.tabNav > li.nav4 a:before {
	background: url(/common/2026/images/column/index/icon_itemNav04.png);
}

ul.tabNav > li.active a,
ul.tabNav > li a:hover {
	color: #FFF;
	background: #DD2104;
}
ul.tabNav > li.active a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top: 26px solid #DD2104;
	border-bottom: 0;
	position: absolute;
	left: 50%;
	bottom: -26px;
	margin-left: -15px;
	z-index: 5;
}

#useful .tabNav li {
	text-align: center;
}

.tabCont{
	max-width: 1097px;
}
.tabCont .borderBox {
	position: relative;
	border-radius: 0 0 13px 13px;
}
.tabCont .borderBox:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #DD2104;
	position: absolute;
	left: 0;
	top: 0;
}

/* page_list */
ul.page_list {
	margin: 0 -10px -30px;
}

ul.page_list > li {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px 30px;
}

ul.page_list > li a {
	color: #DC2204;
	text-decoration: none;
}
ul.page_list > li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
ul.page_list > li a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

ul.page_list > li p.thum{
	height: 197px;
	width: 231px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

ul.page_list > li p.thum img {
	box-sizing: border-box;
	width: 196px;
	max-width: 100%;
	max-height: 100%;
	border: 2px solid #E7E7E7;
	display: block;
	margin: auto;
}

.page_naka ul.page_list > li p.thum{
	width: 331px;
}

.page_naka ul.page_list > li p.thum img{
	width: 196px;
}

.page_naka ul.page_list > li p.category,
.page_naka ul.page_list > li p.ttl,
.page_naka ul.page_list > li p.txt{
	margin-left: 25px;
	margin-right: 25px;
}

ul.page_list > li p.ttl {
	font-weight: bold;
	padding: 10px 0;
	text-decoration: underline;
}

ul.page_list > li p.txt {
	font-size: 86%;
	color: #333;
}

ul.page_list > li p.category {
	margin: 7px 0 -3px;
}
ul.page_list > li p.category span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #FFF;
	background: #DDB33B;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	font-size: 80%;
	width: 100%;
}

p.btn {
	padding-top: 30px;
	text-align: center;
}

h2.ttl_img {
	text-align: center;
	margin-bottom: 35px;
}
h1.ttl_img {
	text-align: center;
	margin-bottom: 35px;
}

.roundBox {
	background: #FFF;
	border-radius: 13px;
	padding: 40px 42px;
}
.roundBox + .roundBox {
	margin-top: 20px;
}

p.btn_templete {
	width: 48%;
}
p.btn_templete img {
	border: 4px solid #C19D63;
	vertical-align: bottom;
}

/* character_list */
ul.character_list {
	padding: 0 23px;
}

ul.character_list > li {
	width: 16.666666%;
	float: left;
	box-sizing: border-box;
	padding: 0 7px 14px;
}

ul.character_list > li a {
	display: block;
	border: 4px solid #C19D63;
	position: relative;
}
ul.character_list > li a img {
	vertical-align: bottom;
	width: 100%;
}
#column2020 ul.character_list > li a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

ul.character_list > li a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(197,175,137,.7);
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
ul.character_list > li a:after {
	content: "＋";
	display: block;
	font-size: 24px;
	color: #C19D63;
	background: #FFF;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -18px 0 0 -18px;
	z-index: 2;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

ul.character_list > li a:hover:before,
ul.character_list > li a:hover:after {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

#index p.bnr {
	margin-top: 55px;
}


/* naka - index
--------------------------------- */
/* secondaryPages */
body#marriage .secondaryPages {
	background-image: url(/common/2026/images/column/article/marriage_bg_title.png);
}
body#birth .secondaryPages {
	background-image: url(/common/2026/images/column/article/birth_bg_title.png);
}
body#moving .secondaryPages {
	background-image: url(/common/2026/images/column/article/moving_bg_title.png);
}
body#family .secondaryPages {
	background-image: url(/common/2026/images/column/article/family_bg_title.png);
}
body#business .secondaryPages {
	background-image: url(/common/2026/images/column/article/business_bg_title.png);
}
body#gift .secondaryPages {
	background-image: url(/common/2026/images/column/article/gift_bg_title.png);
}

/* page_naka */
.page_naka {
	padding-top: 50px;
}

.page_naka #main_area {
	width: 766px;
	float: left;
}

.page_naka #side_area {
	width: 310px;
	float: right;
}

.page_naka ul.page_list > li {
	width: 50%;
}

.page_naka h2.naka_title {
	padding-left: 50px;
	background: url(/common/2026/images/column/common/icon_title_naka.png) left center no-repeat;
	background-size: 37px auto;
	min-height: 37px;
	line-height: 37px;
}

#side_area img {
	vertical-align: bottom;
}
ul.bnr_list li {
	margin-bottom: 12px;
}
ul.bnr_list li.side_special_list {
	border: 1px solid #c29558;
	background-color: #fff;
	padding: 8px;
	line-height: 1.3;
}
ul.bnr_list li.side_special_list a {
	color: #DC2204;
}
ul.bnr_list li.side_special_list img {
	margin-bottom: 5px;
}
ul.bnr_list li.side_special_list span {
	font-size: 0.85em;
}

#popup_wrap {
	display: none;
}
#popup {
	position: relative;
	margin: 0 auto;
	display: none;
}
#popup .popup_in {
	position: fixed;
	bottom: 10px;
	right: 45px;
	z-index: 88;
	width: 150px;
	display: none!important;
}
#popup .popup_img{
	box-sizing:border-box;
	padding: 10px;
}
#popup .popup_img a{
	display: block;
}
#popup .popup_in p.close{
	position: absolute;
	right: 5px;
	top: 30px;
}
#popup .popup_in p.close a{
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
}


/* naka - article
--------------------------------- */
body#article .secondaryPages {
	background: #f0e7c0;
	height: auto;
	padding: 25px;
	padding-bottom: 0;
	margin: 0;
}
body#article .secondaryPages:before {
	display: none;
}
body#article #contents .secondaryPages ol.pankuzuWrapper {
	margin: 0;
	width: 1098px;
	margin: 0 auto;
}

body#article .page_naka {
	padding-top: 35px;
}

/* sns_list */
ul.sns_list {
	text-align: right;
	margin-bottom: 15px;
}
ul.sns_list > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 3px;
}

/* article */
div.article_top{
	margin-bottom: 40px;
}

div.article + div.article {
	margin-top: 40px;
}

h2.ttl_article {
	font-weight: bold;
	font-size: 180%;
	border-bottom: 2px solid #DE2205;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
h2.ttl_article + p.txt {
	margin-bottom: 30px;
	font-size: 90%;
}
h1.ttl_article {
	font-weight: bold;
	font-size: 180%;
	/*色変更前border-bottom: 2px solid #DE2205;*/
	border-bottom: 2px solid #FF7645;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
h1.ttl_article + p.txt {
	margin-bottom: 30px;
	font-size: 90%;
}

.article_special{
	position: relative;
}

.article_special .title{
	position: absolute;
	left: -48px;
	top: -50px;
}

.article_special_eyecatch{
	background: url(/common/2026/images/column/common/bg_special_column_eyecatch.gif) left top repeat;
	padding: 30px 20px 20px;
}

.article_special_eyecatch .title_special,
.article_special .title_special{
	position: absolute;
	left: 56px;
	top: 60px;
	background: url(/common/2026/images/column/common/bg_special_interview.png) left bottom no-repeat;
	color: #fff;
	line-height: 49px !important;
	width: 243px;
	height: 47px;
	text-align: center;
}

.article_special .title_special{
	top: -53px;
	left: -15px;
}

.article_special_eyecatch h2.ttl_article{
	color: #cc0000;
}
.article_special_eyecatch h1.ttl_article{
	color: #cc0000;
}

.article_special_inBox{
	border: 1px solid #cc0000;
	border-radius: 12px;
	padding: 20px;
}

.article_special_inBox p{
	max-width: 400px;
}

.article_special_inBox p.txt{
	margin: 15px auto 30px;
}

.article_special_inBox img,
.article_special_inBox p{
	display: block;
}

.article_special_inBox .image{
	margin: auto;
}

.article_special_inBox hr,
.article_special_inBox_designer hr{
	border:#cc0000 dashed 1px;
	margin-bottom: 30px;
}

.article_special_inBox_designer .txt{
	padding-bottom: 1em;
}

.article_special_inBox_designer .txt:last-child{
	margin-bottom: 0;
}

.bgSunburst{
	background: url(/common/2026/images/column/article/71/img_article12_bg.jpg) center top;
	padding-bottom: 7px;
}

.bgSunburst .image{
	max-width: 74%;
}

/* cvArea */
.cvArea{
	border-radius: 14px;
	margin: 30px auto 30px;
	background: #fff;
}
.cvArea h3{
	font-size: 144%;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.5;
}
.cvArea .noPadding{
	padding: 0;
}
.cvArea .flPhoto.right.noPadding{
	padding: 0;
}
.cvArea .flPhoto.right{
	padding: 0 28px 0 25px;
}
.cvArea.postcard03 .flPhoto.right{
	padding: 0 0 0 10px;
}
.cvArea .flPhoto.right {
	float: right;
	padding: 0 0 30px 40px;
}
.cvArea .step{
	margin-bottom: 10px;
}

.cvArea_pc{
	display: block;
}

.cvArea_sp{
	display: none;
}

/* cvBtn */
.cvBtn {
	text-align: center;
	font-size: 106%;
	margin: 30px 0 0;
}
.cvBtn a {
	display: inline-block;
	/*色変更前background: #cc0000;*/
	background: #FF7645;
	color: #fff;
	padding: 12px 33px;
	border-radius: 25px;
	text-decoration: none;
	position: relative;
	width: 75%;
}
@media screen and (max-width: 768px) {
	.cvBtn a {width: 100%;}
}
.flPhoto ,
.flPhoto.left {
	float: left;
	padding: 0 40px 30px 0;
}

.article_special_inBox_designer{
	border: 1px solid #cc0000;
	border-radius: 12px;
	padding: 20px;
}

.article_special .image.r{
	width: 185px;
}

.article_special h2.ttl_article{
	color: #917d00;
	width: 485px;
}

.article_special h2.ttl_article.ttl_interview{
	width: auto;
}

div.article_top h2.ttl_article span{
	font-size: 55%;
}

.article_special h1.ttl_article{
	color: #917d00;
	width: 485px;
}

.article_special h1.ttl_article.ttl_interview{
	width: auto;
}

div.article_top h1.ttl_article span{
	font-size: 55%;
}

div.article p + p {
	margin-top: 15px;
}

div.article p.txt {
	font-size: 90%;
}

div.article_top p.image,
div.article p.image {
	text-align: center;
}

div.article p.image.l{
	margin-right: 15px;
}

div.article p.image.r{
	margin-left: 15px;
}

div.article h3 {
	font-weight: bold;
	padding-left: 33px;
	line-height: 30px;
	padding-bottom: 5px;
	/*色変更前border-bottom: 3px double #DE2205;*/
	border-bottom: 3px double #FF7645;
	margin-bottom: 15px;
	font-size: 130%;
	background: url(/common/2026/images/column/common/article/icon_ttl.png) 10px 10px no-repeat;
	background-size: 11px auto;
}

div.article h2.title {
	font-weight: bold;
	padding-left: 33px;
	line-height: 30px;
	padding-bottom: 5px;
	border-bottom: 3px double #DE2205;
	margin-bottom: 15px;
	font-size: 130%;
	background: url(/common/2026/images/column/common/article/icon_ttl.png) 10px 10px no-repeat;
	background-size: 11px auto;
}
div.article h3.title {
	font-weight: bold;
	font-size: 120%;
	margin: 20px 0 10px;
	background:none;
	padding-left:0px;
	border-bottom:none;
}

div.article h4 {
	font-weight: bold;
	font-size: 120%;
	margin: 20px 0 10px;
}
div.article h4.small {
	font-weight: bold;
	font-size: 105%;
	margin: 20px 0 10px;
}

div.article .inBox {
	margin-top: 15px;
	border: 4px solid #EDE09C;
	border-radius: 12px;
}
div.article .inBox p.ttl {
	background: #EDE09C;
	color: #DE2205;
	font-weight: bold;
	padding: 6px 20px 10px;
		border-top: 4px solid #EDE09C;
		border-left: 4px solid #EDE09C;
		border-right: 4px solid #EDE09C;
}

div.article .inBox p.image{
	margin: 15px auto;
	max-width: 634px;
}

div.article.attaka_article .inBox p.ttl{
	font-size: 170%;
	min-height: 86px;
	padding-right: 225px;
	background:url(/common/2026/images/column/common/attaka00.gif) top right no-repeat #EDE09C;
	margin-top: 0;
}

div.article.attaka_article.attaka1 .inBox p.ttl{
	background:url(/common/2026/images/column/common/attaka01.gif) top right no-repeat #EDE09C;
}

div.article.attaka_article.attaka2 .inBox p.ttl{
	background:url(/common/2026/images/column/common/attaka02.gif) top right no-repeat #EDE09C;
}

div.article.attaka_article.attaka3 .inBox p.ttl{
	background:url(/common/2026/images/column/common/attaka03.gif) top right no-repeat #EDE09C;
}

div.article.attaka_article .attaka_sp{
		display: none;
	}

div.article .inBox p.txt {
	padding: 10px 20px 25px;
}

div.article .inBox .txt_ranking {
	padding: 10px 20px 25px;
}

div.article .inBox .nengajo_sippai{
	border: #eee09c 4px solid;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	font-size: 90%;
}

div.article .bg_blue{
	background-color: #daedfc;
	padding: 10px;
}

div.article .inBox .bg_blue {
	margin: 0 20px 0;
	padding: 10px;
	background-color: #daedfc;
	font-size: 90%;
}

div.article .inBox ul.bg_blue{
	padding: 15px 20px !important;
	margin-bottom: 15px !important;
}

div.article .inBox .bg_blue h3{
	margin-top: 0;
}

div.article .inBox .bg_blue ul{
	padding-top: 5px;
	padding-bottom: 5px;
}

div.article .inBox .bg_blue *:last-child{
	padding-bottom: 0;
}

div.article .inBox h4:first-child{
	padding-top: 20px;
}

div.article .inBox h4 {
	padding: 0 20px 0;
	margin: 0;
	font-size: 105%;
}

div.article .inBox h3 {
	padding: 0 20px 0;
	margin: 0;
	margin-top: 15px;
	font-size: 105%;
	color: #000;
	border-bottom: none;
	background: none;
}

div.article p.txt + .inBox {
	margin-top: 30px;
}

div.article .inBox ul{
	padding: 25px 20px;
}

div.article .inBox ol{
	padding: 1em 20px;
}

div.article .inBox ul li{
	margin-bottom: .5em;
}

div.article .inBox ul li:last-child{
	margin-bottom: 0;
}

div.article ul.photolist{
	margin-top: 15px;
	margin-bottom: 20px;
}

div.article ul.photolist li{
	width: 49.5%;
	max-width: 338px;
	display: inline-block;
	vertical-align: text-top;
	font-size: 90%;

}

div.article ul.photolist li p{
	font-size: 75% !important;
}
div.article ul.photolist2 {
	margin-top: 15px;
	margin-bottom: 20px;
}

div.article ul.photolist2 li{
	width: 48%;
	max-width: 330px;
	display: inline-block;
	vertical-align: text-top;
	font-size: 90%;

}

div.article ul.photolist2 li p{
	font-size: 75% !important;
}
div.article p.photocatch {
	text-align: center;
}
div.article p.photocatch img {
	display: block;
	margin: 0 auto;
}
div.article p.photocatch span {
	font-size: 75% !important;
	display: block;
}

.ol_handmade li{
	margin: auto;
	width: 90%;
	position: relative;
	margin-bottom: 5em;
	max-width: 413px;
}

.ol_handmade li:after{
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
  border-top: 2em solid #c00000;
  border-right: 3em solid transparent;
  border-bottom: 2em solid transparent;
  border-left: 3em solid transparent;
	border-top-color: #c00000;
	top: 100%;
	left: calc(50% - 2em);
	margin-left: -10px;
}

.ol_handmade li:last-child{
	margin-bottom: 0
}

.ol_handmade li:last-child:after{
	content: none;
}

.tanto_article{
	border: #69C 1px solid;
	border-radius: 12px;
	padding: 20px;
}

.tanto_article .txt{
	font-size: 90%;
}

.tanto_article h3{
	font-size: 170%;
	line-height: 1.1em;
	color: #CC0000 !important;
	margin: 0 0 20px 0;
}

.tanto_article h5{
	margin-top: 15px;
}
.tanto_article p.txt.l{
	width: 80%;
	margin-top: 1.5em;
	margin-bottom: 2.5em;
}
.interview_member_ogawa{
	background-color:#4fb4da;
	padding:2px 10px;
	margin:0 0 15px;
	color:#FFF;
	border-radius:5px;
}
.interview_member_funada{
	background-color:#f07698;
	padding:2px 10px;
	margin:0 0 15px;
	color:#FFF;
	border-radius:5px;
}
.interview_member_tagusari{
	 background-color:#58b64f;
	 padding:2px 10px;
	 margin:0 0 15px;
	 color:#FFF;
	 border-radius:5px;
}
.interview_member_murakami{
	 background-color:#f5b73e;
	 padding:2px 10px;
	 margin:0 0 15px;
	 color:#FFF;
	 border-radius:5px;
}

.tanto_tbl{
	margin: 1em;
}

.tanto_tbl th{
	padding: 10px 0 30px 0;
	font-size: 100%;
	line-height: 1.7em;
	color: #343434;
	font-weight: bold;
}
.tanto_tbl td p{
	margin-bottom: 2em;
}

.tanto_tbl td{
	font-size: 90% !important;
}

p.tanto_txt{
	padding: 1em;
	padding-top: 0;
}


div.article ul.photolist li p.tanto_txt{
	font-size: 100% !important;
}

p.appicon {
	width: 100px;
	margin: 0 20px;
	float: left;
}
div.app_line{
	border-bottom: #ccc solid 1px;
}
div.article .inBox ul.appdata.insta li {
	margin: 0;
}
div.img_l{
	padding: 20px;
}
div.img_l img{
	float: left;
	margin-right: 15px;
}
div.article .inBox p.txt + ul{
	padding: 0 20px;
}
div.article .inBox.appBox p.txt{
	padding-top: 0;
}

/* specialColumnBox */
.specialColumnBox {
}
.specialColumnBox_2column {
	display: inline-block;
	width: 434px;
	margin: 0 20px 0 0;
	font-size: 0;
	text-align: center;
}
.specialColumnBox_2column:last-child {
	margin: 0;
}

.specialColumnBox_1col,
.specialColumnBox_2col_pl,
.specialColumnBox_3column ul{
	margin: 0 auto 20px;
	line-height: 1em;
}

.specialColumnBox_3column ul li {
	width: 30%;
	float: left;
	margin-right: 20px;
	height: inherit;
}

.specialColumnBox_2col_pl li:last-child,
.specialColumnBox_3column ul li:last-child {
	margin-right: 0;
}

.specialColumnBox_1col a,
.specialColumnBox_2col_pl li a,
.specialColumnBox_3column ul li a {
	position: relative;
	display: block;
}

.specialColumnBox_1col a img ,
.specialColumnBox_2col_pl li a img ,
.specialColumnBox_3column ul li a img {
	max-width: 100%;
	height: auto;
	transition-property: transform, -ms-transform, opacity;
	transition-duration: .2s;
	backface-visibility: hidden;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.specialColumnBox_1col a img ,
	.specialColumnBox_2col_pl li a img ,
	.specialColumnBox_3column ul li a img {
		margin-bottom: 0px;
	}

}


.specialColumnBox_1col a:hover img,
.specialColumnBox_2col_pl li a:hover img,
.specialColumnBox_3column ul li a:hover img {
	opacity: 0.5;
}

.specialColumnBox_1col a:after,
.specialColumnBox_2col_pl li a:after ,
.specialColumnBox_3column ul li a:after {
	content: '';
	width: 56px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -28px;
	margin-top: -30px;
	background: url(/common/2026/images/common/hover_detail_ic.png) no-repeat center center;
	background-size: 100% auto;
	cursor: pointer;
	opacity: 0;
	transition-duration: .2s;
}

.specialColumnBox_1col .redBtn a:after,
.specialColumnBox_2col_pl .redBtn a:after,
.specialColumnBox_3column .redBtn a:after {
	background: none;
}

.specialColumnBox_1col a:hover:after,
.specialColumnBox_2col_pl li a:hover:after,
.specialColumnBox_3column ul li a:hover:after {
	opacity: 1;
}

/* redBtn */
.redBtn {
	text-align: center;
	font-size: 90%;
}
.redBtn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #cc0000;
	color: #fff;
	padding: 12px 25px;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	margin-bottom: 20px;
}
.redBtn a:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 14px;
	background: url(/common/2026/images/common/icon_btn_arrow.png) no-repeat left top;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	margin-top: -7px;
}

.designCard {
	margin:0 auto 10px;
	position: relative;
}
.designCard > ul > li{
	width: 200px;
	height: 296px;
	float: left;
	margin-right: 9px;
	line-height: 0;
	font-size: 0;
	margin-bottom: 0;
	position: relative;
}
.designCard > ul > li .charaText{
	font-size: 9px;
}
.designCard a img{
	transition-property: transform, -ms-transform, opacity;
	transition-duration: .2s;
	backface-visibility: hidden;
}




.designCard.gray_border01 img {
	outline:1px solid #D0D0D0;
	outline-offset:-1px;
	overflow:hidden;
}
.designCard.gray_border02 a {
	position: relative;
	display:inline-block;
}
.designCard.gray_border02 a::before {
border:1px solid #D0D0D0;
position:absolute;
    content:"　";
	top:2.5%;
	left:4%;
	right:4%;
	bottom:4.5%;
	z-index:99;
}
@media screen and (max-width: 768px) {
	.designCard.gray_border02 a::before {
		top:0;
		left:0;
		right:1.5%;
		bottom:1.8%;
	}
}
@media screen and (max-width: 540px) {
	.designCard.gray_border02 a::before {
		bottom:2.2%;
	}
}
@media screen and (max-width: 470px) {
	.designCard.gray_border02 a::before {
		bottom:2.5%;
	}
}
@media screen and (max-width: 380px) {
	.designCard.gray_border02 a::before {
		bottom:3%;
	}
}
.gray_border03 {
	position: relative;
	display:inline-block;
}
.gray_border03::before {
border:1px solid #D0D0D0;
position:absolute;
    content:"　";
	top:3%;
	left:4.8%;
	right:4.8%;
	bottom:5.5%;
	z-index:99;
}
@media screen and (max-width: 768px) {
	.gray_border03::before {
		top:0;
		left:0;
		right:1.5%;
		bottom:2.2%;
	}
}
@media screen and (max-width: 570px) {
	.gray_border03::before {
		right:1.5%;
		bottom:2.5%;
	}
}
.gray_border04 {
	position: relative;
	display:inline-block;
}
.gray_border04::before {
border:1px solid #D0D0D0;
position:absolute;
    content:"　";
	top:3%;
	left:4.5%;
	right:4.5%;
	bottom:5.5%;
	z-index:99;
}
@media screen and (max-width: 768px) {
	.gray_border04::before {
		top:0;
		left:0;
		right:0;
		bottom:2.2%;
	}
}
.designCard.gray_border05 a {
	position:relative;
	display:inline-block;
}
.designCard.gray_border05 a::before {
border:1px solid #D0D0D0;
position:absolute;
    content:"　";
	top:3%;
	left:5%;
	right:5%;
	bottom:5.8%;
	z-index:99;
}
@media screen and (max-width: 767px) {
		.designCard.gray_border05 a::before {
		top:0;
		left:0;
		right:0%;
		bottom:2.5%;
	}
}
@media screen and (max-width: 570px) {
	.designCard.gray_border05 a::before {
		bottom:3.5%;
	}
}
@media screen and (max-width: 500px) {
	.designCard.gray_border05 a::before {
		bottom:4%;
	}
}

.designCard.gray_border06 a {
	position: relative;
	display:inline-block;
}
.designCard.gray_border06 a::before {
border:1px solid #D0D0D0;
position:absolute;
    content:"　";
	top:3%;
	left:2.5%;
	right:2.3%;
	bottom:5.8%;
	z-index:99;
}
@media screen and (max-width: 767px) {
		.designCard.gray_border06 a::before {
		top:0;
		left:0;
		right:0%;
		bottom:2.5%;
	}
}
@media screen and (max-width: 570px) {
	.designCard.gray_border06 a::before {
		bottom:3.5%;
	}
}
@media screen and (max-width: 500px) {
	.designCard.gray_border06 a::before {
		bottom:4%;
	}
}
.gray_border07 {
	position: relative;
	display:inline-block;
}
.gray_border07::before {
border:1px solid #D0D0D0;
position:absolute;
    content:"　";
	top:3%;
	left:4.5%;
	right:4.5%;
	bottom:5.5%;
	z-index:99;
}
@media screen and (max-width:767px) {
	.gray_border07::before {
		top:0;
		left:0;
		right:0;
		bottom:2.2%;
	}
}
@media screen and (max-width:570px) {
	.gray_border07::before {
		top:0;
		left:0;
		right:0;
		bottom:3.5%;
	}
}
.gray_border08 a {
	position: relative;
	display:inline-block;
}
.gray_border08 a::before {
border:1px solid #D0D0D0;
position:absolute;
    content:"　";
	top:4%;
	left:6.5%;
	right:6%;
	bottom:7.3%;
	z-index:99;
}
@media screen and (max-width:767px) {
	.gray_border08 a::before {
		top:0;
		left:0;
		right:0;
		bottom:2.5%;
	}
}
.designCard.gray_border09 a {
	position: relative;
	display:inline-block;
}
.designCard.gray_border09 a::before {
border:1px solid #D0D0D0;
position:absolute;
    content:"　";
	top:3%;
	left:5%;
	right:5%;
	bottom:6%;
	z-index:99;
}
@media screen and (max-width:767px) {
	.designCard.gray_border09 a::before {
		top:0%;
		left:0%;
		right:0%;
		bottom:2.5%;
	}
}
@media screen and (max-width:540px) {
	.designCard.gray_border09 a::before {
		bottom:3%;
	}
}
@media screen and (max-width:400px) {
	.designCard.gray_border09 a::before {
		bottom:3.8%;
	}
}
.gray_border10 {
	position: relative;
	display:inline-block;
}
.gray_border10::before {
border:1px solid #D0D0D0;
position:absolute;
    content:"　";
	top:4%;
	left:3.5%;
	right:3.5%;
	bottom:7.5%;
	z-index:99;
}
@media screen and (max-width:767px) {
	.gray_border10::before {
		top:0%;
		left:0;
		right:0%;
		bottom:3%;
	}
}
@media screen and (max-width:570px) {
	.gray_border10::before {
		right:2%;
		bottom:4%;
	}
}
@media screen and (max-width:450px) {
	.gray_border10::before {
		bottom:5.5%;
	}
}
@media screen and (max-width:380px) {
	.gray_border10::before {
		bottom:5.8%;
	}
}
.gray_border11 a {
	position: relative;
	display:inline-block;
}
.gray_border11 a::before {
border:1px solid #D0D0D0;
position:absolute;
    content:"　";
	top:2%;
	left:1.5%;
	right:1.5%;
	bottom:4%;
	z-index:99;
}
@media screen and (min-width:769px) {

}
@media screen and (max-width:768px) {
	.gray_border11 a::before {
		top:0%;
		left:0;
		right:0%;
		bottom:2%;
	}
}
@media screen and (max-width:450px) {
	.gray_border11 a::before {
		top:0%;
		left:0;
		right:0%;
		bottom:1.5%;
	}
}
.gray_border12 a {
	position: relative;
	display:inline-block;
}
.gray_border12 a::before {
border:1px solid #D0D0D0;
position:absolute;
    content:"　";
	top:2.5%;
	left:2%;
	right:-0.2%;
	bottom:4.5%;
	z-index:99;
}
@media screen and (max-width:768px) {
	.gray_border12 a::before {
		top:0%;
		left:0;
		right:-0.5%;
		bottom:0%;
	}
}
.gray_border13 a {
	position: relative;
	display:inline-block;
}
.gray_border13 a::before {
border:1px solid #D0D0D0;
position:absolute;
    content:"　";
	top:2.5%;
	left:2.2%;
	right:-0.4%;
	bottom:4.5%;
	z-index:99;
}
@media screen and (max-width:768px) {
	.gray_border13::before {
		top:0%;
		left:0;
		right:-0.5%;
		bottom:0%;
	}
}
.designCard.gray_border14  {
	position: relative;
	display:inline-block;
}
.designCard.gray_border14::before {
border:1px solid #D0D0D0;
position:absolute;
    content:"　";
	top:3%;
	left:2.5%;
	right:2.5%;
	bottom:5.8%;
	z-index:99;
}
@media screen and (max-width: 767px) {
		.designCard.gray_border14::before {
		top:0;
		left:0;
		right:1.2%;
		bottom:2.5%;
	}
}
@media screen and (max-width: 570px) {
	.designCard.gray_border14::before {
		bottom:3.5%;
	}
}
@media screen and (max-width: 500px) {
	.designCard.gray_border014::before {
		bottom:4%;
	}
}

.gray_border15 {
	position: relative;
	display:inline-block;
}
.gray_border15::before {
border:1px solid #D0D0D0;
position:absolute;
    content:"　";
	top:2.3%;
	left:21%;
	right:21%;
	bottom:4%;
	z-index:99;
}
@media screen and (max-width:768px) {
	.gray_border15::before {
		top:0%;
		left:0;
		right:0%;
		bottom:0%;
	}
}




.designCard a:hover img{
	opacity: 0.5;
}
.designCard  a:after {
	content: '';
	width: 56px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -28px;
	margin-top: -30px;
	background: url(/common/2026/images/column/common/hover_detail_ic.png) no-repeat center center;
	background-size: 100% auto;
	cursor: pointer;
	opacity: 0;
	transition-duration: .2s;
}
.designCard  a:hover:after {
	opacity: 1;
}


/* recommend */
.page_naka #recommend {
	padding-top: 20px;
}

.ttl_recommend {
	font-weight: bold;
	line-height: 50px;
	padding-left: 95px;
	background: url(/common/2026/images/column/common/article/bg_ttl_recommend.png) left bottom no-repeat;
	background-size: 78px auto;
	font-size: 120%;
	margin-bottom: 20px;
	border-bottom: 4px solid #BC9E60;
}

ul.recommend_page > li + li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #DDB33A;
}
ul.recommend_page > li > a {
	display: block;
	padding: 0 25px;
}
ul.recommend_page > li > a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
ul.recommend_page > li > a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

ul.recommend_page > li > a p.thum {
	width: 25%;
	float: left;
}
ul.recommend_page > li > a p.thum img {
	width: 100px;
	display: block;
	margin: auto;
}

ul.recommend_page > li > a .detail {
	width: 72%;
	float: right;
}
ul.recommend_page > li > a .detail p.ttl {
	color: #DE2205;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 26px;
	text-decoration: underline;
	background: url(/common/2026/images/column/common/article/arrow_recommend.png) left .2em no-repeat;
}
ul.recommend_page > li > a .detail p.txt {
	color: #333;
	font-size: 86%;
}


body#list .secondaryPages {
    background-image: url(/common/2026/images/column/index/bg_title.jpg);
}
body#list .ttl_page p {
	font-size: 40%;
}
body#list .anchorLinks {
	text-align: center;
	font-size: 90%;
}
body#list .anchorLinks li {
	float: left;
	margin: 0 10px 10px 0;
}
body#list .anchorLinks li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #cc0000;
	color: #fff;
	padding: 3px 8px 3px 16px;
	border-radius: 5px;
	text-decoration: none;
}
/* specialColumnListBox */
body#list .specialColumnListBox li {
	float: left;
	display: block;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	width: 540px;
}

body#list .specialColumnListBox li a .title_special {
    width: 167px;
    margin: 0 0 12px -27px;
    background: url(/common/2026/images/column/common/bg_special_interview_small.png) #917d00 left bottom no-repeat;
    color: #fff;
    line-height: 31px !important;
    height: 29px;
    text-align: center;
	font-size: 75%;
	position: relative;
}
body#list .specialColumnListBox li a .title_special:before {
    position: absolute;
    top: 100%;
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #635c34;
    opacity: 1;
    left: 0;
    border-right: 4px solid #635c34;
}
body#list .specialColumnListBox li:nth-child(odd) {
	margin-right: 20px;
}
body#list .specialColumnListBox.col3 li {
	width: 350px;
	margin-right: 25px;
}
body#list .specialColumnListBox.col3 li:nth-child(odd) {
	margin-right: 25px;
}
body#list .specialColumnListBox.col3 li:nth-child(3n) {
	margin-right: 0;
}
body#list .specialColumnListBox li a {
	display: block;
	padding: 20px;
	text-decoration: none;
}
body#list .specialColumnListBox li a .arrow {
	display: block;
	background: url(/common/2026/images/column/common/list/icon_link_arrow.gif) no-repeat right center;
}
body#list .specialColumnListBox li a .thumbs {
	display: block;
	float: right;
	width: 160px;
	height: auto;
	margin-top: -37px;
	padding-left: 19px;
}
body#list .specialColumnListBox li a .text {
	display: block;
}
body#list .specialColumnListBox li a .text .title {
	display: block;
	font-size: 119%;
	color: #cc0000;
	padding-right: 30px;
	vertical-align: bottom;
	font-weight: bold;
	background: url(/common/2026/images/column/common/ico_arrow_red01.gif) no-repeat left 3px;
	padding-left: 1em;
    text-decoration: underline;
}
body#list .ttl_list {
    font-weight: bold;
    line-height: 50px;
    padding-left: 95px;
    background: url(/common/2026/images/column/common/article/bg_ttl_recommend.png) left bottom no-repeat;
    background-size: 78px auto;
    font-size: 170%;
    margin-bottom: 20px;
    border-bottom: 4px solid #BC9E60;
}
body#list .iconAnchor{
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
body#list .iconAnchor::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    left: 7px;
    margin-top: -10px;
}
body#list .block01 {
    margin-bottom: 50px;
}
/* columnListBox */
body#list .columnListBox li {
	float: left;
	display: block;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	width: 540px;
}
body#list .columnListBox li:nth-child(odd) {
	margin-right: 20px;
}
body#list .columnListBox.col3 li {
	width: 350px;
	margin-right: 25px;
}
body#list .columnListBox.col3 li:nth-child(odd) {
	margin-right: 25px;
}
body#list .columnListBox.col3 li:nth-child(3n) {
	margin-right: 0;
}
body#list .columnListBox li a {
	display: block;
	padding: 10px;
}
body#list .columnListBox li a .arrow {
	display: block;
	background: url(/common/2026/images/column/common/list/icon_link_arrow.gif) no-repeat right center;
}
body#list .columnListBox li a .thumbs {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	vertical-align: middle;
}
body#list .columnListBox li a .thumbs img{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body#list .columnListBox li a .text {
	display: block;
	padding-left: 120px;
}
body#list .columnListBox li a .text .title {
	display: block;
	font-size: 110%;
	color: #917d00;
	padding-right: 30px;
	vertical-align: bottom;
	font-weight: bold;
	padding-top: 37px;
}
body#list .columnListBox li a .text .title.multiline {
	padding-top: 24px;
}
body#list .columnListBox li a .text .title.multiline2 {
	padding-top: 24px;
}
body#list .columnListBox li a .text .title.multiline3 {
	padding-top: 11px;
}
body#list .columnListBox li a .text .title.multiline4 {
	padding-top: 0px;
	line-height: 1.4em;
}
body#list .columnListBox li a .text .title.small {
	font-size: 105%;
	line-height: 1.5em;
}
/* backBtn */
body#list .backBtn {
	text-align: center;
	font-size: 90%;
}
body#list .backBtn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #917d00;
	color: #fff;
	padding: 12px 25px;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
}
body#list .backBtn a:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 14px;
	background: url(/common/2026/images/column/common/list/icon_btn_arrow.png) no-repeat left top;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	margin-top: -7px;
}


/* * * * * * * * * * * * * * * * * *
 smartPhone
* * * * * * * * * * * * * * * * * */
@media screen and (max-width: 768px) {

	/* common
	--------------------------------- */
	.secondaryPages {
		background-position: center bottom;
		background-size: 100% auto;
		height: auto;
		margin-bottom: 3px;
		position: relative;
		padding-bottom: 25%;
	}
	.secondaryPages:before {
		height: 3px;
		background-size: auto 3px;
		bottom: -3px;
	}

	h1.ttl_page {
		font-size: 140%;
		padding-left: 40px;
		background-size: 31px auto;
		background-position: left 5px;
		margin: 0 0 10px !important;
	}

	.secondaryPages .topContents .topText {
		max-width: none;
	}
	.secondaryPages .topContents p.catchCopy {
		font-size: 12px;
		max-width: 70%;
	}

	#column2020 {
		background-image: url(/common/2026/images/column/common/bg_bottom_sp.png);
		background-size: 100% auto;
		padding-bottom: 36%;
	}
	#article #column2020 {
		background-image: url(/common/2026/images/column/common/bg_bottom_sp_mochi.png);
		background-size: 100% auto;
	}

	#column2020 .section {
		padding: 6% 0;
	}

	#column2020 .inner {
		padding-left: 4%;
		padding-right: 4%;
	}

	#column2020 .sp-show {
		display: block;
	}
	#column2020 .pc-show {
		display: none;
	}

	#column2020 a:hover img {
		filter: alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
	}

	#column2020 .section .box h2,
	h2.naka_title {
		font-size: 110%;
		margin-bottom: 10px;
	}

	.box + .box {
		margin-top: 20px;
	}

	/* borderBox */
	.borderBox {
		box-shadow: 0 0 0 2px #FFF inset, 0 0 0 3px #DD2104 inset;
		padding: 5%;
		border-radius: 7px;
	}

	.page_naka .borderBox,
	body#article .borderBox {
		padding: 5%;
	}

	/* index
	--------------------------------- */
	body#index .secondaryPages {
		background-image: url(/common/2026/images/column/index/bg_title_sp.png);
	}

	body#index #column2020 {
		padding-bottom: 36%;
	}

	body#index h1.ttl_page {
		margin-top: 50px;
	}

	/* category_list */
	ul.category_list {
		margin: 0 -7px;
	}

	ul.category_list > li {
		width: auto;
		float: none;
		padding: 0 7px;
	}
	ul.category_list > li + li {
		margin-top: 15px;
	}
	ul.category_list > li a {
		border-radius: 7px;
		background-size: 14px 14px;
	}
	ul.category_list > li a:hover {
		filter: alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
	}

	ul.category_list > li a .title {
		padding: 20px 15px 0;
	}
	ul.category_list > li a .title p.ttl {
		font-size: 110%;
		margin-bottom: 5px;
	}
	ul.category_list > li a .title p.txt {
		font-size: 12px;
	}

	ul.category_list > li.size_m {
		width: 50%;
		float: left;
	}
	ul.category_list > li.size_m a p.thum,
	ul.category_list > li.size_m a .title {
		width: auto;
		float: none;
	}
	ul.category_list > li.size_m a .title {
		padding: 10px;
	}
	ul.category_list > li.size_m a .title p.ttl {
		font-size: 13px;
	}

	.special_list {
		padding: 20px 25px;
	}

	/* tabNav */
	ul.tabNav > li {
		height: 40px;
	}
	ul.tabNav > li a {
		border-radius: 7px 7px 0 0;
		font-size: 10px;
		padding-top: 4px;
		padding-left: 15px;
		line-height: 1.2;
		text-align: left;
	}
	ul.tabNav > li a:before {
		position: absolute;
		left: 3px;
		top: 50%;
		margin-top: -5px;
		width: 10px;
		height: 11px;
		background-size: 10px 11px!important;
	}

	ul.tabNav > li.active a:after {
		border: 9px solid transparent;
		border-top: 13px solid #DD2104;
		border-bottom: 0;
		bottom: -13px;
		margin-left: -9px;
	}

	.tabCont .borderBox {
		border-radius: 0 0 7px 7px;
	}
	.tabCont .borderBox:before {
		height: 3px;
	}

	/* page_list */
	ul.page_list {
		margin: 0 -5px -15px;
	}

	ul.page_list > li {
		width: 50%;
		padding: 0 5px 15px;
	}

	ul.page_list > li a:hover {
		filter: alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
	}

	ul.page_list > li p.ttl {
		padding: 5px 0;
		font-size: 90%;
	}

	ul.page_list > li p.txt {
		font-size: 80%;
	}

	ul.page_list > li p.category {
		margin: 0;
	}
	ul.page_list > li p.category span {
		padding: 0 8px;
		height: 18px;
		line-height: 18px;
		border-radius: 9px;
		font-size: 10px;
	}

	.page_naka ul.page_list > li p.category span{
		height: auto;
	}

	p.btn {
		padding-top: 20px;
	}
	p.btn img {
		width: 265px;
		max-width: 100%;
	}

	h2.ttl_img {
		text-align: center;
		margin-bottom: 15px;
	}
	h1.ttl_img {
		text-align: center;
		margin-bottom: 15px;
	}

	.roundBox {
		border-radius: 7px;
		padding: 20px;
	}
	.roundBox + .roundBox {
		margin-top: 10px;
	}

	p.btn_templete {
		width: auto;
		float: none;
	}
	p.btn_templete + p.btn_templete {
		margin-top: 10px;
	}
	p.btn_templete img {
		border: 2px solid #C19D63;
	}

	/* character_list */
	ul.character_list {
		padding: 0;
		margin: 0 -3px;
	}

	ul.character_list > li {
		width: 25%;
		padding: 0 3px 6px;
	}

	ul.character_list > li a {
		border: 2px solid #C19D63;
	}

	ul.character_list > li a:after {
		font-size: 14px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin: -10px 0 0 -10px;
	}

	#index p.bnr {
		margin-top: 30px;
	}

	#popup_wrap {
		display: block;
	}


	/* naka - index
	--------------------------------- */
	/* secondaryPages */
	body#marriage .secondaryPages {
		background-image: url(/common/2026/images/column/article/marriage_bg_title_sp.png);
	}
	body#birth .secondaryPages {
		background-image: url(/common/2026/images/column/article/birth_bg_title_sp.png);
	}
	body#moving .secondaryPages {
		background-image: url(/common/2026/images/column/article/moving_bg_title_sp.png);
	}
	body#family .secondaryPages {
		background-image: url(/common/2026/images/column/article/family_bg_title_sp.png);
	}
	body#business .secondaryPages {
		background-image: url(/common/2026/images/column/article/business_bg_title_sp.png);
	}
	body#gift .secondaryPages {
		background-image: url(/common/2026/images/column/article/gift_bg_title_sp.png);
	}

	ul.page_list > li p.thum{
		height: 150px;
	}

	ul.page_list > li p.thum{
		border: 2px solid #E7E7E7;
	}

	ul.page_list > li p.thum img {
		border: none;
	}

	.page_naka ul.page_list > li p.category{
		margin-top: 5px;
	}

	.page_naka ul.page_list > li p.category,
	.page_naka ul.page_list > li p.ttl,
	.page_naka ul.page_list > li p.txt{
		margin-left: 0;
		margin-right: 0;
	}

	/* page_naka */
	.page_naka {
		padding-top: 20px;
	}

	.page_naka #main_area,
	.page_naka #side_area {
		width: auto;
		float: none;
	}
	.page_naka #main_area {
		margin-bottom: 8%;
	}

	.page_naka h2.naka_title {
		padding-left: 27px;
		background-size: 21px auto;
		min-height: 22px;
		line-height: 22px;
	}

	ul.bnr_list li img {
		width: 100%;
	}

	/* naka - article
	--------------------------------- */
	body#article .secondaryPages {
		display: none;
	}

	body#article .page_naka {
		padding-top: 4%;
	}

	/* article */
	div.article + div.article {
		margin-top: 20px;
	}

	h2.ttl_article {
		font-size: 120%;
	}
	h2.ttl_article + p.txt {
		margin-bottom: 15px;
	}
	h1.ttl_article {
		font-size: 120%;
	}
	h1.ttl_article + p.txt {
		margin-bottom: 15px;
	}

	div.article p + p {
		margin-top: 10px;
	}

	div.article h3 {
		padding-left: 18px;
		line-height: 20px;
		margin-bottom: 10px;
		font-size: 100%;
		background-position: 0 5px;
		background-size: 10px 10px;
	}

	div.article .inBox {
		border: 2px solid #EDE09C;
		border-radius: 7px;
	}
	div.article .inBox p.ttl {
		padding: 3px 10px 5px;
	}
	div.article .inBox p.txt {
		padding: 5px 10px 15px;
	}

	div.article p.txt + .inBox {
		margin-top: 20px;
	}

	.article_special .title{
		position: relative;
		top: 0;
		left: auto;
		text-align: center;
		width: 100%;
		max-width: 244px;
		margin: 0 auto 10px;
		background-color: #ab9720;
		background-image: none;
		border-radius: 3px;
		line-height: 1em !important;
		padding: 10px;
		height: auto;
		color: #fff;
	}

	.article_special .image.r{
		float: none;
		width: 100%;
	}

	.article_special .image.r img{
		display: block;
		margin: 0 auto;
	}

	.article_special h2.ttl_article{
		width: 100%;
	}
	.article_special h1.ttl_article{
		width: 100%;
	}

	div.article p.image.l{
		float: none;
		width: 100%;
	}

	div.article p.image.l img{
		display: block;
		margin: 0 auto;
		max-height: 250px;
	}

	div.article ul.photolist{
		width: 100%;
	}

	div.article ul.photolist li{
		width: 100%;
	}

	div.article ul.photolist li img{
		max-height: 250px;
		display: block;
		margin: 0 auto 15px;
	}

	div.article ul.photolist li p.textRight{
		text-align: center !important;
	}

	div.article.attaka_article.attaka1 .inBox p.ttl,
	div.article.attaka_article.attaka2 .inBox p.ttl,
	div.article.attaka_article.attaka3 .inBox p.ttl,
	div.article.attaka_article .inBox p.ttl{
		padding-right: 10px;
		background: #ede09c;
	}

	div.article.attaka_article .inBox p.ttl{
		font-size: 110%;
		height: auto;
		padding-top: 17px;
	}

	div.article .inBox .bg_blue{
		margin: 5px 10px 15px;
	}

	div.article.attaka_article .attaka_sp{
		display: block;
		color: #fff;
		background-color: #cc0200;
		padding: 5px;
		text-align: center;
		font-size: 85%;
		border-radius: 7px 7px 0 0;
	}

	.tanto_article h3{
		font-size: 140%;
	}

	.tanto_article .l{
		float: none;
		width: 100%;
	}

	.tanto_article .l img{
		display: block;
		margin: 0 auto;
	}

	.tanto_article p.txt.l{
		width: 100%;
		margin-bottom: 1.5em;
	}

	.tanto_tbl td{
		display: block;
		width: 100%;
	}

	.tanto_tbl td p{
		margin-bottom: 1em;
	}

	.tanto_tbl td p.image{
		margin-top: 2em;
	}

	.article_special_eyecatch{
		padding-top: 10px;
	}

	.article_special_eyecatch .title_special{
		position: relative;
		top: 0;
		left: auto;
		text-align: center;
		width: 100%;
		max-width: 244px;
		margin: 0 auto 10px;
		background-color: #ab9720;
		background-image: none;
		border-radius: 3px;
		line-height: 1em !important;
		padding: 10px;
		height: auto;
	}

	.article .clearfix .l{
		float: none;
		width: 100%;
	}

	.article .clearfix .l img{
		display: block;
		margin: 0 auto;
	}


	.specialColumnBox_1col,
	.specialColumnBox_2col_pl li,
	.specialColumnBox_3column ul li{
		width: 100%;
	}

	.specialColumnBox_1col img,
	.specialColumnBox_2col_pl li img,
	.specialColumnBox_3column ul li img{
		max-height: 250px;
		display: block;
		margin: 0 auto 15px;
		width: auto;
	}

	.article_special .title_special{
		position: relative;
		top: 0;
		left: auto;
		text-align: center;
		width: 244px;
		margin: 0 auto 10px;
		background-color: #ab9720;
		background-image: none;
		border-radius: 3px;
		line-height: 1em !important;
		padding: 10px;
		height: auto;
	}

	div.article h4 {
		font-size: 110%;
	}
	div.article .inBox h4 {
		padding-left:10px;
	}
	div.img_l {
		width: 100%;
	}

	div.img_l img{
		float: none;
		display: block;
		margin: 0 auto;
		max-height: 200px;
	}

	div.article .inBox p.image{
		margin: 15px;
	}

	p.appicon{
		width: calc(39% - 40px);
	}

	.appdata{
		display: inline-block;
		width: 60%;
		padding-top: 10px !important;
	}

	.appBox .appdata{
		width: 90%;
	}

	div.article .inBox .nengajo_sippai{
		border: #eee09c 2px solid;
	}

	div.article_top h2.ttl_article span{
		font-size: 78%;
	}
	div.article_top h1.ttl_article span{
		font-size: 78%;
	}

	.cvArea .cvBtn{
		font-size: 95%;
	}

	.cvArea h3{
		font-size: 120%;
	}

	.cvArea .txt{
		font-size: 90%;
	}

	.cvArea .cvBtn a{
		padding:10px 20px;
	}

	.cvArea .flPhoto.right{
		float: none;
		width: 100%;
		padding: 0 0 20px !important;
		text-align: center;
	}

	.cvArea .flPhoto.right img{
		display: block;
		margin: 0 auto;
		max-width: 80%;
	}

	.cvArea_pc{
		display: none;
	}

	.cvArea_sp{
		display: block;
	}

	.stepBlock .step01 {
		border:#917d00 1px solid;
		border-radius: 10px;
		background:#FFF;
		text-align:center;
		padding:5px 20px 6px;
	}
	.stepBlock .leftChart .step02 {
		border:#cc0000 1px solid;
		border-radius: 10px;
		background:#FFF;
		text-align:center;
		padding:5px 20px 6px;
	}
	.stepBlock .leftChart .stepBg {
		padding-top:15px;
	}
	.stepBlock .leftChart .stepEndBg {
		padding-top:26px;
	}
	.stepBlock .rightChart .step02 {
		border:#00a273 1px solid;
		border-radius: 10px;
		background:#FFF;
		text-align:center;
		padding:5px 20px 6px;
	}
	.stepBlock .rightChart .stepBg {
		padding-top:15px;
	}
	.stepBlock .rightChart .stepEndBg {
		padding-top:26px;
	}
	.stepTitle {
		font-weight:bold;
	}
	.stepTitle img {
		vertical-align:middle;
		margin-right:5px;
	}
	.leftChart {
		width:48%;
		float:left;
	}
	.rightChart {
		width:48%;
		float:right;
	}

	.makingStepBlock {
		margin-bottom:23px;
	}
	.makingStepBlock .step01 {
		border:#0068b6 2px solid;
		padding:6px 8px;
		background:#deeaf7;
	}
	.makingStepBlock .step02 {
		border:#e52d8a 2px solid;
		padding:6px 8px;
		background:#f9deea;
	}
	.makingStepBlock .step03 {
		border:#404040 2px solid;
		padding:6px 8px;
		background:#e8e9e9;

	}
	.makingStepBlock .step01,
	.makingStepBlock .step01 p,
	.makingStepBlock .step02,
	.makingStepBlock .step02 p,
	.makingStepBlock .step03,
	.makingStepBlock .step03 p {
		font-size:12px;
		line-height:1.3;
	}
	.makingStepBlock table {
		width:100%;
		border:none;
		margin-bottom:7px;
		border-collapse:collapse;
		border:0px;
	}
	.makingStepBlock table td, .makingStepBlock table th {
		background:#FFF;
		padding:5px 6px;
	}
	.makingStepBlock .step01 table th {
		background:#0068b6;
		color:#FFF;
	}
	.makingStepBlock .step02 table th {
		background:#e52d8a;
		color:#FFF;
	}
	.makingStepBlock table td.icon {
		width:21px;
		padding:0px;
		padding-right:5px;
		background:transparent;
	}
	.makingStepBlock .step01 table td {
		color:#0068b6;
	}
	.makingStepBlock .step02 table td {
		color:#e52d8a;
	}
	.makingStepBlock .step03 table td {
		background:transparent;
	}


	/* recommend */
	.ttl_recommend {
		line-height: 30px;
		padding-left: 60px;
		background-size: 50px auto;
		font-size: 100%;
		margin-bottom: 10px;
		border-bottom: 2px solid #BC9E60;
	}

	ul.recommend_page > li + li {
		margin-top: 15px;
		padding-top: 15px;
	}
	ul.recommend_page > li > a {
		padding: 0;
	}
	ul.recommend_page > li > a:hover {
		filter: alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
	}

	ul.recommend_page > li > a .detail p.ttl {
		font-size: 90%;
		text-decoration: underline;
		padding-left: 13px;
		background-size: 9px 9px;
		background-position: 0 .4em;
	}
	ul.recommend_page > li > a .detail p.txt {
		color: #333;
		font-size: 86%;
	}

		body#list .secondaryPages {
		background-image: url(/common/2026/images/column/index/bg_title_sp.png);
	}
	body#list h1.ttl_page {
		font-size: 140%;
		padding-left: 0px;
		background: none;
	}
	body#list .specialColumnListBox li {
		float: none;
		width: 100%;
	}
	body#list .specialColumnListBox li a .text .title {
		display: block;
		font-size: 100%;
		color: #cc0000;
		padding-right: 30px;
		vertical-align: bottom;
		font-weight: bold;
		background: url(/common/2026/images/column/common/ico_arrow_red01.gif) no-repeat left 3px;
		padding-left: 0em;
		text-decoration: underline;
	}
	body#list .columnListBox li {
		float: none;
		width: 100%;
	}
	body#list .columnListBox li a .text .title {
		display: block;
		font-size: 100%;
		color: #917d00;
		padding-right: 30px;
		vertical-align: bottom;
		font-weight: bold;
		padding-top: 0px;
	}
	body#list .columnListBox li a .text .title br{
		display: none;
	}
	body#list .columnListBox li a .text .title.multiline {
    	padding-top: 0px;
	}
	body#list .ttl_list {
		line-height: 30px;
		padding-left: 60px;
		background-size: 50px auto;
		font-size: 100%;
		margin-bottom: 10px;
		border-bottom: 2px solid #BC9E60;
	}
	body#list .smallMargin {
		font-size: 90%;
	}
	body#list .anchorLinks li {
		float: none;
		margin: 0 0px 10px 0;
	}
	body#list .anchorLinks li a {
		padding: 8px 8px 8px 16px;
		width: 100%;
		text-align: left;
	}

}



.individual {
	display: inline-block !important;
}
.individual02 {
	display: inline-block !important;
}
.individual03 {
	display: inline-block !important;
}
.individual04 {
	display: inline-block !important;
}
.individual05 {
	display: inline-block !important;
}
.individual06 {
	display: inline-block !important;
}
.individual07 {
	display: inline-block !important;
}
.individual08 {
	display: inline-block !important;
}
@media screen and (min-width:768px) {
.individual img {
	padding: 0 5px;
	margin: 10px 6px;
}
.individual02 img {
	padding: 0 5px;
	margin: 10px 6px;
}
.individual03 img {
	padding: 0 5px;
	margin: 10px 6px;
}
.individual04 img {
	padding: 0 5px;
	margin: 10px 6px;
}
.individual05 img {
	padding: 0 5px;
	margin: 10px 6px;
}
.individual06 img {
	padding: 0 5px;
	margin: 10px 6px;
}
.individual07 img {
	padding: 0 5px;
	margin: 10px 6px;
}
.individual08 img {
	padding: 0 5px;
	margin: 10px 6px;
}
.individual09 img {
	padding: 0 5px;
	margin: 10px 6px;
	max-width:60%!important;
}
}
	.individual.pd0 img,.individual01.pd0 img,.individual02.pd0 img,.individual03.pd0 img,.individual04.pd0 img,.individual05.pd0 img,.individual06.pd0 img,.individual07.pd0 img,.individual08.pd0 img {
		padding:0;
	}
@media screen and (max-width:767px) {
.individual02 {
	max-width:47%;
}
.individual02 img:nth-child(odd) {
padding-right:2%;
}
.individual02 img:nth-child(even) {
padding-left:2%;
}
.individual03 {
	max-width:41.8%!important;
}
.individual03 img:nth-child(odd) {
padding-right:2%;
}
.individual03 img:nth-child(even) {
padding-left:2%;
}
.individual04 {
	max-width:31.5%!important;
}
.individual04 img:nth-child(odd) {
padding-right:0;
}
.individual04 img:nth-child(even) {
padding-left:2.5%;
padding-right:2.5%;
}
.individual05.Y {
	max-width:46%!important;
}
	/*
.individual05.Y img: {
padding-right:1.5%;
}
	*/
.individual05.T {
	max-width:20.7%!important;
}
	/*
.individual05.T img: {
padding-right:1.5%;
}
	*/
.individual06:nth-child(odd) {
max-width:29%;
padding-right:1%;
}
.individual06:nth-child(even) {
max-width:64%;
	padding-left:1%;
}
.individual07:nth-child(odd) {
max-width:64%;
padding-right:1%;
}
.individual07:nth-child(even) {
max-width:29%;
	padding-left:1%;
}
.individual08 {
margin-left:1.5%;
margin-right:1.5%;
max-width:30%;
}
.individual08:first-of-type {
	margin-left:0;
}
.individual08:last-of-type {
	margin-right:0;
}
.individual09 {
	max-width:100%;
}
	.specialColumnBox_1col .individual09 img {max-height:300px;}

	ul.mb > li {
padding-bottom:1.2em;
}

}


.flex-container{
  display: flex;
  flex-direction: column ;
}
.flex-left{
	width: 100%;
}

.flex-left p.column-col1,
.flex-left p.column-col1 img{
	margin-bottom: 0;
}
.flex-left .column-col2,
.flex-left .column-col2 img{
	margin-top: 0;
}
.flex-right{
	width: 100%;
   margin: 0 auto;
}
@media screen and (min-width:768px) {
.flex-container{
	display: inline-flex;
    flex-direction: row;
}
.flex-left{
	width: 327px;
}
.flex-right{
	width: 310px;
    margin: 0 auto;
}
}

.expressBunner .cdtNumber {
top: 74px;
font-size: 3.5rem;
right: 60px;
}

@media screen and (max-width: 767px) {
.expressBunner .cdtNumber {
top: 100px!important;
font-size: 3.6rem!important;
right: 48px!important;
}
}

.divExpressBunner {
width: 1100px;
}

@media screen and (max-width: 767px) {
	.divExpressBunner {
	width: 100%;
	padding: 0 10px;
	margin: 15px auto;
	}
	.miryokuTxt,.miryokuTxt2 {width: 100%!important;}
	.illustIcon,.illustIcon2 {
		width: 100%!important;
		text-align: center!important;
  		margin-right: 0!important;
   	margin-bottom: 10px;
   	float: none!important;
	}
	.illustIcon img {width: 50%!important;}
	.illustIcon2 img {width: 70%!important;}
	.miryokuBtn {margin-bottom: 30px!important;}
	.miryokuBtn a{font-size:95%!important;}
}

.dcmads {
	display: none;
}

/*------------008用-------------*/
.miryokuBox {
	display:block;
	margin-bottom: 10px;
}
.illustIcon {
	float: left;
	width: 120px;
	margin-right: 10px;
}
.illustIcon2 {
	float: left;
	width: 170px;
	margin-right: 10px;
}
.miryokuTxt {
	float: left;
	width: 550px;
}
.miryokuTxt2 {
	float: left;
	width: 500px;
}

.miryokuBtn {
	text-align: center;
	margin-bottom: 50px;
}
.miryokuBtn a{
	display: inline-block;
	background: #FF7645;
	color: #fff;
	width: 90%;
	padding: 12px 18px;
	border-radius: 25px;
	text-decoration: none;
	position: relative;
	text-align: center;
	font-size:106%;
}
.hyou {
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #c3b33b;
	border-radius: 12px;
}

.hyou table tbody td{
	text-align: center!important;
	border-top: 1px solid #c3b33b;
	padding: 15px;
	font-size: 20px;
	vertical-align: middle;
}
.hyou table tbody th{
	color: #c3b33b;
	text-align: center!important;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	border-bottom: 3px solid #c3b33b;
}
.hyou table tbody .th_l {width: 20%;}
.hyou table tbody .th_c {width: 40%;}
.hyou table tbody .th_r {width: 40%;}

.hyou table .colorRed {
	color: #DE2205;
}
.hyou table .colorRed2 {
	color: #f28978;
}
.hyou table .colorGreen2 {
	color: #479300;
}
.hyou table .kigou {
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	.hyou { border: 1px solid #c3b33b; border-radius: 7px;}
	.hyou table { border-spacing: 5px; }
	.hyou table tbody td{ font-size: 15px; padding: 10px;}
	.hyou table tbody th{ font-size: 13px; padding: 5px; border-bottom: 2px solid #c3b33b;}
	.hyou table .kigou { font-size: 20px;}
	.hyou table tbody .th_l {width: 20%;}
	.hyou table tbody .th_c {width: 50%;}
	.hyou table tbody .th_r {width: 30%;}
}
/*------------008用-------------*/




@media screen and (max-width: 767px), print {
	.sp-hide {
		display: none !important;
	}
}

ul.anchorLink a{
	display: inline-block;
	color: #e03f3e;
	text-decoration: none;
	font-weight: bold;
}
ul.anchorLink a:hover{
	text-decoration: underline;
}
ul.anchorLink a span {
	font-size:0.8em;
}



/*オススメ記事アコーディオン*/

@media screen and (max-width: 640px){
	.title{
		pointer-events: all;
	}
	.toggle{
		display: none;
	}
}
.osusume {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 100%;
/*  max-width: 1100px;*/
  overflow: hidden;
}
.osusume p {
  margin: 0 0;
  padding: 0 0 0 0;
}
.osusume p .open_osusume {
  margin: 0 0 0 0;
  padding: 8px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  font-size: 100%;
  color: #fff;
  background: #b49f66;
  border-radius:10px;
  display: block;
  position: relative;
}
.osusume p .open_osusume:after {
  margin: 0px 0 0 0;
  line-height: 0;
  content:"＋";
  position: absolute;
  top: 50%;
  right: 10px;
}
.osusume p .open_osusume.active:after {
  margin: 0px 0 0 0;
  line-height: 0;
  content:"−";
  position: absolute;
  top: 50%;
  right: 10px;
}
.osusume .desc {
  margin: 0 0 0 0;
  color: #252525;
  display: none;
  overflow: hidden;
}
.osusume .desc ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
}
.osusume .desc ul li {
  margin: 0 0 0 0;
list-style:none!important;
}

div.article h3.under_red {
	border-bottom: 2px solid #DE2205!important;
	padding-bottom:0.5em!important;
	color:#444!important;
	font-size: 130%;
		background:none;
		border-bottom:0px;
	line-height: 30px;
	font-weight: bold;
		padding-left:0px;
		margin-bottom: 15px;
}



/* special_survey */
@media screen and (min-width:768px) {
.special_survey_tlt {
	font-weight: bold;
	font-size: 180%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color:#cc0000;
	text-align: center;
}
.title_survey {
	text-align:left;
	background:linear-gradient(#aa9532, #8d7e1d);
	box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .3);
	border-radius:0px 5px 5px 0px;
	color:#fff;
	font-size:16px;
	padding:5px 40px 5px 80px;
	max-width:240px;
	margin:-40px 0 8px -51px;
	position: relative;
}
.title_survey:before {
  position: absolute;
  content: '';
  top: -10PX;
  left: 0;
  border: none;
  border-top: solid 10px transparent;
  border-right: solid 10px #6d6031;
}
.survey_bor_txt {
	color:#8d7e1d;
	border:#8d7e1d 1px solid;
	padding:10px 25px;
	width:100%;
}
}
@media screen and (max-width:767px) {
.special_survey_tlt {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
	padding-bottom:0px;
	color:#cc0000;
}
.title_survey {
	text-align:left;
	background:linear-gradient(#aa9532, #8d7e1d);
	border-radius:0px 5px 5px 0px;
	color:#fff;
	font-size:14px;
	padding:5px 20px 5px 40px;
	max-width:140px;
	margin-top:-45px;
	margin-bottom:5px;
	position:relative;
	left:-7.5%;
}
.title_survey:before {
  position: absolute;
  content: '';
  top: -10PX;
  left: 0;
  border: none;
  border-top: solid 10px transparent;
  border-right: solid 10px #6d6031;
}
.survey_bor_txt {
	color:#8d7e1d;
	border:#8d7e1d 1px solid;
	padding:10px 25px;
	width:100%;
}
}
@media screen and (min-width:571px) {
	.pc-hide570 {display: none !important;}
}
@media screen and (max-width:570px) {
	.sp-hide570 {display: none !important;}
.title_survey {left:-8.5%;}
}
@media screen and (max-width:470px) {
.title_survey {left:-9%;}
}



/* prof追加 */

.prof_area {
	border: 1px solid #ccc;
	padding: 10px;
}

.prof_area .prof_name {
	font-weight: bold;
	padding-top: 5px;
}

.prof_area .flPhoto.left {
	padding: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
	.prof_area .flPhoto.left {
		width: 100%;
		padding: 0;
		text-align: center;
	}
}


/* 外部リンク追加 */

a span.other_site img {
	width: 13px!important;
  margin-bottom: 2px!important;
	margin-left: 5px;
}

@media screen and (max-width: 768px) {
	a span.other_site img {
	  width: 13px!important;
	}
}

/* カウントダウン */
#side_area .hayawariCDT,#side_area .tokkyuCDT {
	position: absolute;
	right: 1.6%;
	font-size: 3rem;
	width: 14%;
	text-align: center;
	color: #ff0;
	font-weight: bold;
	margin-top: 4px;
}
#side_area .tokkyuCDT {
	color: #e60012;
}
@media screen and (max-width: 767px) {
	#side_area .hayawariCDT,#side_area .tokkyuCDT {
		margin-top: 9px;
		width: 51%;
	}
}




/* トップページ pickup */
.pickup_list {
	width:100%;
}
.pickup_list h2 {
	text-align:center;
	font-size:26px;
	font-weight:bold;
	letter-spacing:.3em;
}
.pickup_list ul.list {
	margin:20px 0 30px;
}
.pickup_list ul.list li {
	display:inline-block;
	width:32%;
	margin-right:1.5%;
	margin-bottom:20px;
	border-radius:13px;
	background:#fff;
	overflow:hidden;
}
.pickup_list ul.list li:hover {
	opacity:.7;
}
.pickup_list ul.list li:nth-child(3n) {
	margin-right:0;
}
.pickup_list ul.list li a div:first-child {
	border-bottom:solid 3px #e60013;
	font-weight:bold;
	color:#e60013;
	padding:10px 0 10px 20px;
	height:63px;
	position:relative;
}
.pickup_list ul.list li a div:first-child::after {
	content:"　";
	position:absolute;
	background: url("/common/2026/images/column/common/arrow_button02.png");
	background-size:100%;
	width:22px;
	height:22px;
	right:0;
	top:33%;
}
.pickup_list ul.list li a div:first-child p {
	font-size:16px;
	line-height:1.4;
	margin-top:.5em;
	letter-spacing:0;
	text-align: left;
}
.pickup_list ul.list li a div:first-child p.double {
	margin-top:0!important;
	line-height:1.4!important;
}
.pickup_list ul.list li a div.pickup_inner {
	display:flex;
}
.pickup_list ul.list li a div.pickup_inner p.pickup_img {
	width:40%;
	height:auto;
	float:left;
	vertical-align:bottom;
	overflow:hidden;
	max-width:100%;
	max-height:100%;
	display:inline;
}
.pickup_list ul.list li a div.pickup_inner p.pickup_img img {
	width:100%;
	height:150px;
	object-fit:cover;
	vertical-align: bottom;
}
.pickup_list ul.list li a div.pickup_inner div.explan {
	box-sizing:border-box;
	width:70%;
	float:right;
	padding:0px 0px 0;
	color:#333;
	vertical-align:bottom;
}
.pickup_list ul.list li a div.pickup_inner div.explan p {
	font-weight:normal;
	font-size:12px;
	margin-bottom:0px;
	padding:15px 15px 10px 10px;
	letter-spacing:0;
	text-align: left;
}



@media screen and (max-width: 767px) {
	.pickup_list ul.list li {
		width:100%;
		margin-bottom:10px;
		border-radius:7px;
	}
	.pickup_list h2 {
		font-size:20px;
	}
	.pickup_list ul.list li a div:first-child p {
		line-height:1.4!important;
		padding-right:30px;
	}
}



.colorRed {
  color: #FF7645 !important;
}
.ind1 {
	text-indent:-1em;
	padding-left:1em;
}
.ind125 {
	text-indent:-1.25em;
	padding-left:1.25em;
}
.ind15 {
	text-indent:-1.5em;
	padding-left:1.5em;
}
.ind175 {
	text-indent:-1.75em;
	padding-left:1.75em;
}
.list_ind1 li {font-size: 90%;text-indent:-1em;padding-left:1em;}
.list_ind125 li {font-size: 90%;text-indent:-1.25em;padding-left:1.25em;}
.list_ind15 li {font-size: 90%;text-indent:-1.5em;padding-left:1.5em;}
.list_ind175 li {font-size: 90%;text-indent:-1.75em;padding-left:1.75em;}

/* 早割バナー追加 20241204 ここから */
#floatBnr{ display: none !important; }
.mainContents__bnr, .mainContents__bnr img{
  max-width: 640px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 2em;
}
#article .mainContents__bnr{ display: none; }
@media screen and (max-width: 768px) {
  #article .mainContents__bnr{ display: block }
}
ul.sns_list > li {
 display: none; /* SNSボタンを非表示 */
}
/* 早割バナー追加 20241204 ここまで */

