@charset "utf-8";

/*----------------------------------------------
　Main
----------------------------------------------*/
.mainpage {
	width: 100%;
	padding: 30px;
}

/*----------------------------------------------
　準備中
----------------------------------------------*/

.wait {
	font-feature-settings: "palt";
	font-size: 1.2rem;
	max-width: 75%;
	height: 200px;
    text-align: center;
	border-radius: 10px;
	margin: 7rem auto;
	background-color: #2ec05c;
	color: #ffffff;
	padding-top: 5rem;
}

.wait_p1 {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.2rem;
}

/*----------------------------------------------
　Text
----------------------------------------------*/

main h2 {
	width: 100%;
	height: 100px;
	font-weight: 700;
	background-image: url("../img_common/main_h2_bg.jpg");
	background-size: 800px;
	background-repeat: no-repeat;
	font-feature-settings: "palt";
	color: #ffc942;
	padding-left: 1.3rem;
	padding-top: 3.2rem;
	font-size: 1.8rem;
}

main h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 1.5rem;
	position: relative;
	padding: 0.6rem 0.2rem;
	border-bottom: 2px solid #59bd5c;
	margin-bottom: 1rem;
  }

main h4 {
	font-size: 1.2rem;
	color: #000000;
	padding: 0.3rem 0.5rem;
	border-left: 8px solid #0c5621;
	margin-bottom: 1.1rem;
}

main h5 {
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 1.1rem;
	color: #004503;
  }


main h6 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.9rem;
	color: #3479d2;
  }

.txt_r{
	text-align: right;
}

.cnt {
    margin: 0 auto;
    text-align: center;
}

.mainpage p a:hover {
    text-decoration: underline;
}

.strong {
	font-weight: 700;
	text-decoration: underline;
}

.Red_Bold {
	/* font-size: 15px; */
	font-weight: bold;
	color: #F00;
}
.Green_Bold {
	/* font-size: 15px; */
	font-weight: bold;
	color: #028928;
}
.Blue_Bold {
    font-size: 15px;
    font-weight: bold;
    color: #1212a4
}
.Blue {
    font-size: 15px;
    color: #1212a4
}

.Text_Bold {
    font-weight: bold;
}
.Text_Bold_120 {
    font-weight: bold;
	font-size: 1.2rem;
}

.Text_Bold_UL {
    font-weight: bold;
	text-decoration: underline;
}

.marker {
  background: linear-gradient(transparent 0%, #F1F92A 0%);
}

.link {
	color: #1212a4;
	text-decoration: underline;
}
.Red {
    color: #F00;
}

.under_line {
    text-decoration: underline;
}
/*----------------------------------------------
　List
----------------------------------------------*/
.List_Number {
	list-style-type:decimal;
	padding-left: 25px;
}
.List_Number li {
	margin-bottom: 7px;
}

.List_Disc {
	list-style-type:disc;
	padding-left: 25px;
}


.indent {
list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.comedical_table {
	width: 550px;
	margin: 0 auto;
}

/*----------------------------------------------
　ボタン
----------------------------------------------*/
a.DL_btn {
	display: block;
	text-align: center;
	/* vertical-align: middle; */
	text-decoration: none;
	width: 60%;
	margin: 1.5rem auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #096e2e;
	background: #096e2e;
	color: #fff;
	transition: 0.5s;
	border-radius: 0.3rem;
}

a.DL_btn:hover {
	color: #096e2e;
	background: #fff;
}

/*----グレーDLボタン----*/

.DL_btn_gray {
	display: block;
	text-align: center;
	width: 300px;
	margin: 1.5rem auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #9b9b9b;
	background: #9b9b9b;
	color: #fff;
	transition: 0.5s;
	border-radius: 0.3rem;
}

/*----------------------------------------------
　テーブル
----------------------------------------------*/

 table , td, th {
    margin: 1rem auto;
    color: #323232;
    font-size: 0.9rem;
}

td, th {
	padding: 4px;
	width: 30px;
	height: 25px;
}

.map_img {
	width: 90%;
}

.Regi {
	width: 80%;
}
.Regi td, th {
	padding-left: 0.8rem;
}

.Regi th {
	background-color: #cfcfcf;
}
.w50p {
	width: 50%;
}

/*----------------------------------------------
　welcome
----------------------------------------------*/

.Iwate_Photo {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
.Iwate_Photo img {
	border-radius: 7px;
}
.wel_photo {
	width: 70%;

}

/*----------------------------------------------
　venue
----------------------------------------------*/
.aiina_p {
	width: 90%;
}

/*----------------------------------------------
　Program
----------------------------------------------*/
.P_Table {
	width: 90%;
    margin: 1rem auto;
    color: #323232;
    font-size: 0.9rem;
	text-align: center;
}
.P_Table th {
	background-color: #627363;
	color: #FFF;
	border: #323232 1px solid;
	text-align: center;
}
.P_Table td {
	border: #323232 1px solid;

}


@media all and (max-width:700px) {
	.mainpage {
		padding: 10px;
		min-height: 500px;
		
	}
	main h2 {
		padding-top: 2rem;
	}

    /* .pc_title {
        display:none;
    } */
	
}