/* CSS Document */
html{
    scroll-behavior: smooth;
	text-spacing-trim: space-all;
}
a{
	color: #009ee5;
}
h1,h2,h3,h4{
}
h1{
	font-size: 2.2rem;
}
#headcont{
	margin-bottom: 1rem;
}
.content_outer{
	/*
	background: url("/images/bg01.png") repeat;
	*/
}
.content_outer_main{
	/*
	background: #fffdf6 url("/images/hogan5.png") repeat;
	*/
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
	max-width: 1000px;
}

#content_top{
	padding: 0;
	margin-top: 0 !important;
}
#content_top .carousel-caption{
	bottom: unset;
	top: 2em;
	color: #000;
	background-color: rgb(255 247 153 / 50%);
	border-radius: 1rem;
	border: 1px solid #17963f;
	padding: 1em;
}
#content_top .carousel-caption p{
	margin-bottom: 0;
}

.container_each_top h1{
	color: #fff;
    background-color: #009ee5;
    text-align: center;
    margin: 2rem 0;
    display: block;
    line-height: 150%;
    border-radius: 1rem;
    padding: 0.5em;
}

/*  */
.container_each_detail{
	line-height: 175%;
}



.container_each_detail table{
	border-collapse: collapse;
}
.container_each_detail table th,.container_each_detail table td {
	/*
	border: 1px solid #999;
	*/
	padding: 0.5rem;
}
.container_each_detail table th {
	text-align:center;
	vertical-align:middle;
	background-color:#f0f0f0;
	font-weight: normal;
	/*
	white-space:nowrap
	*/
}

.container_each_detail table.noboder th,.container_each_detail table.noboder td {
	border: none;
}
.container_each_detail table.form1 > tbody > tr > th,
.container_each_detail table.form1 > tbody > tr > td,
.container_each_detail table.form2 > tbody > tr > th,
.container_each_detail table.form2 > tbody > tr > td {
	border: 1px solid #999;
}
.container_each_detail table.form1{
	width: 100%;
}
.container_each_detail table.form1 > tbody > tr > th{
	width: 300px;
	text-align: left;
}
.container_each_detail table.form1 > tbody > tr > td > input[type=text]{
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
.container_each_detail table.form1 > tbody > tr > td > textarea{
	/*
	width: 300px;
	*/
	width: 100%;
	height: 10em;
}

.container_each_detail table.form2 > tbody > tr > th{
	width: 8em;
	text-align: center;
}


.container_each_detail table.form1 > tbody > tr > td > input[type="text"] {
	width: 100%;
	padding: 2px;
}
.container_each_detail table.form1 > tbody > tr > td > input.norm {
	width: 100%;
	padding: 2px;
}
.container_each_detail table.form1 > tbody > tr > td > input.nfile {
	width:400px;
	padding: 2px;
}
.container_each_detail table.form1 > tbody > tr > td > textarea {
	/*
	width: 300px;
	*/
	width: 100%;
	height: 150px;
	padding: 2px;
}
input[type="button"] {
	/*
	font-family: "Yu Gothic Medium", "YuGothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	*/
	padding: 5px;
}
.container_each_detail table.form1 > tbody > tr > td > input.zip1, .container_each_detail table.form1 > tbody > tr > td > input.agec, .container_each_detail table.form1 > tbody > tr > td > input.bnumber {
	width:4em;
	ime-mode:disabled;
	padding: 2px;
}
.container_each_detail table.form1 > tbody > tr > td > input.zip2 {
	width:5em;
	ime-mode:disabled;
	padding: 2px;
}
.container_each_detail table.form1 > tbody > tr > td > input.tels {
	width:15em;
	ime-mode:disabled;
	padding: 2px;
}

.container_each_index {
	margin-top: 3em !important;
	margin-bottom: 3em;
}




div.jhc table th, div.cont table.thj th {
	background-color: #cceeff;
}
div.hsc table th, div.cont table.thh th {
	background-color: #e6e6ff;
}



	.container_each_detail table.form1 > tbody > tr > td > input.input_mid {
		width: auto;
	}











.container_each_detail h2 {
	padding: 1rem 2rem;
	color: #fff;
	background-color: #009ee5;
	-webkit-box-shadow: 5px 5px 0 #888;
	box-shadow: 5px 5px 0 #888;
	margin-bottom: 1.75rem;
	margin-top: 1.75rem;
	font-size: 1.8rem;
}
.container_each_detail h3 {
	padding: 0.5rem 0.5rem;
	border-left: 5px solid #009ee5;
	margin-bottom: 1rem;
	margin-top: 2rem;
	font-size: 1.5rem;
}

#content_jh h1{
	background-color: #009ee5;
}
#content_hs h1{
	background-color: #181953;
}
#content_voice h1{
	background-color: #e4007f;
}


.jhc h2 {
	background-color: #009ee5;
}
.jhc h3 {
	border-color: #009ee5;
}
.hsc h2 {
	background-color: #181953;
}
.hsc h3 {
	border-color: #e09600;
}







#row_card .card{
	border: 1px solid #999;
	border-radius: 0.5rem;
	position: relative;
	height: 11rem;
	margin: 0;
	overflow: hidden;
	background: no-repeat #fff;
	background-size: 100%;
	background-position: left top;
}
#row_card .card2{
	background-size: 100%;
	background-position: left top;
}
#row_card #card01,
#row_card #card02,
#row_card #card03{
	/*
	background-position: center 0.7rem;
	*/
}
#row_card #card01{
    background-color: #ffef00;
    background-image: url(/images/icon_jh.svg);
    background-size: 80%;
    background-position: center 17%;	
}
#row_card #card02{
	background-color: #e2b1bf;
	background-image: url("/images/icon_hs.svg");
    background-size: 78%;
    background-position: center 6%;	
}
#row_card #card_int{
	/*
	background-image: url("/images/photo2018e.jpg");
	background-position: center 6%;
	*/
}






#row_card .card .card-img-top,
#row_card .card .card-text,
#row_card .card .btn{
	display: none;
}

#row_card .card .card-title{
	font-size: 1.5rem;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #444;
	border-color: #444;
	margin: 0;
	padding: 0.25em 0.12em;
	width: 100%;
	text-align: center;
	color: #fff;
}
#row_card .card{
}
#row_card #card01,
#row_card #card04{
	border-color: #009ee5;
}
#row_card #card02{
	border-color: #181953;
}
#row_card #card03{
	border-color: #0f1254;
}
#row_card #card_int{
	border-color: #e4007f;
}

#row_card #card01 .card-title,
#row_card #card04 .card-title{
	background-color: #009ee5;
}
#row_card #card02 .card-title{
	background-color: #181953;
}
#row_card #card03 .card-title{
	background-color: #0f1254;
}
#row_card #card_int .card-title{
	background-color: #e4007f;
}
#row_card .dept_card{
	background: none;
	height: 4rem;
}
#row_card .dept_card .card-body{
	padding: 2rem 0 0;
}
#row_card .dept_card .card-title{
	height: 100%;
    font-size: 2rem;
    line-height: 2.5rem;	
}

#row_card a.card{
	font-size: 1.8rem;
	background-color: #444;
	/*
	border-color: #444;
	border: none;
	*/
	margin: 0;
	padding: 0.25em 0.12em;
	width: 100%;
	text-align: center;
	color: #fff;
	
	border-width: 2px;
	/*
	height: 10.5rem;
	*/
}

#row_card a.card_jh{
	background-color: #009ee5;
	border-color: #009ee5;
}
#row_card a.card_hs{
	background-color: #181953;
	border-color: #181953;
}





.card-body {
	padding: 0;
}
table.hogan td{
	border: 1px solid #000;
	width: 1.5em;
	height: 1.2em;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
}
.carousel-item{
	position: relative;
}
.carousel-item table.hogan{
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN" ,"HGS明朝E", "メイリオ", Meiryo, serif;	
	border-collapse: collapse;
	font-size: 60px;
	margin: 1em auto;
	position: absolute;
	top: 1em;
	left: 6%;
}


footer{
	margin-top: 2em;
}











.marunum > li{
	list-style: none;
	text-indent: -1em;
}

.rcom,
.his{
	color: #f00;
}
.form-alert{
	color: #f00;
	border: 2px solid #f00;
	font-weight: bold;
	border-radius: 0.5rem;
	padding: 1rem;
	margin-bottom: 2rem;
}
#confwait {
	color:#f00;
	border:1px solid #f00;
	width:250px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:none;
	padding:5px;
}


#content_voice dt,#content_voice dd{
	margin-bottom: 3em;
	position: relative;
	padding-left: 3em;
}	
#content_voice dt{
	font-weight: normal;
	font-weight: bold;
	margin-bottom: 1.5em;
}

#content_voice dd{
}	
#content_voice dt:before,
#content_voice dd:before {
	display: flex;
    width: 1.75em;
    height: 1.75em;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: -0.4em;
    margin: auto;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
	font-weight: bold;
}
#content_voice dt:before {
	content: "Q";
	background-color: #009ee5;
	font-size: 150%;
}	
#content_voice dd:before {
	content: "A";
	background-color: #e4007f;
	font-size: 150%;
}




footer ul {
	clear: both;
	margin-left: -45px;
}

footer ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
	float: left;
	margin-right: 1em;
}

footer ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f35a";
	color: #009ee5;
	margin-right: 0.1em;
}

#pageTop{
	clear: both;
	float: right;
	margin: 3em 0;
}
#pageTop a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f35b";
	color: #009ee5;
	margin-right: 0.1em;
}
span.btnbox {
    border: 1px solid #999;
    border-bottom-color: #333;
    border-right-color: #333;
    padding: 2px 3px;
    margin: 0 3px;
    background-color: #F0F0F0;
    white-space: nowrap;
	border-radius: 3px;
}

table.kojin {
	margin-bottom: 2em;
}
table.kojin td{
	vertical-align:top;
	padding: 0.25em;
}

.voicephoto{
	clear: both;
	float: right;
	/*
	margin-bottom: 0;
	margin-left: 1em;
	margin-right: 1em;
	*/
	margin: 0;
	height: 300px;
}
.voicephoto_box{
	text-align: center;
}
.voicephoto_box img{
	margin: 0 1em;
}


.h2past > ul,
td > ul{
	margin-left:-1em;
}

.esect > p,
.esect > table,
.cont_kakikata > p{
	margin-left: 1em;
}




a[href*='.pdf']:before {
    content:'\f1c1';
	font-family: 'Font Awesome 5 Free';
	color: #f00;
	margin: 0 0.25em;
}
a[href^="http"]:after {
	/*
    content:'\f26e';
	font-family: 'Font Awesome 5 Free';
	margin: 0 0.25em;
	*/
}
p.obo {
	/*
	font-family: YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	*/
	font-weight: bold;
	border:1px solid #666;
	text-align:center;
	padding: 1em;
	margin: 2em auto;
	line-height: 2em;
}
p.obo input {
	margin: 1em auto;
}
p.obo span {
    color: #F00;
    clear: both;
    display: block;
}

.w-100 img{
    max-width: calc(100% - 1em);
}

.img_r,.img_l{
	height: 200px;
	margin-bottom: 2em;
}
.img_r{
	float: right;
	margin-top: 0.5em;
}
.img_l{
	float: left;
	margin-left: 3em;
	margin-top: -0.5em;
}
.dd_r{
	width: 77%;
    width:  -webkit-calc(100% - 220px);
    width: calc(100% - 220px);	
	float: right;
}
.dd_l{
	width: 80%;
    width:  -webkit-calc(100% - 190px);
    width: calc(100% - 190px);	
	float: left;
}

/* 2022.8.25 */
.alerteach{
	text-align: center;
    font-size: 1.5rem;
    color: #e7362a;
}
.alerttop{
	text-indent:-1em;
	margin: 1em 0 0 1em;
	font-size: 88%;
	line-height: 1.25em
}

/* 2022.11.17 */
.form-limit{
	color: #f00;
	/*
	font-family: YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	
	font-weight: bold;
	*/
}

/* 2025.5.2 */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.videobox{
	width: 640px;
	max-width: 100%;
	margin: 0 auto 1em;
}
.videobox .video-container{
	margin: 0 auto;
	text-align: center;
}



@media (min-width: 1200px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}

@media (max-width: 870px) {
	.voicephoto_box img{
		height: 35vw;
		margin: 0 0.5em;
	}
}

@media (min-width: 768px) {
	.forsp{display: none;}
	.alerttop{margin-bottom: -2em} /* 2022.8.25 */
	.alerteach{margin-top: -1em} /* 2022.8.25 */
}


@media (max-width: 767px) {
	.forpc{display: none;}
	
	.alerteach{font-size: 1.4rem} /* 2022.8.25 */
	h1{
		/*
		font-size: 1.6rem;
		*/
		font-size: 1.5rem;
	}
	/*
	#content_voice h1 {
	    font-size: 1.5rem;
	}	
	*/
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 100%;
	}
	.container_each_index {
		margin-top: 1em !important;
		margin-bottom: 1em !important;
	}
	.container_each_detail table.form1{
		/*
		width: calc(100% - 4em);
		*/
		width: 100%;
	}	
	.container_each_detail table{
		/*
		width: calc(100% - 1em);
		*/
		border-bottom: 1px solid #666;
		width: 100%;
	}
	.container_each_detail table td table{
		border-bottom: none;
	}
	.container_each_detail table th,.container_each_detail table td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	.container_each_detail table.form1 > tbody > tr > th,
	.container_each_detail table.form1 > tbody > tr > td{
		border-bottom: none;
		/*
		width: calc(100% - 4em);
		*/
		width: 100%;
		max-width: calc(100vw - 2em);
	}
	.container_each_detail table.form2 > tbody > tr > th,
	.container_each_detail table.form2 > tbody > tr > td {
		border-bottom: none;
		width: 100%;
	}
	
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 100%;
		overflow: hidden;
	}	
	
	
	.container_each_detail table.form1 > tbody > tr > td > textarea{
		width: auto;
		max-width: 100%;
	}

	.container_each_detail table.form2 > tbody > tr > th{
		width: auto;
		max-width: 100%;
	}


	.container_each_detail table.form1 > tbody > tr > td > input[type="text"] {
	}
	.container_each_detail table.form1 > tbody > tr > td > input.norm {
		width: 100%;
	}
	.container_each_detail table.form1 > tbody > tr > td > input.input_mid {
		/*
		width: auto;
		*/
		width: 10em;
	}
	input.input_mid {
		width: 10em !important;
	}
	.container_each_detail table.form1 > tbody > tr > td > input.nfile {
		width: auto;
		max-width: 100%;
	}
	.container_each_detail table.form1 > tbody > tr > td > textarea {
		width:auto;
		max-width: 100%;
	}
	.container_each_detail table.form1 > tbody > tr > td > input.zip1, .container_each_detail table.form1 > tbody > tr > td > input.agec, .container_each_detail table.form1 > tbody > tr > td > input.bnumber {
	}
	.container_each_detail table.form1 > tbody > tr > td > input.zip2 {
		width:auto;
		max-width: 100%;
	}
	.container_each_detail table.form1 > tbody > tr > td > input.tels {
		width:auto;
		max-width: 100%;
	}
	
	#row_card #card01,
	#row_card #card02,
	#row_card #card03{
		background-position: center 10%;
	}
	.container_each_detail h2 {
		/*
		padding: 0.5rem 0 0.5rem 1rem;
		font-size: 1.4rem;
		*/
		padding: 0.5rem 0 0.5rem 0.5rem;
		font-size: 1.3rem;
	}
	.container_each_detail h3 {
		padding: 0.25rem 0.5rem;
		font-size: 1.2rem;
	}	
	
	#row_card a.card {
		height: auto;
		margin-bottom: 1em !important;
	}
	#row_card #card01,
	#row_card #card02,
	#row_card #card03,
	#row_card #card_int{
		height: 52vw;
	}
	#row_card .card{
		margin: 0;
    	margin-bottom: 1em;
    	height: 10em;
	}
	#content_top .carousel-caption h1{
		font-size: 1.6rem;
	}
	#content_top .carousel-caption p{
		font-size: 0.8rem;
	}
	#content_top .carousel-caption{
		top: 1rem;
		left: 1rem;
		right: 1rem;
	}	
	#pageTop {
	    margin: 1em 0;
	}
	footer ul li {
		line-height: 1.0;
		padding: 0.5em 0;
		list-style-type: none!important;
		float: left;
		margin-right: 0;
		clear: both;
	}
	
	.voicephoto{
		/*
		float: none;
		max-width: calc(100% - 2em);
		margin-left: calc(50% - 100px);
		margin-right: 0;
		*/
		display: block;
		margin: 1em auto;
		height: unset;
		float: none;
		max-width: 100%;
	}
	.esect > p,
	.esect > table,
	.cont_kakikata > p{
		margin-left: 0;
	}
	
	
	.img_r,.img_l{
		height: 200px;
		margin-bottom: 2em;
	}
	.img_r,
	.img_l{
		float: none;
		width: 200px;
		height: auto;
	}
	.img_r{
		margin: -2em 0 1em calc(50% - 100px);
	}
	.img_l{
		margin: 0 0 2em calc(50% - 100px);
	}
	.dd_r,
	.dd_l{
		width: 100%;
		float: none;
	}
	
	
}
