html {
    font-size: 62.5%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", " Meiryo", "sans-serif", "MS Pゴシック", "Osaka";
}
body {
	margin: 0;
}
a {
	text-decoration: none;
}
h1, h3, h4, ul, p, dd {
	margin-block-start: 0;
    padding-inline-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
}
li {
	list-style: none;
}

/* 資料ダウンロード一覧ページ */
.subtitle {
	height: 160px;
	background-color: #97999B;
	display: flex;
	justify-content: center;
	align-items: center;
}
.subtitle h2 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}
.subtitle.dl h2 {
	background:transparent;
}
.tool_cat {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tool_cat a, .pager a {
	text-decoration: none;
}
.tool_cat div h3 {
	display: inline-block;
	width: 300px;
	height: 60px;
	border-radius: 4px;
}
.tool_cat div a {
	display: inline-block;
	width: 300px;
	height: 60px;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 60px;
    text-align: center;
}
.tool_cat div a:hover {
	opacity: 0.7;
	color: rgba(255,255,255,1);
}
.tool_cat div h3 a {
	background-color: #BBBBBB;
}
.tool_cat div h3:last-of-type a {
	margin-left: 30px;
}
.tool_cat div h3 a.current {
	background-color: #316094;
}
#dl_list .container {
	width: 1170px;
	margin: 0 auto;
}
#dl_list .container ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -70px;
}
#dl_list .dl_item {
	width: 25%;
	margin-top: 108px;
}
#dl_list .dl_item a {
	text-decoration: none;
}
#dl_list .dl_item>div {
	width: 206px;
	margin: 0 auto;
}
#dl_list .dl_item .img_container {
	height: auto;
	width: 100%;
	position: relative;
}
#dl_list .dl_item .img_container>div {
	width: 100%;
	height: auto;
}
#dl_list .dl_item .img_container>div>img {
	width: 100%;
	border: 1px solid #999999;
}
#dl_list .dl_item .img_container>div.first {/*6.12更新*/
	height:200px;
	display:flex;
	justify-content:center;
	align-items:center;
}
#dl_list .dl_item .img_container.a4>div.first img{/*6.12更新*/
	width:140px;
}
#dl_list .dl_item .img_container>div.second {/*6.12更新*/
}
#dl_list .dl_item .img_container>div.third {
}
#dl_list .dl_item .img_container.a4>div.first{
}
#dl_list .dl_item .img_container.a4>div.second {
}
#dl_list .dl_item .img_container.a4>div.third {
}
#dl_list .dl_item .img_container.pp4_3>div.first {
}
#dl_list .dl_item .img_container.pp4_3 >div.second {
}
#dl_list .dl_item .img_container.pp4_3>div.third {
}
#dl_list .dl_item .img_container.pp16_9>div.first {
}
#dl_list .dl_item .img_container.pp16_9>div.second {
}
#dl_list .dl_item .img_container.pp16_9>div.third {
}
#dl_list .dl_item h4 {/*6.12更新*/
	height: 72px;
	margin: 30px 0 20px;
}
#dl_list .dl_item .entry_title {
	font-size: 18px;
	color: #316094;
}
#dl_list .dl_item .dl_btn {
	display: flex;
	width: 100%;
	height: 40px;
	background-color: #316094;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
}
#dl_list .dl_item .dl_btn:hover {
	opacity: 0.7;
}
.pager {
	width: 100%;
	height: 252px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pager a {
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 15px;
	color: #191818;
	line-height: 32px;
	text-align: center;
}
.pager a:hover {
	border-bottom: 2px solid #316094;
	color: #316094;
}
.pager a.current {
	border-bottom: 2px solid #316094;
}

.pagenation {
	width: 100%;
	height: 252px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagenation a.page-numbers {
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 15px;
	color: #191818;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	margin:0 2px;
}
.pagenation a:hover.page-numbers {
	border-bottom: 2px solid #316094;
	color: #316094;
}
.pagenation a.next {
	display:none;
}
.pagenation a.prev {
	display:none;
}
.pagenation span.current {
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 15px;
	color: #191818;
	line-height: 32px;
	text-align: center;
	border-bottom: 2px solid #316094;
	margin:0 2px;
}


/* ダウンロードフォームページ */
.dl_form_heading {
	background: #f7f7f7;
}
.dl_form_heading .container {/*6.12更新*/
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-direction:row-reverse;
	align-items: center;
	margin: 0 auto;
	height: 140px;
}
.dl_form_heading .container h1 {/*6.12更新*/
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.dl_form_heading .container>div {
	width: 300px;
}
.dl_form {
	background: #f7f7f7;
	padding-bottom: 106px;
}
.dl_form * {
	box-sizing: border-box;
}
.dl_form .container {
	max-width: 1200px;
	background: #fff;
	border-top: 6px solid #316094;
	padding: 53px 56px 120px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.document_detail {
	max-width: 458px;
}
.document_detail h2 {/*6.12更新*/
	font-size: 23px;
	font-weight: bold;
	color: #316094;
	background: #FFF;
}
.document_detail .img_container {/*6.12更新*/
    width: 100%;
	padding:40px 0;
}
.document_detail .img_container>div {/*6.12更新*/
	width: 100%;
    height: auto;
	text-align:center;
}
.document_detail .img_container.a4>div img {/*6.12更新*/
	width: 223px;
}
.document_detail .img_container>div>img {
	width: 100%;
	border: 1px solid #999999;
}
.document_detail .img_container>div.first {/*6.12更新*/
}
.document_detail .img_container>div.second {
}
.document_detail .img_container>div.third {
}
.document_detail .img_container.a4>div.first {
}
.document_detail .img_container.a4>div.second {
}
.document_detail .img_container.a4>div.third {
}
.document_detail .img_container.pp4_3>div.first {
}
.document_detail .img_container.pp4_3>div.second {
}
.document_detail .img_container.pp4_3>div.third {
}
.document_detail .img_container.pp16_9>div.first {
}
.document_detail .img_container.pp16_9>div.second {
}
.document_detail .img_container.pp16_9>div.third {
}

.document_detail>p {
	font-size: 16px;
	color: #2B2A2A;
	margin-bottom: 50px;
	line-height: 1.7;
}
.document_detail .summary h4 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #316094;
	padding: 1em 2em; 
	width: fit-content;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.document_detail .summary div {
	border: 1px solid #316094;
    padding: 38px 70px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.document_detail .summary p {
	font-size: 18px;
	color: #2B2A2A;
	padding-left: 40px;
	position: relative;
	letter-spacing: 0.1em;
	margin-bottom: 0.7em;
}
.document_detail .summary p span {
	position: absolute;
	top: 4px;
	left: 0;
}
.document_detail .summary p span img {
	vertical-align:top;
}
.form_container {
	max-width: 570px;
	background-color: rgba(234, 235, 244, 0.45);
	padding: 30px 50px 50px;
}
.form_container>p {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 38px;
}
.form_container>p.notice {/*6.12更新*/
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}
.form_container form {
	font-size: 16px;
	color: #2B2A2A;
	text-align: center;
}
.form_container dl {
	margin-top: 29px;
}
.form_container dl.adjust {
	margin-block-end: 0;
}
.form_container dl.given_name {
	margin-left: 20px;
}
.form_container dd input, .form_container select {
	width: 100%;
	padding: 10px 12px;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
	outline: none;
	font-size: 16px;
    color: #2b2a2a;
}
.form_container dd input {
    width: 100%;
}
.form_container dt {
	margin-bottom: 11px;
	text-align: left;
}
.form_container dt .form_check {
	display: inline-block;
    width: 50px;
	height: 19px;
    background: #ce0808;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    font-size: 13px;
    position: relative;
	top: -1px;
}
.form_container select {
	-webkit-appearance: none;
	appearance: none; /* デフォルトのスタイルを無効 */
}
.form_container select::-ms-expand {
	display: none; /* デフォルトのスタイルを無効(IE用) */
}
/* セレクトボックスの矢印デザイン変更 */
.form_container .select_container {
	position: relative;
}
.form_container .select_container::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #333333;
	content: "";
	position: absolute;
	right: 12px;
	top: 18px;
	width: 0;
}
.form_container .name {
	display: flex;
	justify-content: space-between;
}
.form_container .family_name input, .form_container .given_name input {
	width: 225px;
}
.form_container form>p {
	font-size: 13px;
	color: #2b2a2a;
	text-align: center;
	line-height: 2;
	margin: 23px 0;
}
.form_container form>p a {
	color: #316094;
}
.form_container button {
	width: 320px;
	height: 64px;
	border-radius: 4px;
	background: #316094;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	border: #316094;
	cursor: pointer;
}
.form_container button:hover {
	opacity: 0.7;
}

/* サンクスページ */
#thanks .container {
	max-width: 1100px;
	padding: 65px 30px 120px;
	margin: 0 auto;
}
#thanks h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #2B2A2A;
    margin-bottom: 56px;
}
#thanks .br-sm {
	display: none;
}
#thanks p {
	font-size: 18px;
	color: #2B2A2A;
	line-height: 1.8;
}
#thanks p:first-of-type {
	margin-bottom: 40px;	
}
#thanks p span, #thanks p a {
	color: #316094;
	text-decoration: underline;
}
#thanks p a.mail_address {
	cursor: pointer;
}


@media screen and (max-width: 1250px) {
	.dl_form_heading {
		padding: 0 20px;
	}
	.dl_form .container {
		padding: 66px 20px 120px;
	}

}


@media screen and (max-width: 1170px) {
	#dl_list .container {
		width: 768px;
	}
	#dl_list .dl_item {
		width: 33%;
	}
	.dl_form_heading .container h1 {/*6.12更新*/
		font-size: 30px;
	}
	.document_detail {
		padding: 0;
	}

}

@media screen and (max-width: 991px) {

	.dl_form_heading .container {/*6.12更新*/
		flex-direction:column;
		align-items:center;
		height: auto;
		padding:4px 0 10px;
	}
	.dl_form_heading .container h1 {/*6.12更新*/
		font-size: 23px;
		margin: 15px 0 0;
	}
	.dl_form_heading .container>div {/*6.12更新*/
		width: 90px;
	}
	.dl_form_heading .container>div>img {
		width: 100%;
	}
	.dl_form .container {
		display: block;
	}
	.document_detail {
		max-width: 70%;
		margin: 0 auto;
	}
	.document_detail h2 {/*6.12更新*/
		text-align: center;
	}
	.document_detail .img_box {
		display: flex;
		justify-content: center;
	}
	.document_detail .img_container {/*6.12更新*/
		margin-left: 0;
	}
	.form_container {
		margin: 80px auto 0;
	}


}

@media screen and (max-width: 768px) {
	.subtitle {
		height: 100px;
	}
	.subtitle h2 {
		font-size: 24px;
	}
	.dl_form_heading .container>div {/*6.12更新*/
		
	}
	.tool_cat div h3 {
		display: block;
	}
	.tool_cat div a {
		font-size: 18px;
	}
	.tool_cat div h3:last-of-type a {
		margin-left: 0;
		margin-top: 30px;
	}
	#dl_list .container {
		width: 100%;	
		padding: 0 10px;
		box-sizing: border-box;	
	}
	#dl_list .container ul {
		margin-top: 0;
	}
	#dl_list .dl_item {
		width: 50%;
	}
	#dl_list .dl_item .entry_title {
		font-size: 16px;
	}
	#dl_list .dl_item h4 {
		height: 72px;
		margin: 30px 0 10px;/*6.12更新*/
	}
	.document_detail {
		max-width: 90%;
	}
.document_detail .img_container.pp4_3>div.first {/*6.12更新*/
}
.document_detail .img_container.pp4_3>div.second {
}
.document_detail .img_container.pp4_3>div.third {
}
.document_detail .img_container.pp16_9>div.first {
}
.document_detail .img_container.pp16_9>div.second {
}
.document_detail .img_container.pp16_9>div.third {
}

}

@media screen and (max-width: 650px) {
	.form_container .family_name input, .form_container .given_name input {
		width: 200px;
	}
	.document_detail .summary div {
		padding: 38px 20px;
	}
	#thanks .br-sm {
		display: block;
	}

}

@media screen and (max-width: 570px) {
.dl_form .container {
    padding: 66px 20px 60px;
}
	.form_container {
		padding: 30px 20px 50px;
	}
	.form_container .name {
		display: block;
	}
	.form_container dd {
		text-align: left;
	}
	.form_container dl.given_name {
		margin-left: 0;
	}
}

@media screen and (max-width: 450px) {
	#dl_list .container {
		padding: 0 10px;	
	}
	#dl_list .dl_item {
		width: 100%;
	}
	.dl_form_heading {
		padding: 0 10px;
	}
	.dl_form_heading .container {/*6.12更新*/
		
	}
	.dl_form_heading .container h2 {
		font-size: 18px;
	}
	.dl_form_heading .container>div {/*6.12更新*/
	}
	.dl_form .container {
		padding: 66px 10px 60px;
	}
	.document_detail {
		max-width: 100%;
		padding: 0;
	}
	.document_detail h2 {/*6.12更新*/
		font-size: 18px;
	}
	.document_detail .img_container {/*6.12更新*/
	}
	.document_detail .img_container>div {/*6.12更新*/
	}
	.form_container {
		padding: 30px 15px;
	}
	.form_container>p {
		font-size: 18px;
		text-align: left;
	}
	.form_container button {
		width: 85%;
		height: 60px;
	}
	.form_container .br-no-sm {
		display: none;
	}
	#thanks .container {
		padding: 65px 10px;
	}
	#thanks p {
		font-size: 16px;
	}
	.document_detail .img_container.a4>div {/*6.12更新*/
}
.document_detail .img_container.pp4_3>div.first {
}
.document_detail .img_container.pp4_3>div.second {
}
.document_detail .img_container.pp4_3>div.third {
}
.document_detail .img_container.pp16_9>div.first {
}
.document_detail .img_container.pp16_9>div.second {
}
.document_detail .img_container.pp16_9>div.third {
}

}

@media screen and (max-width: 360px) {
	#thanks h3 {
		font-size: 16px;
	}
}

.mktoForm{
    width: auto!important;
}
.mktoForm .mktoGutter {
    float: none!important;
}

.mktoForm .mktoFormCol {
    float: none!important;
}
.mktoForm .mktoFieldWrap {
    float: none!important;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.form_container select{
    width: 100%!important;
    padding: 10px 12px!important;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    outline: none;
    font-size: 16px!important;
    color: #2b2a2a;
    height: auto;
}
.form_container select{
    position: relative;
}
.form_container select::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #333333;
    content: "";
    position: absolute;
    right: 12px;
    top: 18px;
    width: 0;
    z-index:999;
}
.mktoForm .mktoLabel {
        font-size: 16px;
    color: #2B2A2A;
    margin-bottom: 11px;
	font-weight:normal!important;
	float:none;
	width:auto!important;
}
.mktoForm .mktoLabel strong {
	font-weight:300!important;
}
.mktoHtmlText.mktoHasWidth{
	width:auto!important;
}
.mktoForm .mktoButtonRow{
    width: 100%!important;
    max-width: 320px!important;
}
.mktoForm .mktoButtonWrap.mktoSkip .mktoButton {
    background: #316094!important;
    background-image: none!important;
    border: none!important;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 0 #b1b9cb!important;
    box-shadow: inset 0 0 0 0 #b1b9cb!important;
    color: #fff;
    font: bold 16px/1 "helvetica neue", helvetica, arial, sans-serif;
    padding: 7px 0 8px 0;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 0 0 #000f4d!important;
    width: 100%!important;
    height: 64px!important;
}