﻿/*reset
==================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*start
==================================== */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "MyYuMincho","YuMincho","Yu Mincho","Hannari","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","HGSMinchoE","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 15px;
	line-height: 1.5;
	color: #333333;
}
border1 {
border: 1px solid #a0a0a0;
}

a {
	text-decoration: none;
	color: #0f4ba4;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.mainTxt {
	text-align: center;
	margin-bottom: 35px;
	font-size: 18px;
}

.listTxt {
	text-align: left;
	margin-bottom: 35px;
	font-size: 20px;
}

.image-center {
	margin-bottom: 30px;
	text-align: center;
}

.marginBottom0 {
	margin-bottom: 0!important;
}

.tableWrap {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
}

.tableWrap thead th {
	background-color: #666;
	color: #fff;
}

.tableWrap th, .tableWrap td {
	border: solid 1px #000;
	padding-left: 10px;
}

.infoBox.contact p:not(:last-child) {
	font-size: 16px;
	margin-bottom: 5px;
}

.infoBox.contact a {
	font-size: 16px;
}


.red {
	color: #e90000;
}

.txtBlue {
	color:#003399;
}

.header {
	background: #ffffff;
	padding: 8px 0;
	overflow: hidden;
}

.header .logo {
	float: left;
}

.header .right {
	float: right;
	text-align: right;
	margin-top: -12px;
}

.header .right a {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.header .right .btn {
	padding: 42px 20px;
	margin-left: -60px;
	padding-top:35px;
	padding-left:0px;
	padding-right:0px;
	line-height: 1;
}

.header .right .btn:hover {
	opacity: 0.8;
}

.container {
	width: 917px;
	margin: 0 auto;
	padding: 0 15px;
}

.keyvisual {
	background: url("/izou/shared/images/bg1.jpg") top center no-repeat;
	background-size: cover;
	padding: 280px 0 227px;
}

.menu {
	border: 1px solid #979797;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 80px;
}

.menu .block {
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.menu a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #979797;
	font-size: 20px;
	padding: 25px 10px;
	font-weight: bold;
	color: #333333;
}

.menu a:hover {
	text-decoration: none;
}

.menu a:last-child {
	border-right-width: 0px;
}

.heading1 {
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 50px;
	text-align: center;
}

.heading2 {
	font-weight: bold;
	font-size: 35px;
	margin-bottom: 50px;
	text-align: center;
}

.heading2 span {
	display: inline-block;
	position: relative;
	padding: 0 15px;
}

.heading2 span:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 22px;
	background: #c1deeb;
	left: 0;
	z-index: -1;
	bottom: 5px;
}

.heading3 span:after {
	background: #ffcccc;
}

.intro {
	font-size: 20px;
	width: 767px;
	margin: 0 auto 84px;
}

.intro p {
	margin-bottom: 30px;
}

.intro .p1 {
	margin-bottom: 43px;
	display: table;
	width: 100%;
}

.intro .p1 .image {
	display: table-cell;
	width: 243px;
}

.intro .p1 .text {
	display: table-cell;
	vertical-align: middle;
}

.intro .p1 .text p:last-child {
	margin-bottom: 0;
}

img.alignLeft {
	float: left;
	margin-right: 42px;
}

.infoBox {
	padding: 30px 35px;
	border: 1px solid #979797;
	font-size: 16px;
}

.infoBox p {
	margin-bottom: 0;
}

.sectionType1 {
	border-top: 2px solid #858585;
	padding: 86px 0 115px;
}

.sectionType1 hr {
	margin: 70px 0;
	border: 0;
	border-top: 2px solid #777777;
}

.timetable {
	text-align: center;
	margin-bottom: 58px;
}

.accordion button {
	border: 1px solid #b5b5b5;
	background: #ffffff url("/izou/shared/images/icon_plus1.png") right 30px center no-repeat;
	color: #333333;
	font-weight: bold;
	font-size: 22px;
	cursor: pointer;
	padding: 20px 25px;
	width: 100%;
	outline: none;
	text-align: left;
	display: block;
	margin-bottom: 17px;
	font-family: "MyYuMincho","YuMincho","Yu Mincho","Hannari","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","HGSMinchoE","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    2px 2px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         2px 2px 10px 0px rgba(50, 50, 50, 0.3);
}

.accordion button.active {
	background-image: url("/izou/shared/images/icon_minus1.png");
}

.accordion .panel {
	padding: 10px 30px;
	margin-bottom: 20px;
	font-size: 20px;
	display: none;
}

.accordion .panel .space{
	margin-top:4em;
	padding-left:1em;
}
.accordion .panel .space+.space{
	margin-top:0;
}

.accordion .panel .font{
	font-family:sans-serif;
}

.accordion .panel .body {
	padding: 10px;
}

.accordion .panel p {
	margin-bottom: 20px;
	padding-top:10px;
	margin-right:14px;

}
.accordion .panel .infoBox {
	font-size: 18px;
	padding: 30px 50px;
	margin-bottom: 34px;
}

.accordion .panel .infoBox p {
	margin-bottom: 0;
}

.panel .body>.twoColumns {
	display: flex;
	justify-content: space-between;
}

.accordion .panel .twoColumnsType1 {
	overflow: hidden;
	margin-top: 30px;
}

.accordion .panel .twoColumnsType1 .column {
	float: left;
	width: 424px;
}

.accordion .panel .twoColumnsType1 .column:last-child {
	float: right;
	width: 362px;
}

.donate {
	background: url("/izou/shared/images/bg_donate.jpg") top center no-repeat;
	background-size: cover;
	padding: 100px 315px 0 50px;
	font-size: 20px;
	height: 349px;
}

.donate .title {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}

.button a {
	display: block;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	background: #00a0ea;
	text-align: center;
	padding: 17px;
}

.button a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.threeColumns {
	overflow: hidden;
}

.threeColumns .column {
	width: 284px;
	background: #e9f1f5;
	padding: 35px 20px 40px;
	text-align: center;
	float: left;
	margin-right: 17px;
	font-size: 20px;
	font-weight: bold;
}

.threeColumns .column:last-child {
	margin-right: 0;
}

.threeColumns .column .image {
	margin-bottom: 10px;
}

.threeColumns .column .box {
	background: #ffffff;
	padding: 30px 10px;
	margin-top: 30px;
}

.footer {
	color: #ffffff;
	padding: 20px 0;
	background: #00a0ea;
	overflow: hidden;
}

.footer .copyright {
	float: right;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	margin-top: 3px;
}

.footer a {
	color: #ffffff;
	text-decoration: underline;
}

.info {
	border: 4px solid #00a0ea;
	border-radius: 8px;
}

.info .heading span {
	display: inline-block;
	width: 369px;
	height: 54px;
	color: #ffffff;
	background: #00a0ea;
	text-align: center;
	border-radius: 0 0 50px 0;
	font-size: 26px;
	padding: 6px 0;
}

.info .block {
	padding: 35px;
	font-size: 18px;
}

.info .block .twoColumns {
	overflow: hidden;
	margin-bottom: 30px;
}

.panel .body>.twoColumns {
	overflow: hidden;
	margin-bottom: 30px;
}

.info .block .twoColumns .column {
	float: left;
	width: 356px;
}

.panel .body>.twoColumns .column {
	float: left;
	width: 356px;
}

.info .block .title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

.info .block .title .small {
	font-size: 14px;
}

.info .block .twoColumns .column:last-child {
	float: right;
}

.panel .body>.twoColumns .column:last-child {
	float: right;
}


.orange .heading span:after {
	background: #ebccc1;
}

.orange .accordion button {
	background-image: url("/izou/shared/images/icon_plus2.png");
}

.orange .accordion button.active {
	background-image: url("/izou/shared/images/icon_minus2.png");
}

.blue .accordion button {
	background-color: #004098;
	color: #ffffff;
	border-color: #004098;
	background-image: url("/izou/shared/images/icon_plus3.png");
	-webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 0px 0px 0px rgba(50, 50, 50, 0);
	box-shadow:         0px 0px 0px 0px rgba(50, 50, 50, 0);
}

.blue .accordion button.active {
	background-image: url("/izou/shared/images/icon_minus3.png");
}

.orange .info {
	border-color: #e0714a;
}

.orange .info .heading span {
	background: #e0714a;
}

.steps {
	padding: 40px 46px 30px 46px;
	border: 1px solid #a0a0a0;
}

.steps .title {
	font-size: 22px;
	margin-bottom: 25px;
	font-weight: bold;
}

.steps .twoColumns {
	overflow: hidden;
}

.steps .twoColumns .column {
	float: left;
	width: 268px;
}

.steps .twoColumns .column:last-child {
	float: right;
	width: 438px;
	padding-top: 20px;
}

.stepBlock {
	padding-left: 72px;
	margin-top: 30px;
}

.stepBlock.step1 {
	background: url("/izou/shared/images/icon_step1.png") left top no-repeat;
}

.stepBlock.step2 {
	background: url("/izou/shared/images/icon_step2.png") left top no-repeat;
}

.stepBlock.step3 {

	background: url("/izou/shared/images/icon_step3.png") left top no-repeat;
	padding-top:0px;
}
.stepBlock.step4 {
	background: url("/izou/shared/images/icon_step4.jpg") left top no-repeat;
}
.stepBlock.step5 {
	background: url("/izou/shared/images/icon_step5.jpg") left top no-repeat;
}

.stepBlock .accTable {
	border: 1px solid #a0a0a0;
}

.stepBlock .accTable a {
	background: #f5f5f5 url("/izou/shared/images/icon_arrow_1.png") right 26px center no-repeat;
	color: #333333;
	border: 0;
	font-size: 20px;
	padding: 10px 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #a0a0a0;
	display: block;
}

.stepBlock .accTable a:hover {
	text-decoration: none;
}

.stepBlock .accTable a.active {
	background-image: url("/izou/shared/images/icon_arrow_2.png");
	border-bottom: 0;
}

.stepBlock .accBody {
	padding: 26px;
}

.stepBlock table {
	width: 100%;
	border: 2px solid #a0a0a0;
	margin-bottom: 20px;
	font-size: 18px;
}

.stepBlock table td,
.stepBlock table th {
	border-left: 1px solid #a0a0a0;
	padding: 10px;
}

.stepBlock table td {
	border-bottom: 1px dashed #a0a0a0;
}

.stepBlock table th {
	background: #e5e5e5;
	border-bottom: 1px solid #a0a0a0;
}

.stepBlock table td:first-child {
	width: 70px;
	text-align: center;
}

.stepBlock table.table1 {
	border: 0;
	font-size: 20px;
}

.stepBlock table.table1 td {
	width: 50%;
	text-align: left;
}

.stepBlock table.table1 td,
.stepBlock table.table1 th {
	border: 0;
	border-right: 1px solid #a0a0a0;
	padding: 15px;
}

.stepBlock table.table1 td:last-child,
.stepBlock table.table1 th:last-child {
	border-right-width: 0;
}

.stepBlock table.table1 th {
	background: #fcd09b;
	padding: 5px 10px;
}

.stepBlock table.table1 th.color1 {
	background: #b9e1a1;
}

.accordion.story button{
	border: none;
	background: #0099ff;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	cursor: pointer;
	padding: 20px 25px;
	width: 100%;
	outline: none;
	text-align: center;
	display: block;
	margin-bottom: 17px;
	font-family: "MyYuMincho","YuMincho","Yu Mincho","Hannari","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","HGSMinchoE","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

.textLink{
	padding:10px;
}
.textLink p{
	padding-top:10px;
	text-align:center;
}
.textLink p a{
	font-size:20px;
}