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

.itemppages{
			font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "sans-serif";
			/*width: 760px;*/
}

.itemppages p img{
	margin: 0 auto;
	display: block;
}
		
.itemppages .img01{
		margin: 0 auto;
		display: block;
}
.itemppages p.itemtitle00{
	font-size: 30px;
	}
		.itemppages .img02{
			margin: 4% auto 0;
			display: block;
		}
		
		.itemp_cont1{
			padding-bottom: 6%;
		}
		.itemp_cont1 p{
			font-size: 18px;
			margin-bottom: 40px;
		}
		.itemp_cont1 .itemptitle01{
			font-size: 30px;
			color: #dc5130;
			font-weight: bold;
			padding: 5% 0 0;
		}
		
		.itemp_cont1 .textbox{
			background-color:#c2e9fd;

			/*margin: 0 auto;*/
			padding: 2%;
			margin: 0 0 50px;
		
		}
		.itemp_cont1 .textbox p{
			font-size: 16px;
			margin: 0 auto;
 			width: 95%;
			padding-bottom: 2%;
		}
		.itemp_cont1 .textbox p.itemptitle02{
			font-weight: bold;
			font-size: 20px;
			padding: 2% 0;
		}
		.itemp_cont2{
			padding-bottom: 6%;		
		}
		.itemp_cont2 .itemptitle02{
			background-color: #dc5130;
			padding: 2% 3%;
			color: #fff;
			font-size: 30px;
			font-weight: bold;
		}
		
		.itemp_cont2 .textbox p{
			font-size: 22px;
			font-weight: bold;
			padding-bottom: 2%;
		}
		.itemp_cont3 {
			padding-bottom: 8%;	
		}
		.itemp_cont3 .imgboxarea{
			display: flex;
			justify-content: space-between;

		}
		.itemp_cont3 .imgbox{
			margin-top: 4%;
		}
		.itemp_cont3 .imgbox p{
			padding: 1% 0;
			margin: 0;
			text-align: center;
			font-weight: bold;
			font-size: 16px;
				
		}
		.itemp_cont3 .itemptitle03{
			background-color: #dc5130;
			padding: 2% 3%;
			color: #fff;
			font-size: 30px;
			font-weight: bold;
		}
		.itemp_cont4 {
			padding-bottom: 6%;
			margin-top: 20px;
		}
		.itemp_cont4 .itemptitle04{
			background-color: #fa8136;
			padding: 2% 3%;
			color: #fff;
			font-size: 30px;
			font-weight: bold;
		}	
		
		.itemp_cont4 .tdcolor01{
			background-color: #fddbcb;
			width: 35%;
		}
		.itemp_cont4 .tdcolor02{
			background-color: #fffbf5;
		}
		.itemp_cont4 table {
			margin-top: 3%;
			width: 100%;
			padding-bottom: 3%;
			
		}
		.itemp_cont4 table tr td{
			text-align: center;
			padding: 2%;
		}
		.itemp_cont4 .textbox{
			background-color:#fff;
			border: 1px solid #fddbcb;
			padding: 2%;
		
		}
		.itemp_cont4 .textbox p{
			font-size: 16px;
			margin: 0 auto;
 			width: 95%;
			padding-bottom: 2%;
		}
		.itemp_cont4 .textbox p.itemptitle04_2{
			font-weight: bold;
			font-size: 18px;
			padding: 2% 0;
			color: #ce3c1a;
		}


.item-container {
    padding-top: 70px;
    font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #000;
}
.item-container p {
    margin: 0;
    line-height: 1.8;
}
.item-container img {
    margin-bottom: 2px;
}


/** 見出し **/
.item-container__head {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: bold;
}
.item-container__head-2 {
    margin: 0;
    font-weight: bold;
    font-size: 100%;
}
.item-container__img-head-1 img,
.item-container__img-head-2 img,
.item-container__img-head-3 img,
.item-container__img-head-4 img {
    margin: 0 !important;
}
.item-container__img-head-1 {
    margin: 34px 0 55px;
}
.item-container__img-head-2 {
    margin: 34px 0 30px;
}
.item-container__img-head-3 {
    margin: 13px 0 20px;
}
.item-container__img-head-4 {
    margin: 6px 0 13px;
}

/** 行ブロック **/
.item-container__row-block {
    display: table;
    margin: 35px 0;
}
.item-container__row-block .cell-image,
.item-container__row-block .cell-text {
    display: table-cell;
    vertical-align: top;
}
.item-container__row-block .cell-text {
    padding-left: 60px;
}
.item-container__row-block.is-tight {
    margin-top: 15px;
}
.item-container__row-block.is-tight .cell-text {
    padding-left: 25px;
}

/** 汎用ブロック **/
.item-container__block-1 {
    margin-bottom: 65px;
}
.item-container__block-2 {
    margin-bottom: 35px;
}
.item-container__block-3 {
    margin-bottom: 35px;
}
.item-container__block-1 img,
.item-container__block-2 img {
    margin-bottom: 15px;
}
.item-container__block-3 img + p {
    margin-top: 15px;
}

/** クレジット **/
.item-container__credit {
    margin-top: 60px;
    text-align: right;
}

/** プロジェクト一覧 (iframe) **/
.item-container .project-list {
    margin: 60px 0;
    width: 100%;
}
.item-container .project-list__frame {
    width: 100%;
    height: 1200px;
    border: none;
}

/** 商品説明文 **/
span.catch_copy,
span.item_name,
.spc_tbl {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    line-height: 1.6;
}
span.catch_copy {
    display: block;
    font-size: 16px;
}
#rakutenLimitedId_aroundCart input[value="寄附を申込む"] {
    background:
    url("https://image.rakuten.co.jp/_support-os/cabinet/04579909/imgrc0066494268.jpg") left top no-repeat;
    width: 240px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    padding: 0;
    margin-top: 5px 0;
    cursor: pointer;
}
.spc_tbl,.spc_tbl td,.spc_tbl th{border-collapse:collapse;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;text-align:left;font-size:12px;}
.spc_tbl td,.spc_tbl th{padding:6px 8px 4px;font-weight:normal;}
.spc_tbl th{width:20%;background-color:#efefef;}
.spc_tbl caption{text-align:left;font-weight:bold;}

#header{
    background-color: rgba(20, 164, 215, 0.2);
}
#h-seach-kw_head{
background-color: initial;
}
