@charset "UTF-8";
@import "../../common/css/reset.css";
@import "../../common/css/template.css";

/**************************************************/
/* 02 世界の色図鑑 */
/**************************************************/
#page-title{width:950px;}
/* 出典 */
#source{width:auto;border: 1px #d5d4dc solid;padding: 30px 55px;margin-bottom: 35px;}
#sourceinner {overflow: hidden;}
#source p{margin-left:0px;}
#source-cont {float: left;width: 550px;font-weight: normal;}
/* 画像領域 */
#source-img{width:110px; font-size: 85%;line-height: 1.5;padding-top: 10px;}
#source-img p{width:110px;margin-bottom:0px;}
#source-img img{ margin-bottom:5px;}
/* テキスト領域 */
#source-text{width:410px;float:right;}
#source-text h3{line-height:1.4; margin-bottom:15px;font-size: 110%;font-weight: normal;}
#source-text p{margin-bottom:0px;}
#source-text p.source-outline{margin-bottom: 20px;}
#source-present{width:80px;margin-top:10px;float:left;}
#source-pre-text{font-size: 85%;line-height: 1.5;}
/* 境界線 */
#source-border{width:500px;height:20px;clear:both;border-bottom:1px solid #CCC;margin-left:20px;margin-bottom:20px;}
#source-border hr{visibility:hidden;}
/* ホームページ */
#source-homepage{line-height: 1.5;margin-top: 30px;font-size: 85%;}
#source-homepage strong{font-size:14px;margin: 0 10px 0 20px;}
#source-homepage a {text-decoration: none;color: #3c6edf;}
#source-homepage a:hover {text-decoration: underline;}
/* 応募する */
#source #source-oubo{float:right; text-align: center;padding-top: 40px;}
#source-oubo img{ display:inline-block;}

.oubo-cap {width: 240px; display: block;  text-align: left; font-size: 11px;}
/* 出典終了 */
#main-text #source-end{width:540px;background:#FFF url(../img/source-end.gif) no-repeat 0px 0px;padding-top:30px;margin-bottom:0px;}

#page-end{width:950px;overflow:hidden;clear:both;}
#page-end p{font-size:85%;margin:15px 0 50px;}
#page-end hr{visibility:hidden;}
/**************************************************/

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


/* 200608追記 */
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
figure{margin: 0;padding: 0;}

.cl:after{content: '';display: block; clear: both;}
.flex{display: flex;justify-content: space-between;}
.flex--w50{width: 45%;}
.flex--w30{width: 28%;}
.flex--w33{width: 33.33333%;}
.flex--w70{width: 68%;}
.flex--w100{width: auto;}

.template-box p{line-height: 1.7;}
.template-box ul li{line-height: 1.7;}

#HeadTitle{align-items: center; justify-content: center;}
#HeadTitle h2{font-size: 28px;font-weight: normal; width:30%; text-align: center;}
#HeadTitle figure{width:20%;}
#HeadTitle figure img{width:100%;}

#country{}
#country ul li{color: #d65296;font-weight: bold;}



#mv_wrap{position: relative;
    margin-bottom: 50px;
    border-bottom: 2px solid #d65296;
    padding-bottom: 10px;
    margin-top: 20px;}

.ttlBox {position: absolute; top:0; max-width: 25%; margin: 0 auto;}
.ttlBox h2{text-align: center; margin-top: 30px;font-size: 24px;}
/*スライダー*/

.swiper-button-next, .swiper-button-prev {display: none;}

.thumbnail .swiper-wrapper{
	display: flex;
    flex-wrap: wrap;
}
.thumbnail .swiper-slide {
  cursor: pointer;
  opacity: .7;
	width: 82% !important;
    margin: 1% !important;
}

.thumbnail .swiper-slide.active {
  opacity: 1;
}


.slideBox{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
	
}

.swiper-container.thumbnail{width: 28%}
.swiper-container.main{width: 70%}
/*.swiper-container.thumbnail,
.swiper-container.main{width: 100%}*/


/*.sideImg{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	align-items:flex-end;
}
.sideImg img{width: 67%}
.sideImg .textBox{width: 30%}*/



.swiper-slide h4{font-size: 16px; text-align: center; margin-top:15px; color: #d65296;}
.swiper-slide p{font-size: 14px;/* text-align: center;*/ margin-top:15px;}
.swiper-slide h4 + p{margin-top:10px;}



/*otherCut*/
	
#otherCut{}
#otherCut ul{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
#otherCut ul li{width:48%; text-align: center;}
#otherCut ul li h4,
#otherCut ul li p{ text-align: center;}

.otherCutTtl_label{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;    border-top: 2px solid #d65296; border-bottom: 2px solid #d65296; margin-bottom: 10px;
}
.otherCutTtl_label .icon{
    width: 21%;
    color: #ffffff;
    font-size: 18px;
    background: #d65296;
    border-radius: 5px;
    padding: 10px 17px;
    text-align: center;
    margin: 5px 0;
}
.otherCutTtl_label .ttl{width: 70%;font-size: 34px; text-align: center; color: #d65296;}

