/* CSS Document */

.contentWrap.intern {
	max-width: 960px;
	margin: auto;
}

.internTITLE  {
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	font-weight: 600;
	color:#14add0;
	border-bottom: 4px dotted #14add0;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.nlist  {
	margin-left: 20px;
	margin-bottom: 20px;
}
.nlist li {
	list-style-type: disc;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	margin-bottom: 5px;
	
}

.mynabi  {
	background: #f4f6f6;
	padding: 50px 60px 60px 60px;
	box-sizing: border-box;
	position: relative;
	max-width: 800px;
	margin: auto;
	margin-bottom: 40px;
}

.linkSITE {
	max-width: 400px;
	margin: auto;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 30px rgba(200,200,200,0.1);
}
table#table-01 {
    max-width: 100%;
	margin: auto;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}

table#table-01 th {
    padding: 20px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
	width: 40%;
}
table#table-01 td {
    padding: 20px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	  line-height: 1.5;
}
table#table-01 .nlist {
	margin-bottom: 0px;
}
table#table-01 a {
	color:#14add0;
}

.wai {
	font-size: clamp(2.4rem, 3.8vw, 4rem);
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	font-weight: 600;
	color:#14add0;
}
.waku {
	border: 1px solid #222;
	padding: 20px;
	box-sizing: border-box;
}
.waku {
	border: 1px solid #222;
	padding: 40px;
	box-sizing: border-box;
}
.wakuTITLE  {
	font-size: clamp(1.6rem, 1.6vw, 1.8rem);
	border-bottom: 1px solid #262626;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: center;
}
.waku p {
	text-align: center;
	margin: 0;
	padding: 0;
}
.waku.btmMG {
	margin-bottom: 15px;
}
.waku a {
	color:#0389c3;
}

@media screen and (max-width: 834px){
	
.contentWrap.intern {
	max-width: 960px;
	margin: auto;
}

.internTITLE  {
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	font-weight: 600;
	color:#14add0;
	border-bottom: 4px dotted #14add0;
	margin-bottom: 15px;
	padding-bottom: 5px;
	line-height: 1.5;
}

.nlist  {
	margin-left: 20px;
	margin-bottom: 20px;
}
.nlist li {
	list-style-type: disc;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	margin-bottom: 5px;
	line-height: 1.6;
	
}

.mynabi  {
	background: #f4f6f6;
	padding: 50px 60px 60px 60px;
	box-sizing: border-box;
	position: relative;
	max-width: 800px;
	margin: auto;
	margin-bottom: 40px;
}

.linkSITE {
	max-width: 400px;
	margin: auto;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 30px rgba(200,200,200,0.1);
}
	
table#table-01 {
    max-width: 100%;
	margin: auto;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}

table#table-01 th {
	display: block;
    padding: 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 0px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
	width: 100%;
	box-sizing: border-box;
}
table#table-01 td {
    padding: 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 0px;
    text-align: left;
	  line-height: 1.5;
}
table#table-01 .nlist {
	margin-bottom: 0px;
}
table#table-01 a {
	color:#14add0;
}

.wai {
	font-size: clamp(2.2rem, 3.8vw, 4rem);
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	font-weight: 600;
	color:#14add0;
}
.waku {
	border: 1px solid #222;
	padding: 15px;
	box-sizing: border-box;
}

.wakuTITLE  {
	font-size: clamp(1.6rem, 1.6vw, 1.8rem);
	border-bottom: 1px solid #262626;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.waku p {
	text-align: center;
	margin: 0;
	padding: 0;
}
	
.waku.btmMG {
	margin-bottom: 10px;
}
	
}


table.yoyakuTABLE {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: clamp(1.5rem, 1.5vw, 1.6rem) ;
	 line-height: 1.6;
	margin-bottom: 50px;
}

table.yoyakuTABLE th {
    padding: 15px 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #14add0;
    font-weight: bold;
	color:#fff;
   box-sizing: border-box;
    text-align: center;
}
table.yoyakuTABLE td {
    padding: 15px 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	box-sizing: border-box;
}


.yoyakuTABLE .maplink {
	color: #14add0;
	text-decoration: underline;
}

.yoyakuBUTTON a {
	font-size: clamp(1.5rem, 1.5vw, 1.6rem) ;
    background: #eb9e32;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px auto 0;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.yoyakuBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}

.yoyakuBUTTON a:hover:after {
  right: 1.4rem;
}

.manseki {
	font-size: clamp(1.5rem, 1.5vw, 1.6rem) ;
    background: #c20d23;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px auto 0;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

@media screen and (max-width: 834px){
	
table.yoyakuTABLE {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: clamp(1.5rem, 1.5vw, 1.6rem) ;
	 line-height: 1.6;
	margin-bottom: 30px;
}

table.yoyakuTABLE th {
	display: block;
	width: 100%;
    padding: 10px 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 0px;
    background: #14add0;
    font-weight: bold;
	color:#fff;
    text-align: center;
	box-sizing: border-box;
}
table.yoyakuTABLE td {
	display: block;
	width: 100%;
    padding: 10px 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 0px;
    text-align: center;
	box-sizing: border-box;
}
table.yoyakuTABLE td:last-child {
    border-width: 0 0 0px 0px;
}


.yoyakuTABLE .maplink {
	color: #14add0;
	text-decoration: underline;
}

.yoyakuBUTTON a {
	font-size: clamp(1.5rem, 1.5vw, 1.6rem) ;
    background: #eb9e32;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px auto 0;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.yoyakuBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}

.yoyakuBUTTON a:hover:after {
  right: 1.4rem;
}

.manseki {
	font-size: clamp(1.5rem, 1.5vw, 1.6rem) ;
    background: #c20d23;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px auto 0;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

	
}

.formbtm {
	margin-bottom: 40px;
}
.doui  {
	height:300px;
width: 100%;
overflow:auto;
	padding: 20px;
	margin: 0 0 40px;
	box-sizing: border-box;
}
.page-introMIN {
	margin-bottom: 30px;
	text-align: left;
}

.page-introMIN p {
	text-align: left;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}

.page-introMIN {
	margin-bottom: 15px;
}
.innerTITLE {
	margin: 5px 0;
}
@media screen and (max-width: 834px){
	
.formbtm {
	margin-bottom: 20px;
}
.page-introMIN p {
	text-align: left;
	font-size: clamp(1.3rem, 1.6vw, 1.8rem);
}
	
.doui  {
	height:200px;
width: 100%;
overflow:auto;
	padding: 10px;
	margin: 0 0 20px;
	box-sizing: border-box;
}
}















