@charset "Shift_JIS";

/* **************************************************

Name: common.css

Description: Main CSS

Create: 2023.01.26
Update: 2023.01.26

***************************************************** */


/* base change
=========================================================================================== */
#Popup #Contents {
    padding-top: 0;
    padding-bottom: 90px;
}
.third {
    background-color: #ffffff!important;
}
.third::before {
    display: none!important;
}
#contactArea {
    margin-top: 50px;
}


/* common
=========================================================================================== */
body { overflow-x: hidden; }
.pcOnly { display: block; }
.spOnly { display: none; }
.mt10 { margin-top: 10px!important; }
.mt30 { margin-top: 30px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb30 { margin-bottom: 30px!important; }
.taL { text-align: left!important; }
.taC { text-align: center!important; }
.taR { text-align: right!important; }
.scrollAnime {
    z-index: 50;
}


/* mainVisual
=========================================================================================== */
.mainVisual {
    width: 100%;
    height: 334px;
    background: url("/trend/carbon_neutral/images/img_main.jpg") center center no-repeat;
    background-size: cover;
}
.mainVisual .mvText {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.mainVisual .mvText h1 {
    display: table-cell;
    padding: 10px 15px 0 15px;
    text-align: center;
    vertical-align: middle;
}
.mainVisual .mvText h1 img {
    max-width: 627px;
    width: 100%;
}


/* block
=========================================================================================== */
.contentsArea {
    position: relative;
    max-width: 1305px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
#blockArea01::before,#blockArea02::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 20.62745098%;
    z-index: 10;
    width: calc(100% - 41.25490196%);
    height: 4px;
    background-color: #5d9aea;
}
.spLine {
    display: none;
}
.cBlockLeft,.cBlockRight {
    width: 100%;
    padding: 90px 0;
}
.lastContents .cBlockLeft,.lastContents .cBlockRight {
    padding: 90px 0 120px 0;
}
.cBlockLeft::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20.62745098%;
    z-index: 1;
    width: 4px;
    height: 100%;
    background-color: #5d9aea;
}
.cBlockRight::before {
    content: "";
    position: absolute;
    top: 0;
    right: 20.62745098%;
    z-index: 1;
    width: 4px;
    height: 100%;
    background-color: #5d9aea;
}
.cBlockLeft .col:first-child {
    float: left;
    max-width: 530px;
    width: 41.156862745%;
}
.cBlockLeft .col:last-child {
    float: right;
    display: table;
    width: 54.901960784%;
    box-sizing: border-box;
}
.cBlockRight .col:first-child {
    float: right;
    max-width: 530px;
    width: 41.156862745%;
}
.cBlockRight .col:last-child {
    float: left;
    display: table;
    width: 54.901960784%;
    box-sizing: border-box;
}
.colCell {
    display: table-cell;
    vertical-align: middle;
}
.textBox {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 80px 40px;
    background-color: #f4f4f4;
    box-sizing: border-box;
}
.titleType01 {
    margin: 0 0 30px 0!important;
    padding: 0!important;
    background: none!important;
    font-family: 'Noto Sans JP', sans-serif!important;
    font-weight: 400!important;
    font-size: 34px!important;
    color: #1d7fb1!important;
    line-height: 140%!important;
}
.textType01 {
    font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    line-height: 180%;
}
.difineType01 {
    display: table;
    width: 100%;
    font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.difineType01 > dt {
    display: table-cell;
    width: 32px;
    vertical-align: top;
    font-size: 14px;
}
.difineType01 > dd {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
}
.difineType01 > dd > p {
    text-indent: -1em;
    margin-left: 1em;
}
.difineType01.dt1-5em > dt {
    width: 28px;
}
.difineType01.dt4em > dt {
    width: 58px;
}
.underLine {
    text-decoration: underline!important;
    color: #333333!important;
}


/* recommend
=========================================================================================== */
.recommendArea {
    position: relative;
    width: 100%;
    padding: 0 15px;
    background-color: #2790c6;
    box-sizing: border-box;
}
.recommendArea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 55px;
    background-color: #ffffff;
}
.recommendArea::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 55px;
    background-color: #ffffff;
}
.recommendInner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    padding: 50px 15px 40px 15px;
    background-color: #d4edf9;
    box-sizing: border-box;
}
.recommendTitle {
    max-width: 1035px;
    width: 100%;
    margin: 0 auto 30px auto!important;
    padding: 0!important;
    background: none!important;
    font-family: 'Noto Sans JP', sans-serif!important;
    font-weight: 400; 
    font-size: 32px;
    color: #313131;
    line-height: 150%;
}
.recommendTitle > span {
    display: block;
    margin: 0!important;
    padding: 0!important;
    background: none!important;
    font-size: 14px!important;
    font-weight: 400;
    color: #313131;
    line-height: 150%;
}
.recommendList {
    max-width: 1035px;
    width: 100%;
    margin: 0 auto;
}
.recommendList > li {
    float: left;
    width: 23.188405797%;
    margin-right: 2.415458937%;
    margin-bottom: 30px;
    background-color: #ffffff;
}
.recommendList > li:nth-child(4n){
    margin-right: 0;
}
.recommendList > li > a {
    display: block;
    text-decoration: none;
    color: #333333;
    transition: 0.2s;
}
.recommendList > li p {
    position: relative;
    margin-bottom: 15px;
}
.recommendList > li p span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 7px 20px;
    background-color: #000000;
    font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 12px;
    color: #ffffff;
    line-height: 100%;
}
.recommendList > li p img {
    width: 100%;
    height: auto;
    transition: 0.2s;
}
.recommendList > li > a p {
    overflow: hidden;
}
.recommendList > li > a > dl {
    padding: 0 20px 30px 20px;
}
.recommendList > li > a > dl dt {
    min-height: 75px;
    margin-bottom: 15px;
    font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 140%;
}
.recommendList > li > a > dl dd {
    min-height: 150px;
    font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 14px;
    line-height: 150%;
}
.recommendList > li > a:hover {
    background-color: #f6f6f6;
}
.recommendList > li > a:hover p img {
    transform: scale(1.1,1.1);
}
.recommendList > li > a:hover > dl dt,.recommendList > li > a:hover > dl dd {
    text-decoration: underline;
}


/* clearFix
=========================================================================================== */
.difineType01:after,
.recommendList:after,
.cBlockLeft:after,
.cBlockRight:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html .difineType01,
*:first-child+html .recommendList,
*:first-child+html .cBlockLeft,
*:first-child+html .cBlockRight,
*:first-child+html .clearfix { zoom: 1; }