@charset "utf-8";
@media print, screen and (min-width: 768px) {

/*================================================
　　　　* リセット
================================================*/

body {
	font-size: 0.85em;
/*	min-width:1200px;	*/
	min-width:1240px;
	min-height: 1600px;	/* 高さ不十分ページiPad対応 */
	background-color: #FFFFFF;
}

/*================================================
　　　　*  共通レイアウト
================================================*/
#wrap{width:100%;}
#page{}
#details{
	margin-left:auto;
	margin-right:auto;
	width:1200px;
}
/* ---------------------------------------------------  ディテール */
#details a{
	text-decoration:none;
	/*color:#31b1ec;*/
}

#details a:hover{
	/*color:#ff4081;*/
}

#details .section>p  ,
#details .section>ol ,
#details .section>ul ,
#details .section>div,
#details  section div>p  ,
#details  section div>ol ,
#details  section div>ul {
	padding-left: 1em;
	padding-right:1em;
	box-sizing: border-box;
}

#contents{
	background:none;
}

/* リストスタイル */
#details  ul,
#contents ul,
#details  ol,
#contents ol{
	margin-left:20px;
	margin-bottom: 1em;
}
#details  ul li,
#contents ul li,
#details  ol li,
#contents ol li{
	padding-left:5px;
	margin-top:8px;
	font-size: 1.05em;
}
#details  ol li,
#contents ol li{
	list-style-type:decimal;
}
#details  ul li,
#contents ul li{
	list-style-type:initial;
}

/* ---------------------------------------------------  コンテンツ */
#contents {	padding-bottom: 90px;}
.second {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/* ---------------------------------------------------  ページタイトル */
#pageTitle {
	height: 260px;
	width: 100%;
	position: relative;
}
#pageTitle #bgnet{
	width: 100%;
	height: 100%;
	background: url(../image/common/black_net.png);
}
#pageTitle .title {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0;
	color: #fff;
	line-height: 1.4em;
	padding-left: 50px;
	text-align: center;
	padding-top: 100px;
	font-size: 2.4em;
	box-sizing: border-box;
	text-shadow: 1px 1px 3px #000;
	font-weight: normal;
	letter-spacing: 2px;
}

/*見出し_第2階層以下*/
#main h2{
	display: inline-block;
	font-size: 2.6em;
	margin-top: 8%;
	margin-bottom: 4%;
	font-family: 'mplus-1p-bold' , sans-serif;
	padding: 0 0 20px 0;
	border-bottom: solid 3px;
	border-bottom-color:#124b9f;
	width:100%;
	text-align:center;
}

#details h2{
	display: inline-block;
	font-size: 2.6em;
	margin-top: 8%;
	margin-bottom: 4%;
	font-family: 'mplus-1p-bold' , sans-serif;
	padding: 0 0 20px 0;
	border-bottom: solid 3px;
	border-bottom-color:#124b9f;
	width:100%;
	text-align:center;
	line-height: 1.1;
}
/* （上余白狭め） */
#details #item0001 h2 ,				/* TOPの新着情報 */
.page #details > h2 ,				/* 固定ページのページ見出し */
#page #details > h2:first-child {	/* フォーム他の初見出し */
	margin-top: 50px;
}

#details h3{
	text-align: left;
	margin: 2% 0;
	font-size:2.0em;
	letter-spacing: 1px;
	font-weight: bold;
	background-color:#8ac3f9;
	padding:30px ;
	line-height: 1.1;
}

#details h4{
	text-align: left;
	margin: 2% 0;
	font-size:1.7em;
	letter-spacing: 1px;
	font-weight: bold;
	background-color:#f3f3f3;
	padding:15px 30px 12px;
	position: relative;
}

#details h4::before,
#details h4::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 6px;
}

#details h4::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff 25%, #124b9f 25%, #124b9f 50%, #fff 50%, #fff 75%, #124b9f 75%, #124b9f);
	background: repeating-linear-gradient(45deg, #fff 25%, #124b9f 25%, #124b9f 50%, #fff 50%, #fff 75%, #124b9f 75%, #124b9f);
	background-size: 3px 3px;
}

#details h5 {
	text-align: left;
	margin: 2% 0 2% 10px;
	font-size:1.5em;
	letter-spacing: 1px;
	font-weight: bold;
	padding:9px 20px 8px;
	position: relative;
	border-left: 10px solid #124b9f;
}

#details h6{
	font-size: 1.5em;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 10px 30px;
	border-bottom: solid 1px;
	border-bottom-color:#124b9f;
	font-weight:bold;
}

#details .free {
	margin-top: 2.4em;
}
/*------ページの先頭へ-----*/
#pt {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
}
#pt a{
	display:block;
	width:50px;
	height: 50px;
	box-sizing:border-box;
	padding-top: 11px;
	line-height: 1em;
	background: rgba(0,0,0,0.6);
	text-align: center;
	text-decoration: none;
	font-size: 2em;
	color: #fff;
}
#pt a:hover {background: rgba(0,0,0,0.1);color: #333;}



/*================================================
　　　　*  汎用スタイル
================================================*/

/*-------------------------------------
// 汎用リンクアイコン
-------------------------------------*/
/* 三角リンクアイコン */
.ico-arrow-left {
	position: relative;
}
.ico-arrow-left:link {
	color: #555;
}
.ico-arrow-left::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -14px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 6px solid #43d1ff;
}
.ico-arrow-left,
.ico-arrow-left:link,
.ico-arrow-left::before,
.ico-arrow-left:hover::before,
.ico-arrow-left:hover {
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.ico-arrow-left:hover {
	color: #000;
}
.ico-arrow-left:hover::before {
	left: -11px;
}


/*================================================
　　　　*  ページ別
================================================*/

/* ---------------------------------------------------  寄付者入力(.entry) */
/* ブロック見出し */
.entry #details .panel>p {
	background-color: #114b9f;
	border-bottom: 1px solid #DDD;
	font-size: 1.3em;
	line-height: 2.6;
	margin: 0;
	padding: 0 0 0 1em;
	color: #FFF;
/*	text-shadow: 1px 1px 0 rgba(255,255,255,1);	*/
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

/* ---------------------------------------------------  寄付情報入力(.mousi) */
/* ブロック見出し */
.mousi        #details .panel>p ,
.tehai_status #details .panel>p {		/* 管理画面側 */
	background-color: #114b9f;
	border-bottom: 1px solid #DDD;
	font-size: 1.3em;
	line-height: 2.6;
	margin: 0;
	padding: 0 0 0 1em;
	color: #FFF;
/*	text-shadow: 1px 1px 0 rgba(255,255,255,1);	*/
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

/* ---------------------------------------------------  申込確認(.mousi_kakunin) */
/* ブロック見出し */
.mousi_kakunin #details .panel>p {
	background-color: #114b9f;
	border-bottom: 1px solid #DDD;
	font-size: 1.3em;
	line-height: 2.6;
	margin: 0;
	padding: 0 0 0 1em;
	color: #FFF;
/*	text-shadow: 1px 1px 0 rgba(255,255,255,1);	*/
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

/* ---------------------------------------------------  申込完了(.mousi_finish) */
/* 申込番号 */
.mousi_finish table.tbl-mcd {
	font-size: 1.3em;
}
.mousi_finish table.tbl-mcd tr th,
.mousi_finish table.tbl-mcd tr td {
	padding-left: 1.5em;
}
.mousi_finish table.tbl-mcd tr th {
	font-weight: bold;
}
.mousi_finish table.tbl-mcd tr td {
	font-size: 1.2em;
}
/* 補足 */
.mousi_finish .note span {
	color: #666;
	font-size: 0.9em;
}
/* 強調 */
.mousi_finish .strong {
	font-weight: bold;
}

/* コンビニ店頭端末 */
.mousi_finish #details p.cvs-lead-msg {
	font-weight: bold;
}
.mousi_finish .kessai-table {
	border: 1px solid #CCC;
	margin: 1.5em auto 2em;
	width: 96%;
}
.mousi_finish .kessai-table>tr th {
	font-size: 1.2em;
	font-weight: bold;
}
.mousi_finish .kessai-table tr td {
	padding-top: 15px;
}
.mousi_finish #datails .kessai-table td p {
	font-size: 0.9em;
	margin: 0.3em 0;
}
.mousi_finish tr.kessai-no strong {
	font-size: 1.4em;
}
.mousi_finish #details .kessai-url #agreeButton a ,
.mousi_finish #details .kessai-url #agreeButton a:hover {
	color: #FFF !important;
	margin: 0.3em 0 0 0.5em;
	padding: 15px 45px;
}
.mousi_finish tr.kessai-note strong {
	font-size: 1.1em;
	font-weight: bold;
}

/* 銀行振込み */
.mousi_finish table.furikomi_saki {
	border: 1px solid #CCC;
	margin: 1em 1em 1.5em;
}
.mousi_finish table.furikomi_saki thead th ,
.mousi_finish table.furikomi_saki tbody th ,
.mousi_finish table.furikomi_saki tbody td {
	width: auto !important;
	min-width:	0 !important;
}
.mousi_finish table.furikomi_saki thead th {
	background-color: #EEE;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #CCC !important;
}
.mousi_finish table.furikomi_saki tbody th {
	background-color: #E2EFFF;
}
.mousi_finish table.furikomi_saki tbody td {
	padding-left: 1em;
	padding-right:1em;
	font-size: 1.2em;
}
.mousi_finish #details .kessai-table tr.kessai-bank .bank-note {
	color: #F00;
	font-size: 1.2em;
	padding-left: 1em;
}
.mousi_finish .bank-note .strong {
	font-size: 1.2em;
}
.mousi_finish #details .kessai-table tr.kessai-note .red-note {
	color: #F00;
	font-weight: bold;
	margin: 0.5em 0;
	font-size: 1.2em;
}

/* 払込票送付メッセージ */
.mousi_finish #details .kessai-msg-paper {
	color: #0084d2;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1em;
}

}   /* ←削除禁止(@mediaの閉じ括弧1) */

/*-------------------------------------
// 小さいディスプレイ対策
//                width: 768px～1240px
-------------------------------------*/
@media screen and (max-width: 1240px) {

	body {
		min-width: 0;
	}

	/* width:100% */
	.header_toparea,
	header .inner,
	#dotation_navi,
	#main_navi,
	#sub_navi,
	#pageTitle p,
	#details,
	.footerNavi ul,
	.active_root {
		width: 100% !important;
	}

	/* width:auto */
	#titleText {
		width: auto !important;
	}

	#sub_navi {
		margin-left: 0 !important;
		padding-right: 1em;
		box-sizing: border-box;
	}
	#donation {
		right: 10px !important;
	}

	/* コンテンツ部はみ出し対策 */
	#wrap {
		overflow: hidden;
	}
	/* 申込フロー */
	.signpost_ins_entry,
	.signpost_upd_entry,
	.signpost_ins_mousi,
	.signpost_upd_mousi,
	.signpost_ins_kakunin,
	.signpost_upd_kakunin_entry,
	.signpost_upd_kakunin_mousi,
	.signpost_ins_finish,
	.signpost_upd_finish_entry,
	.signpost_upd_finish_mousi {
		width: 100% !important;

		background-size: 88% auto			!important;
		background-position: center center	!important;
	}
	.active_root {
		padding-left:  0 !important;
		padding-right: 0 !important;
	}
	table#table_siharai_kbn tr td.td_siharai_kbn {
		padding-left: 0;
	}

}	/* ←削除禁止(@mediaの閉じ括弧2) */

/*-------------------------------------
// 印刷時スタイル
//                        @media print
-------------------------------------*/
@media print {
	html,body{
		min-width: 1000px !important;
		min-height: 0 !important;
		height: auto !important;
	}
	body {
		margin-top: 0 !important;
		width: 98%;
	}
	/* width:100% */
	.header_toparea,
	header .inner,
	#dotation_navi,
	#main_navi,
	#sub_navi,
	#pageTitle p,
	#details,
	.footerNavi ul,
	.active_root {
		width: 100% !important;
	}
	/* width:auto */
	#titleText {
		width: auto !important;
	}

	#sub_navi {
		margin-left: 0 !important;
		padding-right: 1em;
		box-sizing: border-box;
	}

	/* ヘッダー */
	.fixed {
		position: relative !important;
	}
	header {
		box-shadow: none !important;
	}
	#pageTitle {
		overflow: hidden;
	}

	/* フォーム */
	.signpost_ins_entry {
		background-size: 90% !important;
	}
}	/* ←削除禁止(@mediaの閉じ括弧3) */

/* サイトの利用法 */
div.tejun_syori
,div.tejun_syori_2  {
	background-color:#124b9f;
	max-width:50%;
	min-width: 125px;
	margin:30px auto;
	border-radius:10px;
	padding:10px 20px;
	font-size:1.5em;
	color:#FFF;
	text-align:center;
	vertical-align: top;
}
div.tejun_arrow_down
,div.tejun_arrow_down_2{
	text-align: center;
	font-size: 2em;
}
div.tejun_arrow_down:before
,div.tejun_arrow_down_2:before {
	content: '▼';
	color: #124b9f;
}
/* サイトの利用法(処理2分岐) */
div.tejun_syori_2  {
	display: inline-block;
	width: 40%;
	max-width: 40%;
	padding: 10px 0;
	margin:30px 4.9%;
}
div.tejun_arrow_down_2{
	display: inline-block;
	width: 49%;
	margin: 0;
	padding: 0;
}


