@charset "UTF-8";
/* CSS Document */

#contents{
	padding-bottom: 40px;
}

ul.switcher li {
    display: inline-block;
    font-weight:bold;
    margin-bottom:4px;
    color: #785952;
}
ul.switcher li:first-child{
    padding:0 10px 0 4px;
    border-right: 1px solid #E5E0D7;
}
ul.switcher li:nth-child(2){
    padding-left:10px;
}
ul.switcher li a {
    color: #785952;
    text-decoration: underline;
    font-weight:normal;
}
ul.switcher li a:hover {
    text-decoration: none;
}

.archive h1{
	padding: 15px 10px;
    font-size: 14px;
	color: #785952;
	background: #E5E0D7;
	border-radius: 3px;
	font-family: '游ゴシック','Yu Gothic',YuGothic, 'Noto Sans Japanese', serif;
	margin-bottom: 20px;
}

.archive h1 span{
	font-size: 12px;
	padding: 15px 0px;
	margin-left: 10px;
}

.archive h1 span:before{
	content:"- ";
}

.thumb {
    width: 84px;
    height: 84px;
    float: left;
    position: relative;
    z-index: 5;
    padding: 10px 0;
}

.archive > ul {
    overflow: hidden;
    margin-bottom: 36px;
}

.blog_box{
	overflow: hidden;
	display: block;
	border-top: 1px solid #E5E0D7;
}

.blog_box:last-child{
	border-bottom: 1px solid #E5E0D7;
}

.blog_contents {
    padding: 10px 20px 35px 94px;
    display: block;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
span.new {
    display: inline-block;
    font-weight:bold;
    color: #D8A300;
    font-size:0.9em;
}
h1 span.new {
    font-size:16px;
    vertical-align: middle;
}
.blog_contents h2 a,
.blog_contents h3 a {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 15px;
    display: block;
}

.tag_list li{
	color: #785952;
}

.tag_list li a{
	color: #785952;
	text-decoration: underline;
}

.tag_list li a:hover{
	text-decoration: none;
}

.time {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #AAAAAA;
    font-size: 18px;
    font-family: 'Cormorant Garamond', serif;
}

.cat-box{
	margin-top: 10px;
    display: block;
}
.cat-box li {
    display: inline-block;
    margin-right:8px;
}
.cat-box li a {
    font-size: 12px;
    text-align: center;
    color: #333333;
    border: 1px solid #777;
    width:auto;
    padding:3px 6px;
}

.wrapper_reco_area{
	background: url(../images/reco_bg.jpg) left top;
}

.wrapper_ms_area{
    background: url(../images/ms_bg.jpg) left top;
}

.wrapper_sbb{
    padding: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.sbb {
    background: #fff;
    overflow: hidden;
}

.sbb > a:hover .sbb_title{
    opacity: 0.7;
}

.sbb_title {
    border-bottom: 2px solid #D2EAEF;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.ms_title{
    border-bottom: none;
}

.reco_title {
    border-bottom: 2px solid #D2EAEF;
}

.reco_title .title_icon {
    background: url(../images/check_icon.jpg) 10px center no-repeat;
    padding-left: 80px;
    width: 280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sbb_title h3 {
    font-size: 22px;
    font-weight: bold;
    font-family: '游ゴシック','Yu Gothic',YuGothic, 'Noto Sans Japanese', serif;
}

.reco_title h3 {
    color: #048DBA;
    padding-top: 40px;
    background: url(../images/top_reco_title.png) center top no-repeat;
    background-size: 154px auto;
}

.ms_title h3 {
    color: #D8A300;
    padding-top: 40px;
    background: url(../images/top_ms_title.png) center top no-repeat;
    background-size: 148px auto;
}

.reco_list {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 5px 20px;
}

.reco_list li{
	margin-left: 17px;
}

.reco_list li::before {
    content: "・";
    color: #2E9BBE;
    float: left;
    display: block;
    margin-left: -17px;
}

.reco_list li a {
    text-decoration: underline;
    margin-bottom: 11px;
    display: inline-block;
    font-size: 14px;
}

.reco_list li:last-child a{
	margin-bottom: 0;
}

.reco_list li a:hover{
	text-decoration: none;
}


.blod_area{
	overflow: hidden;
}

.blod_area > div {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #E5E0D7;
    box-sizing: border-box;
}

.blod_area > div:first-child{
	border-radius: 5px 5px 0 0;
}

.blod_area > div:last-child{
	border-radius: 0 0 5px 5px;
}

.title_area {
    background: #E5E0D7;
    color: #785952;
    padding: 0 18px;
    overflow: hidden;
}

.title_area h4 {
    font-size: 18px;
    font-family: '游ゴシック','Yu Gothic',YuGothic, 'Noto Sans Japanese', serif;
    float: left;
    line-height: 40px;
    font-weight: bold;
}

.title_area p a{
	font-size: 13px;
	line-height: 40px;
	vertical-align: middle;
	float: right;
	color: #795951;
}

.title_area p a:after{
    content: "▶";
	font-size: 8px;
	line-height: 40px;
	margin-left: 3px;
	vertical-align: middle;
}

.ba_contents dl{
	overflow: hidden;
	padding: 10px 10px 0 10px;
	border-bottom: 1px solid #E5E0D7;
}

.ba_contents dl:last-child{
	border-bottom: none;
}

.ba_contents dt{
	width: 84px;
	height: 84px;
    display: inline-block;
    vertical-align: top;
    margin-top:0;
    padding-top:0;
}

.ba_contents dd {
    padding-left: 94px;
}

.ba_contents dd a{
	color: #775952;
}

.ba_contents dd a span{
    color: #D8A300;
    font-weight: bold;
}

.prof_text {
    padding: 12px 5%;
}

.prof_text h5 {
    color: #785952;
    font-size: 16px;
    font-weight: bold;
    padding: 42px 192px 40px 0;
    background: url(../images/blog_prof_img.png) right center no-repeat;
    max-width: 282px;
    box-sizing: border-box;
    margin: 0 auto;
}

.prof_text h5 span{
	font-weight: normal;
}

.prof_text p{
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 15px;
}

.prof_text dl{
	margin-bottom: 13px;
    word-wrap: break-word;
}

.prof_text dt{
	font-size: 14px;
	font-weight: bold
}

.prof_text dd{
	font-size: 14px;
    word-wrap: break-word;
}

.prof_text dd a,
.prof_text p a{
	text-decoration: underline;
    word-wrap: break-word;
}

.prof_text dd a:hover,
.prof_text p a:hover{
	text-decoration: none;
}

.tc_area{
	padding: 10px 15px;
}

.tc_area a{
	color:#785952;
	text-decoration: underline;
}

.tc_area a:hover{
	text-decoration: none;
}



/*  single
*/

.single_title_area{
	border-top: 1px solid #E5E0D7;
	border-bottom: 1px solid #E5E0D7;
	padding: 20px 0 25px;
}

.single_title_area h1{
	font-size: 16px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif, 'Noto Sans Japanese', serif;
	margin-bottom: 10px;
}

.single_text_box {
    padding: 30px 0 60px;
    position: relative;
    border-bottom: 1px solid #E5E0D7;
}

.rel_title {
    padding: 15px 10px;
    font-size: 14px;
    color: #785952;
    background: #E5E0D7;
    border-radius: 3px;
    font-family: '游ゴシック','Yu Gothic',YuGothic, 'Noto Sans Japanese', serif;
    margin-bottom: 20px;
}

.page-link {
    overflow: hidden;
    text-align: center;
    margin: 15px auto 0;
    position: relative;
    max-width: 400px;
    width: 100%;
}

.relevant{
	overflow: hidden;
	margin-top: 40px;
}

.page-link > li > a {
    color: #666666;
    font-size: 20px;
    display: block;
    font-family: 'Cormorant Garamond', serif;
}

.page-link > li > a:hover {
	color: #aaa;
}


.page-link .previous{
	float: left;
}

.page-link .next{
	float: right;
}

.page-link .center-back a {
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    text-align: center;
}

.stb_area p{
	line-height: 140%;
}

.stb_area span{
    line-height: 120%;
}

.stb_area img{
	max-width: 100%;
}

.prof_text p.planner_int{
	margin-bottom: 10px;
}

.prof_text p.planner_int:last-child{
	margin-bottom: 0;
}

.flow_chart{
    margin: 30px 0;
}

.flow_chart dt:before {

    content: counter(fcnum) ".";
    margin-right: 5px;
    position: relative;
    margin-left: -18px;
}

.flow_chart dt {
    counter-increment:fcnum;
    background: #86A8B7;
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    font-family: '游ゴシック','Yu Gothic',YuGothic, 'Noto Sans Japanese', serif;
    margin-bottom: 15px;
    padding-left: 32px;
}

.flow_chart dd {
    padding-left: 10px;
    padding-bottom: 30px;
}

.flow_chart dd:after {
    content: "　";
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #86A8B7;
    height: 0px;
    box-sizing: border-box;
    margin: 30px auto -15px;
}

.flow_chart dd:last-child:after {
    content: "　";
    display: none;
}

.flow_chart dd > ul{
    margin: 20px 0;
}

.flow_chart dd > ul > li:before {
    content: "- ";
    margin-left: -9px;
    position: relative;
}

.flow_chart dd > ul > li {
    margin-left: 30px;
    margin-bottom: 10px;
}

.flow_chart dd > ul > li:last-child {
    margin-bottom: 0;
}



@media screen and (min-width: 688px) {

.blog_contents h2 a,
.blog_contents h3 a{
	font-size: 18px;
}

.time {
    bottom: 10px;
    right: 15px;
    font-size: 22px;
}

.reco_title .title_icon{
	display: none;
}

.prof_text {
    padding: 12px 33px;
}

.single_title_area h1{
	font-size: 24px;
}

.rel_title{
    padding: 0 20px;
    line-height: 60px;
    font-size: 20px;
}

#contents{
	padding-bottom: 120px;
}

.archive h1{
	padding: 0 20px;
	line-height: 60px;
	font-size: 20px;
}

.archive h1 span{
	padding: 0;
	font-size: 16px;
	line-height: 60px;
}

.cat-box li a {
    font-size: 14px;
}

}

@media screen and (min-width: 880px) {

.wrapper_sbb {
    margin-bottom: 42px;
}

.sbb {
    padding: 17px 0;
}

.sbb_title {
    border-right: 2px solid #D2EAEF;
    width: 330px;
    float: left;
    padding: 40px 0 40px 80px;
    border-bottom: none;
}

.reco_title {
    border-right: 2px solid #D2EAEF;
    background: url(../images/check_icon.jpg) 30px center no-repeat;
}

.ms_title {
    border-right: none;
    background: url(../images/ms_icon.png) 30px center no-repeat;
    margin: 0 auto;
    float: none;
}


.reco_list {
    width: 390px;
    float: right;
    box-sizing: border-box;
    padding: 0 0 0 27px;
}

.reco_title h3 {
    color: #048DBA;
    padding-top: 40px;
    background: url(../images/top_reco_title.png) center top no-repeat;
    background-size: 154px auto;
}

.sbb_title h3 {
    font-size: 22px;
    font-weight: bold;
}

.ms_title h3 {
    color: #D8A300;
    padding-top: 40px;
    background: url(../images/top_ms_title.png) center top no-repeat;
    background-size: 148px auto;
}

}

@media screen and (min-width: 1200px) {

.thumb {
    width: 200px;
    height: 200px;
    padding:0;   
}

.blog_contents {
    padding: 15px 20px 10px 230px;
    height: 200px;
}

.wrapper_sbb{
    margin-bottom: 15px;
}

.sbb {
     padding: 0;
}

.sbb_title {
    border-bottom: 2px solid #D2EAEF;
    border-right: none;
    padding: 20px 0;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    float: none;
}

.reco_title {
    border-bottom: 2px solid #D2EAEF;
    background: url(../images/check_icon.jpg) 15px center no-repeat;
}

.ms_title {
    border-bottom: none;
    background: url(../images/ms_icon.png) 20px center no-repeat;
    background-size: 40px auto;
    padding: 35px 0 30px;
}

.reco_list {
    width: 90%;
    box-sizing: border-box;
    padding: 10px 5px 20px;
    float: none;
}

.sbb_title h3 {
    font-size: 22px;
    font-weight: bold;
    font-family: '游ゴシック','Yu Gothic',YuGothic, 'Noto Sans Japanese', serif;
}

.reco_title h3 {
    color: #048DBA;
    padding-top: 40px;
    background: url(../images/top_reco_title.png) center top no-repeat;
    background-size: 154px auto;
    margin-left: 80px;
}

.ms_title h3 {
    color: #D8A300;
    margin-left: 60px;
    padding-top: 40px;
    background: url(../images/top_ms_title.png) center top no-repeat;
    background-size: 148px auto;
}

.ba_contents dl{
    padding:10px;
}
.ba_contents dd{
	width: 232px;
	float: right;
	padding-left: 0;
}

.archive > ul{
	margin-bottom: 60px;
}


}