html
{
	width: 100%;
	height: 100%;
}

body
{
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: -apple-system, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ ゴシック', 'MS Gothic', sans-serif;
	font-size: 16px;
}

input[type="button"],input[type="submit"],button,input[type="file"],input[type="text"],input[type="password"],textarea
{
	font-family: -apple-system, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ ゴシック', 'MS Gothic', sans-serif!important;
    -webkit-appearance: none;
	font-weight: 400;
}

select
{
	font-family: -apple-system, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ ゴシック', 'MS Gothic', sans-serif!important;
	font-weight: 400;
}

a {
	text-decoration: none;
}


/* パーツ */
.mt0
{
	margin-top: 0px!important;
}

.mt5
{
	margin-top: 5px!important;
}

.mt9
{
	margin-top: 9px!important;
}

.mt10
{
	margin-top: 10px!important;
}

.mt14
{
	margin-top: 14px!important;
}

.mt15
{
	margin-top: 15px!important;
}

.mt19
{
	margin-top: 19px!important;
}

.mt20
{
	margin-top: 20px!important;
}

.mt25
{
	margin-top: 25px!important;
}

.mt30
{
	margin-top: 30px!important;
}

.mt32
{
	margin-top: 32px!important;
}

.mt35
{
	margin-top: 35px!important;
}

.mt40
{
	margin-top: 40px!important;
}

.mt45
{
	margin-top: 45px!important;
}

.mt50
{
	margin-top: 50px!important;
}

.mt60
{
	margin-top: 60px!important;
}

.mt70
{
	margin-top: 70px!important;
}

.mt72
{
	margin-top: 72px!important;
}

.mt75
{
	margin-top: 75px!important;
}

.mt77
{
	margin-top: 77px!important;
}

.mt80
{
	margin-top: 80px!important;
}

.mt90
{
	margin-top: 90px!important;
}

.mt95
{
	margin-top: 95px!important;
}

.mt100
{
	margin-top: 100px!important;
}

.mt106
{
	margin-top: 106px!important;
}

.mt130
{
	margin-top: 130px!important;
}

.mt150
{
	margin-top: 150px!important;
}

.mt170
{
	margin-top: 170px!important;
}

.mt178
{
	margin-top: 178px!important;
}

.mb0
{
	margin-bottom: 0px!important;
}

.mb10
{
	margin-bottom: 10px!important;
}

.mb20
{
	margin-bottom: 20px!important;
}

.mb30
{
	margin-bottom: 30px!important;
}

.ml0
{
	margin-left: 0px!important;
}

.ml10
{
	margin-left: 10px!important;
}

.ml13
{
	margin-left: 13px!important;
}

.ml15
{
	margin-left: 15px!important;
}

.ml20
{
	margin-left: 20px!important;
}

.ml25
{
	margin-left: 25px!important;
}

.ml50
{
	margin-left: 50px!important;
}

.pt0
{
	padding-top: 0px!important;
}

.pt10
{
	padding-top: 10px!important;
}

.pt20
{
	padding-top: 20px!important;
}

.pt30
{
	padding-top: 30px!important;
}

.pt40
{
	padding-top: 40px!important;
}

.pt50
{
	padding-top: 50px!important;
}

.pb0
{
	padding-bottom: 0px!important;
}

.pb10
{
	padding-bottom: 10px!important;
}

.pb20
{
	padding-bottom: 20px!important;
}

.pb30
{
	padding-bottom: 30px!important;
}

.pb40
{
	padding-bottom: 40px!important;
}

.pb50
{
	padding-bottom: 50px!important;
}

.pr0
{
	padding-right: 0px!important;
}

.pr30
{
	padding-right: 30px!important;
}

.pl0
{
	padding-left: 0px!important;
}

.pl10
{
	padding-left: 10px!important;
}

.pl20
{
	padding-left: 20px!important;
}

.pl30
{
	padding-left: 30px!important;
}

.pl40
{
	padding-left: 40px!important;
}

.pl50
{
	padding-left: 50px!important;
}

.pl60
{
	padding-left: 60px!important;
}

.pl70
{
	padding-left: 70px!important;
}

.pl80
{
	padding-left: 80px!important;
}

span.red
{
	color: #ff0000!important;
}

span.minus_left
{
	margin-left: -0.5em!important;
}

span.word
{
	white-space: nowrap;
	margin-right: 0.9em!important;
	display: inline-block;
}

.cursor_none
{
	cursor: default!important;
}


/* ヘッダー */
div.header_frame
{
	width: 100%;
	height: 50px;
	/*background-color: #ffffff;*/
	background-color: #3d62c7;
}

div.header_frame table.header
{
	width: 960px;
	height: 50px;
	margin: 0px auto;
}

div.header_frame table.header td.menu
{
	width: 125px;
	box-sizing: border-box;
	/*border-right: 1px dashed #f3f3f3;*/
}

div.header_frame table.header td:first-child.menu
{
	width: 175px;
}

div.header_frame table.header td.menu button
{
	width: 124px;
	height: 50px;
	font-size: 90%;
	line-height: 130%;
	color: #ffffff;
	background-color: #3d62c7;
	text-align: center;
	border: none;
	text-shadow: none;
	cursor: pointer;
	letter-spacing: 0.1em;
	white-space: nowrap;
	padding: 0;
}

div.header_frame table.header td:first-child.menu button
{
	width: 174px;
	font-size: 100%;
}

div.header_frame table.header td.menu button span
{
	/*color: #fc2230;*/
	color: #ffffff;
}

div.header_frame table.header td.sns
{
	width: 140px;
	box-sizing: border-box;
	border-top: 2px solid #3d62c7;
	border-bottom: 2px solid #3d62c7;
	background-color: #ffffff;
}

div.header_frame table.header td.insta
{
	width: 30px;
	padding-right: 15px;
}

div.header_frame table.header td.insta div.img
{
	width: 30px;
	height: 30px;
}

div.header_frame table.header td.insta div.img img
{
	width: 30px;
	height: 30px;
	display: block;
}

div.header_frame table.header td.face
{
	width: 30px;
	padding-right: 15px;
}

div.header_frame table.header td.face div.img
{
	width: 30px;
	height: 30px;
}

div.header_frame table.header td.face div.img img
{
	width: 30px;
	height: 30px;
	display: block;
}

div.header_frame table.header td.twitter
{
	width: 30px;
}

div.header_frame table.header td.twitter div.img
{
	width: 30px;
	height: 30px;
}

div.header_frame table.header td.twitter div.img img
{
	width: 30px;
	height: 30px;
	display: block;
}

div.header_frame table.header td.icon
{
	width: 50px;
	box-sizing: border-box;
	padding-left: 10px;
}

div.header_frame table.header td.icon div.img
{
	width: 30px;
	height: 20px;
}

div.header_frame table.header td.icon div.img img
{
	width: 30px;
	height: 20px;
	display: block;
}

div.header_frame table.header td.contact
{
	box-sizing: border-box;
	white-space: nowrap;
}

div.header_frame table.header td.contact div.text01
{
	font-size: 80%;
	line-height: 100%;
	color: #ffffff;
	/*text-align: center;*/
	letter-spacing: 0.02em;
}

div.header_frame table.header td.contact div.text02
{
	font-size: 80%;
	line-height: 100%;
	color: #ffffff;
	/*text-align: center;*/
	margin: 2px 0px 2px;
	letter-spacing: 0.05em;
}

div.header_frame table.header td.contact div.text02 a
{
	color: #af060f;
}

div.header_frame table.header td.contact div.text03
{
	font-size: 80%;
	line-height: 100%;
	color: #ffffff;
	/*text-align: center;*/
	letter-spacing: 0.02em;
}

div.header_height
{
	height: 0px;
}


/* フッター */
/*div.footer_frame
{
	width: 100%;
	height: 50px;
	padding: 0px 0px 0px;
	box-sizing: border-box;
	position: relative;
	background-color: #ffffff;
	border-top: 1px solid #3d62c7;
}

div.footer
{
	width: 960px;
	height: 50px;
	margin: 0px auto 0px;
}

div.footer_frame div.copyright
{
	width: 960px;
	height: 50px;
	font-size: 80%;
	line-height: 100%;
	color: #000000;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

div.footer_short
{
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	background-color: #ffffff;
}

div.footer_short div.copyright
{
	width: 960px;
	height: 50px;
	font-size: 80%;
	line-height: 100%;
	color: #000000;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}*/

div.footer_frame
{
	width: 100%;
	padding: 10px 0px 10px;
	box-sizing: border-box;
	position: relative;
	background-color: #ffffff;
	border-top: 1px solid #e4e4e4;
}

div.footer
{
	width: 960px;
	height: 60px;
	margin: 0px auto 0px;
}

div.footer_frame div.copyright
{
	width: 960px;
	font-size: 80%;
	line-height: 100%;
	color: #000000;
	text-align: center;
}

div.footer_frame div.logo
{
	width: 60px;
	height: 60px;
	margin: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 15px;
}

div.footer_frame div.logo img
{
	width: 60px;
	height: 60px;
	display: block;
}

table.copyright
{
	height: 60px;
	margin: 0px auto 0px;
}

table.copyright td.text
{
	font-size: 80%;
	line-height: 100%;
	color: #000000;
	padding-right: 2em;
}

table.copyright td.text2
{
	font-size: 80%;
	line-height: 100%;
	color: #000000;
	padding-right: 5px;
}

table.copyright td.logo
{
	width: 60px;
}

table.copyright td.logo div.img
{
	width: 60px;
	height: 60px;
}

table.copyright td.logo div.img img
{
	width: 60px;
	height: 60px;
	display: block;
}

div.footer_short
{
	width: 100%;
	height: 61px;
	position: absolute;
	bottom: 0;
	background-color: #ffffff;
}

div.footer_frame table.links
{
	margin: 0px auto 20px;
}

div.footer_frame table.links td.link
{
	font-size: 90%;
	line-height: 100%;
	color: #000000;
	padding-right: 60px;
}

div.footer_frame table.links td:last-child
{
	padding-right: 0px;
}

div.footer_frame table.links td.link_special
{
	padding-right: 60px;
}

div.footer_frame table.links td.link_special button
{
	height: 30px;
	font-size: 90%;
	line-height: 100%;
	color: #ffffff;
	text-align: center;
	background-color: #fc1580;
	padding: 0px 10px 0px;
	box-sizing: border-box;
	cursor: pointer;
	border: none;
	text-shadow: none;
}

div.footer_frame table.links a
{
	color: #000000;
	display: block;
	text-decoration: none;
}


/* このページは存在しません */
div.nothing_text
{
	font-size: 90%;
	line-height: 100%;
	color: #000000;
	padding: 40px 0px 30px;
	text-align: center;
}


/* タイトル */
h1
{
	font-size: 200%;
	line-height: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.2em;
}

h1 span
{
	color: #fc2230;
}

h2
{
	/*width: 860px;
	height: 38px;*/
	font-size: 120%;
	line-height: 100%;
	color: #000000;
	margin: 140px 0px 0px;
	padding: 0px;
	letter-spacing: 0.1em;
	text-align: center;
	/*display: table-cell;
	vertical-align: middle;*/
}

h2.short
{
	width: 430px;
}

table.title_frame
{
	width: 100%;
	height: 40px;
	margin: 140px auto 0px;
	table-layout: fixed;
}


/* 背景 */
div.bg
{
	width: 100%;
	height: 0;
	margin: 0px auto;
	padding-top: 100%;
	background-color: #ffffff;
	/*background-image: url("../img/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;*/
	position: fixed;
	top: 0;
	z-index: -1;
}


/* ホーム */
div.top_space01
{
	width: 100%;
	/*height: 95px;*/
	height: 20px;
}

div.top_space02
{
	width: 100%;
	height: 50px;
}

div.content_frame
{
	width: 100%;
	/*height: 100%;*/
	margin: 0px auto;
	position: relative;
	z-index: 2;
}

div.article
{
	width: 960px;
	/*height: 100%;*/
	margin: 0px auto;
}

div.bottom_space01
{
	/*height: 145px;*/
	height: 70px;
}

div.home_title
{
	width: 762px;
	height: 42px;
	margin: 0px auto 0px;
}

div.home_title img
{
	width: 762px;
	height: 42px;
	display: block;
}

div.home_title_text
{
	font-size: 230%;
	line-height: 100%;
	color: #000000;
	margin: 0px auto 0px;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: 700;
}

div.home_top_block
{
	width: 100%;
	height: 290px;
	background-color: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	padding-top: 35px;
}

div.home_top_block div.text
{
	font-size: 90%;
	line-height: 180%;
	color: #000000;
	margin: 25px auto 0px;
	text-align: center;
}

div.content_block
{
	width: 100%;
	background-color: rgba(255, 255, 255, 1.0);
	box-sizing: border-box;
	margin: 70px auto 0px;
	padding-bottom: 20px;
}

div.content_block div.title_bg
{
	width: 100%;
	height: 40px;
	background-color: #3d62c7;
	box-sizing: border-box;
	padding: 0px 25px 0px;
}

div.content_block table.title
{
	/*width: 100%;*/
	height: 40px;
}

div.content_block table.title td.line
{
	width: 25px;
}

div.content_block table.title td.title
{
	/*width: 200px;*/
	font-size: 120%;
	line-height: 100%;
	color: #3d62c7;
	/*padding-left: 15px;*/
	padding: 0px 15px 0px;
	letter-spacing: 0.15em;
	background-color: #ffffff;
	border-top: 1px solid #3d62c7;
	border-bottom: 1px solid #3d62c7;
	/*box-sizing: border-box;*/
}

div.content_block .pink
{
	/*background-color: #fd7eaa!important;*/
	background-color: #3d62c7!important;
}

div.content_block .green
{
	/*background-color: #7dc54a!important;*/
	background-color: #3d62c7!important;
}

div.content_block .blue
{
	/*background-color: #7c7ffb!important;*/
	background-color: #3d62c7!important;
}

div.content_block .yellow
{
	/*background-color: #fdc938!important;*/
	background-color: #3d62c7!important;
}

div.content_block .red
{
	/*background-color: #fc2230!important;*/
	background-color: #3d62c7!important;
}

div.content_block table.theme
{
	margin-top: 35px;
	margin-left: 75px;
}

div.content_block table.theme td.height01
{
	height: 11px;
}

div.content_block table.theme td.height02
{
	height: 9px;
}

div.content_block table.theme td.height03
{
	height: 18px;
}

div.content_block table.theme td.height04
{
	height: 10px;
}

div.content_block table.theme td.height05
{
	height: 5px;
}

div.content_block table.theme td.height06
{
	height: 30px;
}

div.content_block table.theme td.height07
{
	height: 4px;
}

div.content_block table.theme td.height08
{
	height: 2px;
}

div.content_block table.theme td.height09
{
	height: 35px;
}

div.content_block table.theme td.img_frame1
{
	vertical-align: top;
	padding-right: 2px;
}

div.content_block table.theme td.img_frame1 div.name
{
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	margin-top: 10px;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.1em;
}

div.content_block table.theme td.img_frame2
{
	vertical-align: top;
	padding-right: 20px;
}

div.content_block table.theme td.title
{
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	padding-right: 15px;
}

div.content_block table.theme td.title_frame
{
	width: 80px;
	padding-right: 20px;
}

div.content_block table.theme td.title_frame button
{
	min-width: 80px;
	width: auto;
	height: 24px;
	font-size: 100%;
	line-height: 100%;
	color: #ffffff;
	text-align: center;
	border: none;
	text-shadow: none;
	/*letter-spacing: 0.1em;*/
	letter-spacing: 0.05em;
	white-space: nowrap;
	padding: 0px 10px 0px;
	border-radius: 12px;
}

div.content_block table.theme td.title_frame button.large
{
	width: 200px!important;
	/*color: rgba(0, 0, 0, 0.5)!important;*/
}

div.content_block table.theme td.title_frame button.large2
{
	width: 90px!important;
}

div.content_block table.theme td.title_frame button.small
{
	width: 60px!important;
}

div.content_block table.theme td.text
{
	font-size: 100%;
	line-height: 100%;
	color: #000000;
}

div.content_block table.theme td.text a
{
	color: #000000;
}

div.content_block table.theme td.text2
{
	font-size: 100%;
	line-height: 180%;
	color: #000000;
}

div.content_block table.theme td.text2 a
{
	/*color: #5ba3d4;*/
	color: #3d62c7;
	text-decoration: underline;
}

div.content_block table.theme td.icon
{
	width: 1px;
	font-size: 100%;
	line-height: 180%;
	color: #000000;
	white-space: nowrap;
	padding-right: 0.5em;
	vertical-align: top;
}

div.content_block table.theme td.text2 div.pdf_link
{
	padding-left: 1em;
	margin-top: 10px;
}

div.content_block table.theme span.large
{
	font-size: 120%;
}

div.content_block div.bunner
{
	width: 350px;
	height: 60px;
	margin-top: 30px;
	margin-left: 100px;
}

div.content_block div.bunner img
{
	width: 350px;
	height: 60px;
	display: block;
}

div.content_block div.entry_text
{
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	border-bottom: 1px solid #000000;
	letter-spacing: 0.1em;
	margin-top: 33px;
	margin-left: 75px;
	display: inline-block;
}

div.content_block div.entry_text2
{
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	/*border-bottom: 1px solid #000000;*/
	letter-spacing: 0.1em;
	margin-top: 15px;
	margin-left: 75px;
}

div.content_block div.entry_text_fin
{
	font-size: 100%;
	line-height: 100%;
	color: #fc2230;
	letter-spacing: 0.1em;
	margin-top: 33px;
	margin-left: 30px;
	display: inline-block;
}

div.content_block div.entry_title
{
	font-size: 110%;
	line-height: 100%;
	/*color: #000000;*/
	color: #3d62c7;
	margin-top: 60px;
	margin-left: 75px;
}

div.content_block div.entry_content
{
	width: 800px;
	margin-top: 30px;
	margin-left: 75px;
}

div.content_block div.entry_content div.text
{
	font-size: 100%;
	line-height: 180%;
	color: #000000;
	text-indent: 1em;
}

div.content_block div.entry_content div.news_text
{
	font-size: 100%;
	line-height: 180%;
	color: #fc2230;
	text-indent: 1em;
}

div.content_block div.emphasis_text
{
	font-size: 105%;
	line-height: 100%;
	color: #5ba3d4;
	margin-top: 10px;
	margin-left: 140px;
}

div.content_block div.introduction_title
{
	/*width: 960px;*/
	width: 270px;
	height: 24px;
	margin: 60px auto 0px;
	border-radius: 12px;
}

div.content_block div.introduction_title div.text
{
	/*width: 960px;*/
	width: 270px;
	height: 24px;
	font-size: 110%;
	line-height: 100%;
	color: #ffffff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border-radius: 12px;
}

div.content_block div.introduction_text
{
	font-size: 110%;
	line-height: 180%;
	color: #000000;
	text-align: center;
	margin-top: 10px;
}

div.content_block div.introduction_text a
{
	color: #000000;
}

div.content_img_block
{
	width: 100%;
	background-color: rgba(255, 255, 255, 1.0);
	box-sizing: border-box;
	margin: 70px auto 0px;
}

div.content_img_block table.img_list
{
	margin: 0px auto 0px;
}

div.content_img_block table.img_list + table.img_list
{
	margin-top: 30px;
}

div.content_img_block table.img_list td.list
{
	width: 160px;
}

div.content_img_block table.img_list td.list div.img
{
	width: 160px;
	height: 200px;
}

div.content_img_block table.img_list td.list div.img img
{
	width: 160px;
	height: 200px;
	display: block;
}

div.content_img_block table.img_list td.list_large
{
	width: 320px;
}

div.content_img_block table.img_list td.list_large div.img
{
	width: 320px;
	height: 200px;
	background-image: url("https://cdn.mintomo.co.jp/gyuttoshiga.org/img/shigaomiyage/img.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

div.content_img_block table.img_list td.name
{
	/*font-size: 90%;
	line-height: 100%;
	color: #000000;
	text-align: center;
	padding: 13px 0px 13px;
	letter-spacing: 0.1em;*/
}

div.content_img_block table.img_list td.name a
{
	color: #000000;
}

div.content_img_block table.img_list td.name button
{
	width: 320px;
	height: 40px;
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	text-align: center;
	border: none;
	text-shadow: none;
	letter-spacing: 0.1em;
	white-space: nowrap;
	padding: 0;
	background-color: #ffffff;
	cursor: pointer;
}


/* ウェブ応募フォーム */
div.form_top_block
{
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	padding: 26px 0px 26px;
}

div.form_top_text
{
	font-size: 100%;
	line-height: 180%;
	color: #000000;
	margin: 35px 0px 25px 20px;
}

div.form_top_text_fin
{
	font-size: 100%;
	line-height: 180%;
	color: #000000;
	padding: 50px 0px 0px;
	text-align: center;
}

span.notice
{
	color: #a52626;
}

table.web_form
{
	width: 920px;
	margin: 0px auto 0px;
}

table.web_form td.height
{
	height: 10px;
}

table.web_form td.title
{
	font-size: 100%;
	line-height: 100%;
	color: #000000;
}

table.web_form td.title_large
{
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	vertical-align: top;
	padding-top: 10px;
}

table.web_form td.title_large2
{
	font-size: 100%;
	line-height: 160%;
	color: #000000;
	vertical-align: top;
	padding-top: 5px;
}

table.web_form td.title_space
{
	width: 1px;
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	white-space: nowrap;
	padding-right: 20px;
}

table.web_form td.file + td.title_space
{
	padding-left: 50px;
}

table.web_form td.text
{
	font-size: 100%;
	line-height: 160%;
	color: #000000;
}

table.web_form td.name
{
	width: 690px;
}

table.web_form td.name input
{
	width: 690px;
	height: 40px;
	font-size: 100%;
	color: #000000;
	box-sizing: border-box;
	border: 1px solid #cbcbcb;
	padding: 0px 10px 0px;
}

table.web_form td.checkbox
{
	position: relative;
}

table.web_form td.checkbox input[type="checkbox"]
{
	/*margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;*/
}

table.web_form td.check_text
{
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	padding-left: 15px;
}

table.web_form td.radio
{
	position: relative;
}

table.web_form td.radio input[type="radio"]
{
	/*margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;*/
}

table.web_form td.radio_text
{
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	padding-left: 15px;
	padding-right: 32px;
}

table.web_form td:last-child.radio_text
{
	padding-right: 0px;
}

table.web_form td.condition textarea
{
	width: 690px;
	height: 100px;
	font-size: 100%;
	line-height: 180%;
	color: #000000;
	box-sizing: border-box;
	border: 1px solid #cbcbcb;
	padding: 2px 10px 2px;
}

table.web_form td.concept textarea
{
	width: 690px;
	height: 150px;
	font-size: 100%;
	line-height: 180%;
	color: #000000;
	box-sizing: border-box;
	border: 1px solid #cbcbcb;
	padding: 2px 10px 2px;
}

table.web_form td.file
{

}

table.web_form td.file input[type="file"]
{
	display: none;
}

table.web_form td.file label.select
{
	width: 135px;
	height: 40px;
	font-size: 100%;
	line-height: 100%;
	color: #ffffff;
	text-align: center;
	/*background-color: #fd7eaa;*/
	background-color: #3d62c7;
	letter-spacing: 0.1em;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}

table.web_form td.post input
{
	width: 100px;
	height: 40px;
	font-size: 100%;
	color: #000000;
	box-sizing: border-box;
	border: 1px solid #cbcbcb;
	padding: 0px 10px 0px;
}

table.web_form td.post_text
{
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	padding-left: 13px;
	padding-right: 13px;
}

table.web_form td.address textarea
{
	width: 690px;
	height: 75px;
	font-size: 100%;
	line-height: 180%;
	color: #000000;
	box-sizing: border-box;
	border: 1px solid #cbcbcb;
	padding: 2px 10px 2px;
}

div.web_form_title
{
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	margin: 55px 0px 0px 20px;
	border-bottom: 1px solid #000000;
	display: inline-block;
}

div.web_form_text
{
	width: 920px;
	font-size: 100%;
	line-height: 180%;
	color: #000000;
	margin: 5px auto 0px;
	text-indent: 1em;
}

div.web_form_notice
{
	width: 920px;
	font-size: 100%;
	line-height: 180%;
	color: #000000;
	margin: 5px auto 0px;
}

div.apply_button
{
	width: 350px;
	height: 40px;
	margin: 60px auto 0px;
}

div.apply_button input
{
	width: 350px;
	height: 40px;
	font-size: 100%;
	line-height: 100%;
	color: #ffffff;
	text-align: center;
	/*background-color: #fd7eaa;*/
	background-color: #3d62c7;
	letter-spacing: 0.1em;
	cursor: pointer;
	border: none;
	text-shadow: none;
}

.bottom_check
{
	width: auto!important;
	margin: 15px auto 0px!important;
}

.error_message
{
	color: #ff0000;
}


/* 結果発表 */
ul.result
{
	margin: 45px 0px 0px;
	padding: 0;
}

ul.result li
{
	list-style: none;
}

ul.result li.block
{
	width: 460px;
	padding-right: 40px;
	display: table-cell;
	vertical-align: top;
}

ul.result li:last-child.block
{
	padding-right: 0px;
}

ul.result li.block div.result_bg
{
	width: 100%;
	padding-top: 9px;
	padding-bottom: 18px;
	/*padding-left: 25px;*/
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

ul.result li.block div.result_bg div.title
{
	font-size: 100%;
	line-height: 100%;
	color: #ffffff;
	margin-bottom: 15px;
}

ul.result li.block div.result_bg div.bg_title
{
	width: 100%;
	min-height: 40px;
	height: auto;
	margin: 0px auto 0px;
	box-shadow: 6px 6px rgba(255, 255, 255, 0.4);
}

ul.result li.block div.result_bg div.bg_title button
{
	width: 100%;
	min-height: 40px;
	height: auto;
	font-size: 110%;
	line-height: 160%;
	color: #3d62c7;
	text-align: center;
	background-color: #ffffff;
	/*letter-spacing: 0.2em;*/
	letter-spacing: 0.05em;
	cursor: default;
	border: none;
	text-shadow: none;
	padding: 10px 0px 10px;
}

ul.result li.block div.result_bg div.goods_text
{
	font-size: 100%;
	line-height: 180%;
	color: #ffffff;
	margin-top: 20px;
}

table.award_top
{
	width: 100%;
	margin: 0px;
}

table.award_top td.award_name
{
	font-size: 100%;
	line-height: 180%;
	color: #ffffff;
	/*letter-spacing: 0.1em;*/
}

table.award_top td.award_goods
{
	height: 30px;
	position: relative;
}

table.award_top td.award_goods div.goods_name
{
	font-size: 100%;
	line-height: 180%;
	color: #ffffff;
	/*letter-spacing: 0.1em;*/
	position: relative;
	z-index: 3;
}

table.award_frame
{
	width: 100%;
	margin: 15px 0px 0px;
}

table.award_frame td.space
{
	width: 1px;
	font-size: 100%;
	white-space: nowrap;
}

table.award_frame td.height
{
	height: 14px;
}

table.award_frame td.left
{
	padding-right: 10px;
}

table.award_frame td.right
{
	padding-right: 65px;
}

/*table.award_frame td:last-child
{
	padding-right: 0px;
}*/

table.award_frame td.top_text_frame
{
	padding-bottom: 10px;
}

table.award_frame td.icon
{
	width: 5px;
	white-space: nowrap;
	vertical-align: top;
	padding-bottom: 10px;
}

table.award_frame td.icon button
{
	width: 100%;
	height: 30px;
	font-size: 95%;
	line-height: 100%;
	color: #3d62c7;
	background-color: #ffffff;
	cursor: default;
	border: none;
	text-shadow: none;
	border-radius: 15px;
	white-space: nowrap;
	padding: 0px 10px 0px;
	box-shadow: 4px 4px rgba(255, 255, 255, 0.4);
}

table.award_frame td.icon_circle
{
	vertical-align: top;
	padding-bottom: 10px;
}

table.award_frame td.icon_circle div.circle
{
	width: 70px;
	height: 70px;
	margin: 0px auto 0px;
	border-radius: 50%;
	box-shadow: 4px 4px rgba(255, 255, 255, 0.4);
}

table.award_frame td.icon_circle div.circle button
{
	width: 70px;
	height: 70px;
	font-size: 115%;
	line-height: 120%;
	color: #3d62c7;
	background-color: #fee36a;
	cursor: default;
	border: none;
	text-shadow: none;
	border-radius: 50%;
	white-space: nowrap;
	padding: 0px 10px 0px;
	
}

table.award_frame td.title
{
	width: 5px;
	font-size: 100%;
	line-height: 180%;
	color: #ffffff;
	white-space: nowrap;
	padding-bottom: 10px;
	/*padding-right: 1em;*/
	vertical-align: top;
}

table.award_frame td.name
{
	width: 5px;
	font-size: 100%;
	line-height: 180%;
	color: #ffffff;
	white-space: nowrap;
	padding-bottom: 10px;
	/*padding-left: 1em;*/
	padding-right: 1em;
	vertical-align: top;
}

table.award_frame td.goods
{
	font-size: 100%;
	line-height: 180%;
	color: #ffffff;
	padding-bottom: 10px;
}

table.award_frame td.img_large
{
	padding-top: 8px;
	padding-bottom: 38px;
	/*padding-left: 40px;*/
}

table.award_frame td.img_large div.img
{
	width: 320px;
	height: 240px;
	box-shadow: 8px 8px rgba(255, 255, 255, 0.4);
	margin: 0px auto 0px;
}

table.award_frame td.img_large div.img img
{
	width: 320px;
	height: 240px;
	display: block;
}

table.award_frame td.img_large div.img2
{
	width: 320px;
	height: 294px;
	box-shadow: 8px 8px rgba(255, 255, 255, 0.4);
	margin: 0px auto 0px;
}

table.award_frame td.img_large div.img2 img
{
	width: 320px;
	height: 294px;
	display: block;
}

table.award_frame td.img_large div.img3
{
	width: 320px;
	height: 299px;
	box-shadow: 8px 8px rgba(255, 255, 255, 0.4);
	margin: 0px auto 0px;
}

table.award_frame td.img_large div.img2 + div.img3
{
	margin-top: 20px;
}

table.award_frame td.img_large div.img3 img
{
	width: 320px;
	height: 299px;
	display: block;
}

table.award_frame td.img_large div.img4
{
	width: 320px;
	height: 220px;
	box-shadow: 8px 8px rgba(255, 255, 255, 0.4);
	margin: 0px auto 0px;
}

table.award_frame td.img_large div.img4 img
{
	width: 320px;
	height: 220px;
	display: block;
}

table.award_frame td.img_large div.img5
{
	width: 320px;
	height: 237px;
	box-shadow: 8px 8px rgba(255, 255, 255, 0.4);
	margin: 0px auto 0px;
}

table.award_frame td.img_large div.img4 + div.img5
{
	margin-top: 20px;
}

table.award_frame td.img_large div.img5 img
{
	width: 320px;
	height: 237px;
	display: block;
}

table.award_frame td.img_small
{
	padding-top: 8px;
	padding-bottom: 38px;
	/*padding-left: 40px;*/
}

table.award_frame td.img_small div.img
{
	width: 320px;
	height: 320px;
	box-shadow: 8px 8px rgba(255, 255, 255, 0.4);
	margin: 0px auto 0px;
}

table.award_frame td.img_small div.img img
{
	width: 320px;
	height: 320px;
	display: block;
}

table.award_frame td.img_history
{
	padding-top: 8px;
	padding-bottom: 38px;
	/*padding-left: 40px;*/
}

table.award_frame td.img_history div.img2019
{
	width: 320px;
	height: 212px;
	box-shadow: 8px 8px rgba(255, 255, 255, 0.4);
	margin: 0px auto 0px;
}

table.award_frame td.img_history div.img2019 img
{
	width: 320px;
	height: 212px;
	display: block;
}

table.award_frame td.img_history div.img2021
{
	width: 320px;
	height: 241px;
	box-shadow: 8px 8px rgba(255, 255, 255, 0.4);
	margin: 0px auto 0px;
}

table.award_frame td.img_history div.img2021 img
{
	width: 320px;
	height: 241px;
	display: block;
}

table.award_frame td.award01 div.img
{
	width: 173px;
	height: 52px;
}

table.award_frame td.award01 div.img img
{
	width: 173px;
	height: 52px;
	display: block;
}

table.award_frame tr:last-child td
{
	padding-bottom: 0px;
}

table.award_img
{
	margin: 70px 0px 0px 19px;
}

table.award_img td.icon
{
	padding-right: 58px;
}

table.award_img td.icon div.img
{
	width: 102px;
	height: 142px;
}

table.award_img td.icon div.img img
{
	width: 102px;
	height: 142px;
	display: block;
}

table.award_img td.img
{
	padding-right: 48px;
}

table.award_img td.img div.img
{
	width: 220px;
	height: 150px;
	box-shadow: 4px 4px #cccccc;
}

table.award_img td.img div.img img
{
	width: 220px;
	height: 150px;
	display: block;
}

table.award_img td:last-child
{
	padding-right: 0px;
}


/* 商品 */
div.goods_title_frame
{
	width: 100%;
	margin: 0px 0px 30px;
	padding: 0px 0px 0px;
	background-color: #fdc938b0;
}

div.goods_title
{
	width: 636px;
	height: 101px;
	margin: 0px auto 0px;
}

div.goods_title img
{
	width: 636px;
	height: 101px;
	display: block;
}

table.goods_frame
{
	width: 900px;
	/*margin: 25px auto 0px;*/
	margin: 0px auto 0px;
}

table.goods_frame td.img
{
	width: 400px;
	vertical-align: top;
}

table.goods_frame td.img div.img
{
	width: 400px;
	height: 294px;
}

table.goods_frame td.img div.img img
{
	width: 400px;
	height: 294px;
	display: block;
}

table.goods_frame td.text_frame
{
	vertical-align: top;
	padding-top: 5px;
	padding-left: 30px;
}

table.goods_frame td.text_frame div.text
{
	font-size: 100%;
	line-height: 180%;
	color: #000000;
	text-indent: 1em;
}

table.goods_data
{
	margin: 20px 0px 0px;
}

table.goods_data td.title_frame
{
	padding-bottom: 3px;
	padding-right: 10px;
}

table.goods_data td.title_frame button
{
	width: 110px;
	height: 24px;
	font-size: 100%;
	line-height: 100%;
	color: #ffffff;
	text-align: center;
	border: none;
	text-shadow: none;
	letter-spacing: 0.1em;
	white-space: nowrap;
	padding: 0;
	border-radius: 12px;
	background-color: #f9af48;
}

table.goods_data td.data
{
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	padding-bottom: 3px;
}

table.goods_data tr:last-child td
{
	padding-bottom: 0px;
}

div.goods_support_title
{
	font-size: 100%;
	line-height: 180%;
	color: #f59231;
	text-indent: 1em;
	margin: 20px 0px 0px;
	font-weight: 700;
}

table.goods_support_list
{
	margin: 15px auto 0px 35px;
}

table.goods_support_list td.name
{
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	padding-right: 25px;
}

table.goods_support_list td:last-child.name
{
	padding-right: 0px;
}


/* ホーム（2021年度版） */
div.key_visual
{
	width: 100%;
	background-color: #64a4bf;
}

div.key_visual div.key_top
{
	width: 100%;
	height: 25px;
	background-color: #3d62c7;
	position: relative;
}

div.key_visual div.key_top div.key_top_line
{
	width: 100%;
	height: 5px;
	background-color: #ffffff;
	position: absolute;
	bottom: 5px;
	left: 0;
}

div.key_visual div.key_bottom
{
	width: 100%;
	height: 25px;
	background-color: #3d62c7;
	position: relative;
}

div.key_visual div.key_bottom div.key_bottom_line
{
	width: 100%;
	height: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 5px;
	left: 0;
}

div.key_visual div.img
{
	width: 960px;
	height: 315px;
	margin: 0px auto 0px;
}

div.key_visual div.img img
{
	width: 960px;
	height: 315px;
	display: block;
}

div.key_visual div.img_2025
{
	width: 960px;
	height: 516px;
	margin: 0px auto 0px;
}

div.key_visual div.img_2025 img
{
	width: 100%;
	display: block;
}

div.home_top_block2
{
	width: 100%;
	/*height: 215px;*/
	box-sizing: border-box;
	position: relative;
	background-color: #ffffff;
}

div.home_top_block2 div.text_bg
{
	width: 960px;
	height: 215px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

div.home_top_block2 div.text_bg img
{
	width: 960px;
	height: 215px;
	display: block;
}

div.home_top_block2 div.text_bg2
{
	width: 960px;
	height: 215px;
	margin: auto;
	position: absolute;
	top: 215px;
	left: 0;
	right: 0;
	z-index: 1;
}

div.home_top_block2 div.text_bg2 img
{
	width: 960px;
	height: 215px;
	display: block;
}

div.home_top_block2 div.frame
{
	width: 960px;
	min-height: 215px;
	height: auto;
	margin: 0px auto 0px;
	padding: 20px 0px 20px;
	position: relative;
	z-index: 5;
}

div.home_top_block2 div.frame div.block
{
	width: 960px;
	min-height: 215px;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	z-index: 5;
}

div.home_top_block2 div.frame2
{
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 30px;
	position: relative;
	z-index: 5;
}

div.home_top_block2 div.text
{
	font-size: 95%;
	line-height: 180%;
	color: #3d62c7;
	margin: 0px auto 0px;
	text-align: center;
}

div.home_top_block2 div.text + div.text
{
	margin-top: 15px;
}

table.home_img
{
	margin: 0px auto 0px;
}

table.home_img td.img1
{
	padding-right: 1px;
	vertical-align: top;
}

table.home_img td.img1 div.img
{
	width: 407px;
	height: 230px;
}

table.home_img td.img1 div.img img
{
	width: 407px;
	height: 230px;
	display: block;
}

table.home_img td.img2
{
	vertical-align: top;
}

table.home_img td.img2 div.img
{
	width: 377px;
	height: 230px;
}

table.home_img td.img2 div.img img
{
	width: 377px;
	height: 230px;
	display: block;
}

table.home_img td.img3
{
	padding-right: 1px;
	vertical-align: top;
}

table.home_img td.img3 div.img
{
	width: 174px;
	height: 229px;
	margin: 0px auto 0px;
}

table.home_img td.img3 div.img img
{
	width: 174px;
	height: 229px;
	display: block;
}

table.home_img td:last-child
{
	padding-right: 0px;
}

div.home_img1
{
	width: 150px;
	height: 214px;
	margin: 0px auto 0px;
}

div.home_img1 img
{
	width: 150px;
	height: 214px;
	display: block;
}

div.home_img2
{
	width: 360px;
	height: 270px;
	margin: 0px auto 0px;
}

div.home_img2 img
{
	width: 360px;
	height: 270px;
	display: block;
}

div.home_img3
{
	/*width: 500px;
	height: 375px;*/
	width: 400px;
	height: 300px;
	margin: 0px auto 0px;
}

div.home_img3 img
{
	/*width: 500px;
	height: 375px;*/
	width: 400px;
	height: 300px;
	display: block;
}

div.home_img4
{
	width: 160px;
	height: 214px;
	margin: 0px auto 0px;
}

div.home_img4 img
{
	width: 160px;
	height: 214px;
	display: block;
}

div.home_img_2023_01
{
	width: 500px;
	height: 333px;
	margin: 0px auto 0px;
}

div.home_img_2023_01 img
{
	width: 500px;
	height: 333px;
	display: block;
}

div.home_img_2023_02
{
	width: 400px;
	height: 400px;
	margin: 0px auto 0px;
}

div.home_img_2023_02 img
{
	width: 400px;
	height: 400px;
	display: block;
}

div.home_img_2025_01
{
	width: 500px;
	height: 281px;
	margin: 0px auto 0px;
}

div.home_img_2025_01 img
{
	width: 100%;
	display: block;
}

div.home_img_2025_02
{
	width: 500px;
	height: 281px;
	margin: 0px auto 0px;
}

div.home_img_2025_02 img
{
	width: 100%;
	display: block;
}

div.cover_img
{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1!important;
}

div.cover_img img
{
	width: 100%;
	height: 100%;
	display: block;
}

div.cover_img2
{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1!important;
}

div.cover_img2 img
{
	width: 100%;
	height: 100%;
	display: block;
}

table.home_bottom_text
{
	margin: 60px auto 0px;
}

table.home_bottom_text td.title
{
	height: 50px;
	font-size: 115%;
	line-height: 180%;
	color: #ffffff;
	padding: 0px 20px 0px;
	background-color: #3d62c7;
	text-align: center;
	/*letter-spacing: 0.05em;*/
	position: relative;
	z-index: 1;
}

table.home_bottom_text td.title_large
{
	height: 80px;
	font-size: 115%;
	line-height: 180%;
	color: #ffffff;
	padding: 0px 20px 0px;
	background-color: #3d62c7;
	text-align: center;
	/*letter-spacing: 0.05em;*/
	position: relative;
	z-index: 1;
}

table.home_bottom_text td.title2
{
	height: 50px;
	font-size: 100%;
	line-height: 180%;
	color: #ffffff;
	padding: 0px 20px 0px;
	background-color: #3d62c7;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
	border-radius: 8px;
}

table.img_content
{
	width: 885px;
	margin: 30px auto 0px 75px;
}

table.img_content td.text_frame
{
	vertical-align: top;
	padding-right: 20px;
}

table.img_content td.text_frame div.text
{
	font-size: 100%;
	line-height: 180%;
	color: #000000;
	text-indent: 1em;
}

table.img_content td.img
{
	/*width: 500px;*/
	width: 400px;
	vertical-align: top;
	padding-top: 9px;
}

table.introduction_frame
{
	width: 800px;
	margin: 60px auto 0px 75px;
}

table.introduction_frame td.title
{
	width: 60px;
	vertical-align: top;
	padding-bottom: 30px;
}

table.introduction_frame td.title button
{
	width: 70px;
	height: 70px;
	font-size: 120%;
	line-height: 100%;
	color: #ffffff;
	text-align: center;
	border: none;
	text-shadow: none;
	/*letter-spacing: 0.1em;*/
	white-space: nowrap;
	padding: 0;
	border-radius: 50%;
	background-color: #3d62c7;
	cursor: default;
}

table.introduction_frame td.text_frame
{
	padding-left: 20px;
	padding-bottom: 30px;
}

table.introduction_frame td.text_frame div.text
{
	font-size: 110%;
	/*font-size: 100%;*/
	line-height: 180%;
	color: #000000;
}

table.introduction_frame td.text_frame div.text a
{
	color: #000000;
}

table.introduction_frame tr:last-child td
{
	padding-bottom: 0px;
}

div.entry_title_frame
{
	width: 400px;
	height: 36px;
	margin: 60px auto 0px;
}

div.entry_title_frame button
{
	width: 400px;
	height: 36px;
	font-size: 120%;
	line-height: 100%;
	color: #ffffff;
	text-align: center;
	border: none;
	text-shadow: none;
	letter-spacing: 0.1em;
	white-space: nowrap;
	padding: 0;
	border-radius: 18px;
	background-color: #3d62c7;
	cursor: default;
}


/* リンク（2019年度版） */
div.old_page_link
{
	margin: 70px auto 0px;
	text-align: center;
}

div.old_page_link a
{
	display: inline-block;
}

div.old_page_link button
{
	width: 300px;
	height: 30px;
	font-size: 100%;
	line-height: 100%;
	color: #ffffff;
	text-align: center;
	border: none;
	text-shadow: none;
	letter-spacing: 0.1em;
	white-space: nowrap;
	padding: 0;
	border-radius: 15px;
	background-color: #3d62c7;
	cursor: pointer;
}


/* ホーム（2023年度版） */
table.old_page_link_frame
{
	margin: 70px auto 0px;
}

table.old_page_link_frame div.old_page_link
{
	margin-top: 0px;
	display: inline-block;
}

table.old_page_link_frame td.block
{
	padding-right: 40px;
}

table.old_page_link_frame td:last-child.block
{
	padding-right: 0px;
}