@charset "utf-8";

/*PCSP共通設定*/

section:nth-of-type(odd){background-color:#fff;}
section:nth-of-type(even){background-color:#fff;}
html{
	text-align: justify;
}

:root {
  --indigo: #191987;
  --blue: #5252be;
  --deepb: #3b3bb6;
  --lightb: #f3f3fb;
  --halfb: #8c8cd4;
}
a:visited {
	color:var(--indigo,#191987);
	text-decoration:underline;
}

.redtxt{color: red;
}

.inner{
	font-size: var(--fontS,16px);
}
/*759px以下*/
@media screen and (max-width: 759.9px) {
:root {
  --box-padding: 15px;	
	
  --fontXS:0.8rem;	
  --fontS:1rem;
  --fontM:1.1rem;
  --fontL:1.25rem;
  --fontXL:1.5rem;
  --fontXXL:2rem;	
}	
	
#wrapper {line-height: 1.4;}
.spnone,.smpnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

/*title*/
img#mainphoto {
	width: 100%;
	margin-bottom: 5%;
}
	
h2 {
	font-size:1.35rem;
	color: var(--indigo,#191987);	
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid var(--indigo,#191987);
	margin-bottom: 3%;
	padding-bottom: 5px;
	clear: both;
}
.inner{
	width: 90%;
	margin: 0 auto;
	padding:0 0 5rem;
	display: block;
	font-size:1rem;
}
u{text-decoration-color: red;}
	
	
/*ボタン*/
.btn_box {
	display: flex;
	width: 100%;
	margin: 0 auto;	
}

.btn {
	flex: 1;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	border: 1px solid var(--indigo,#191987);
	color: #FFF;
	font-size: var(--fontL,1.25rem);	
	font-weight: bold;
}
	
.btn_l {
	color: #FFF;	
	background-color: var(--indigo,#191987);
}
.btn_l {	
	color: #FFF;	
	background-color: var(--indigo,#191987);
	position: relative;
}
.btn_l:after,.btn_R:after {
    border-top: 9px solid var(--indigo, #191987);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: '';
    margin-left: -25px;
    position: absolute;
    bottom: -9px;
    left: 50%;
}
	
.btn_R {
	background-color: #FFF;
	color: var(--indigo, #191987);
	transition: background-color 0.3s ease;	
		position: relative;
}	
a.btn_R:link{
	color: var(--blue,#5252be);
}
a.btn_R:hover{
	color: #FFF;		
	background-color: var(--indigo, #191987);
}	
a.btn_R:hover{
	color: #FFF;		
	background-color: var(--indigo, #191987);
	opacity: 1;
}	
	
	
/*MV*/
.btn_area{
	width: 95%;
	margin: 2rem auto 1rem;
}	
	
a.btn_b {
  margin: 0 auto;
  padding: 1rem 0 0;
  transition: 0.3s;
}
	
a.btn_b:hover {
  text-decoration:underline;
}
a.btn_b .b_txt {
  display: block;
  color: #004386;
  font-weight: bold;
  text-align: right;
  position: relative;
  padding-right: 15px;
  font-size: 1rem;
}
a.btn_b .b_txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #014897;
  border-right: 3px solid #014897;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}	


	
/*タイトル*/	
h1{
	position: relative;	
	margin: 0 0 3rem;
}		
img#mainphoto {
	width: 100%;
	height: 230px;
	display:block;
	object-fit: cover;
}
	
h1 p{
    position: absolute;
    z-index: 2;
    width: 90%;
    height: 230px;
    margin: 0px auto;
    top: 60%;
    left: 50%;
     transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
	
h1#torikesi p{background: url(../images/torikesi.svg) no-repeat;    background-position: center;}
h1#kaigai_3 p{background: url(../images/kaigai_3.svg) no-repeat;    background-position: center;}
h1#kaigai_4 p{background: url(../images/kaigai_4.svg) no-repeat;    background-position: center;}

h3{	
	margin: 5rem auto 1rem;
 	background-color: var(--lightb,#f3f3fb);
    height: 5.5rem;
    display: flex;
    align-items: center;
    padding: 0.5rem 0 0;
}
h3 p{
	color: var(--blue,#5252be);
	font-size: var(--fontXL,1.5rem);	
	font-weight: bold;
	padding: 10px;
	}		

h4{
  margin: 3rem auto 1rem;
  padding: 0 0.5em;
  color:var(--indigo,#191987);
  border-left: solid 5px var(--indigo,#191987);
  font-weight: bold;
  font-size: var(--fontXL,1.5rem);
  line-height: 1;
}

h4 span{
	color: var(--indigo,#191987);
	font-size: var(--fontXS,0.8rem);
}
	
h4.hosyoumg{margin: 1rem auto!important;}/*アコーディオン内*/

/*0315追加*/
.inner_h4 {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 1rem;
    display: block;
    font-size: 1rem;
}	
h4 p.txt {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 -26px;
}
h4 p.kome {
    font-size: 0.8rem;
}
.inner_h4 h4 p.kome,.inner_h4 h4 p.txt{
		color: #000;
}	

/*0315追加*/	
	
h5{
  margin: 2rem auto 0.5rem;
  color: var(--indigo,#191987);
  font-weight: bold;
  font-size: var(--fontXL,1.5rem);
}	

h6{
    margin: 1.5rem auto 0.5rem;
    padding: 0 0.5em;
    color: var(--indigo,#191987);
    border-left: solid 4px var(--indigo,#191987);
    font-weight: bold;
    font-size: var(--fontM,1.1rem);
    line-height: 1.2;
}
	
h7{
  color:#FFF;	
  background: var(--blue,#5252be);
    display: inline-block;
    padding: 0.1rem 0.5rem;
    margin: 0.1rem 0;
    font-weight: bold;	
}

/*タイトル追加0306*/
#title {
    width: 100%;
    background-size: cover;
	line-height: 0;
  }
#title img {
    width: 100%;
}	
.top_titletxt{
background: #f3f3fb url(../images/main_bg.jpg) no-repeat bottom;
    background-size: cover;
}
.top_txt {
    font-size: 1.4rem;
    color: var(--indigo, #191987);
    text-align: center;
    font-weight: bold;
    padding: 3rem 0 0;
    width: 90%;
    margin: auto;
}
	
.top_kome {
    font-size: 1rem;
    background: #fff;
    color: var(--blue, #5252be);
    text-align: center;
    width: 90%;
    margin: 2rem auto 6rem;
    padding: 8px;
    font-weight: bold;
}
	
	
p.title_2024 {
    font-size: 2.4rem;
    color: var(--indigo, #191987);
    font-weight: bold;
    text-align: center;
    border: none;
    margin: 0 auto 1rem;
}
.label_mainimg img {
    width: 95%;
    height: auto;
    margin: 0 auto 1rem;
}
.label_mainimg {
    width: 100%;
}
.label_mainimg_2 {
    display: flex;
    margin: 1rem auto;
   flex-direction: column-reverse;
}	
.label_mainimg_2 p {
   text-align: left;
    display: flex;
    flex-direction: column-reverse;
    align-items: baseline;
    line-height: 1.5;
    width: 95%;
    margin: 1rem auto;
}
.label_mainimg_2 img {
    width: 95%;
    margin: 0 auto 1rem;
}
#top_bg {
	background: #5252be url(../images/top_bg.png) no-repeat top!important;
	background-size: cover;
}
	
#top_bg .labeltxtbox4{
	background: none;
    width: 95%;
    margin: auto;
}
.top_labelbox{
	color: var(--indigo,#191987);
	font-size:var(--fontL,1.25rem);
	background: #FFF;
    padding: 10px;
    line-height: 1.4;
}
/*0315追加*/
#torikesi30 .top_labelbox{
	color: #FFF;
    font-size: 1.2rem;
    background: var(--indigo,#191987);
    line-height: 1.7;
}
#torikesi30 .labeltxtbox4 {
    font-size: 16px;
    background: var(--lightblue,#f3f3fb);
    padding: 10px;
    color: #FFF;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 6rem;
    border: solid 1px var(--indigo,#191987);
}
#torikesi30 .label_maintxt {
    margin: 1rem auto;
    color: var(--indigo,#191987);
}
#torikesi30 .label_yellow {
    color: red;
}
#torikesi30 .label_white{
    color: var(--indigo,#191987);
}
#torikesi30 .label_middl,.label_middl_2{
	font-size: 1.4rem;
}	
#torikesi30 .label_large{
	font-size: 2rem;		
}
	#torikesi30 .label_l_large{
	font-size: 5rem;			
	}	
/*0315追加*/	
.label_maintxt{margin: 1rem auto}	
.label_middl,.label_middl_2{
	font-size: 1.9rem;
    line-height: 1.5;
	margin: 0 0 0.5rem;
}
.label_middl_2{margin: 2rem auto;}
.label_yellow{color: #ffff00;}
.label_large{
	font-size: 3rem;
    line-height: 1;
	}
.label_l_large{font-size:6rem;}
.label_white{
	text-align: left;
	color: #FFF;
    padding-left: 1em;
    text-indent: -1em;
	line-height: 1.5;
    margin: auto;
	margin: 0 0.5rem;
	font-weight: normal;}
.labeltxtbox4 {
    font-size: 16px;
    background: var(--blue, #5252be);
    padding: 10px;
    color: #FFF;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 6rem;
}	

/*テキスト*/	
.txtbox1{
	margin: 0 auto;
	line-height: 2;
}
	
.txtbox2{
	margin:0 auto;
	line-height: 2;
}
.txtbox2 p{
  padding-left: 1em;
  text-indent: -1em;
}
.txtbox2_2{
	margin:0 auto;
	line-height: 2;
}

.txtbox2 a{text-decoration: none;}
.txtbox2 a:hover{text-decoration:underline;}	

.txtbox3{
	background: var(--lightb,#f3f3fb);	
	margin:0 auto;
	padding:var(--box-padding,20px);
	line-height: 2;
}
	
.txtbox4{
    font-size: var(--fontS,1rem);
	background: var(--blue,#5252be);
	padding:10px;
	color: #FFF;
	line-height: 2;
	margin: 0 auto 1rem;
}
.inc{
	text-align: right;
	color: var(--indigo,#191987);
	font-weight: bold;
	margin: 2rem auto  0.25rem;
}	
	
.u_line{background: linear-gradient(transparent 60%, #fff487 0%);}

.txtbold{	
	color: var(--indigo,#191987);
	font-weight: bold;
}
	
	
/*テーブルのスクロールバー*/
.scroll_p{
	font-weight: bold;
	font-size: var(--fontXS,0.8rem);
}
	
#table1::-webkit-scrollbar,#table2::-webkit-scrollbar {
  background: var(--lightb,#f3f3fb);
  width: 5px;
  height: 15px;
}
#table1::-webkit-scrollbar-thumb,#table2::-webkit-scrollbar-thumb {
  background-color: var(--deepb,#3b3bb6);	
}
	

/*テーブル1*/
#table1 table , #table1 td, #table1 th {
	width: 100%;
	border: 1px solid var(--halfb,#8c8cd4);
	border-collapse: collapse;
	text-align: left;
	line-height: 2;
	margin: 0 0 1rem 0;
    white-space: nowrap;	
}
	
#table1 td.wids{
	width: 50%;
}
#table1 td {
	padding:var(--box-padding,20px);
}

#table1 td:nth-child(odd){background: var(--lightb,#f3f3fb);}	
#table1 td:nth-child(even),#table1 td.even{background: #fdfdfe;}

div#table1,div#table2 {
    margin: 0 0 1rem 0;
    overflow-x: scroll;	
}


	
	
/*テーブル2*/
#table2 table , #table2 td, #table2 th {
	width: 100%;
	border: 1px solid var(--halfb,#8c8cd4);
	border-collapse: collapse;
	text-align: left;
	line-height: 2;
	margin: 0 0 1rem 0;	
    white-space: nowrap;	
}
#table2 th:nth-child(2),#table2 td:nth-child(2){
	width: 50%;		
}
#table2 td,#table2 th {
	padding:var(--box-padding,20px);
}

#table2 th {
	background: var(--blue,#5252be);
	color:#FFF;
	font-weight: bold;
}
#table2 tr:nth-child(odd){background: var(--lightb,#f3f3fb);}	
#table2 tr:nth-child(even){background: #fdfdfe;}

	
	
/*テーブル3*/
#table3 table , #table3 td, #table3 th {
	width: 100%;
	border: 1px solid var(--halfb,#8c8cd4);
	border-collapse: collapse;
	text-align: left;
	line-height: 2;
	table-layout: fixed;	
	margin: 0 0 1rem 0;	
}
#table3 th:nth-child(2),#table2 td:nth-child(2){
	width: 50%;		
}
#table3 td,#table2 th {
	padding:var(--box-padding,20px);
}

#table3 th {
	background: var(--blue,#5252be);
	color:#FFF;
	font-weight: bold;
}
#table3 tr:nth-child(odd){background: var(--lightb,#f3f3fb);}	
#table3 tr:nth-child(even){background: #fdfdfe;}	

.pictbox p {
    margin: 0 0 0 110px;
}	
.pictbox{height: 200px;}
.pict1{
	background: url(../images/pict1.png) no-repeat 3% 50%;
    background-size: 25%;
}
.pict2{
	background: url(../images/pict2.png) no-repeat 3% 50%;
    background-size: 25%;
}	
.pict3{
	background: url(../images/pict3.png) no-repeat 3% 50%;
    background-size: 25%;
}	


	
/*アコーディオン*/	
.accordion {
  max-width: 970px;
  margin: 0 auto;
}

.toggle_contents {
  border: 1px solid var(--indigo,#191987);
  margin: 1rem auto 0.5rem;
}

.toggle_title {
  position: relative;
  padding: 7px 50px 5px 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;	
  text-align: left;
  line-height: 1.4;
  background-color: var(--blue,#5252be);
  color: #fff;
}

.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}

.toggle_contents.selected .toggle_btn {
  transform: translateY(-50%) rotate(180deg);
}

.toggle_contents dd {
  display: none;
  background-color: #fdfdfe;
  padding: 15px;
}

.toggle_contents.selected dd {
  display: block;
}
	
.toggle_space{
		margin: 0 0 3rem 0;
}
	

	

/*サークルタイトル*/
.circle_box {
    margin: 1rem auto 0.5rem;
    box-sizing: border-box;
    display: flex;
}

.circle {
    flex: 1;	
    width: 100%;
    height: 85px;
    background-color: var(--blue, #5252be);
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle_txt {
    font-weight: bold;
    color: white;
}

.c_ttxt {
   flex: 3;
    display: flex;
    font-weight: bold;
    color: var(--blue, #5252be);
    font-size: 25px;
    line-height: 1.5;
    justify-content: center;
    align-items: center;
}

.c_ttxt span {
    color: #eb0000;
}



/*label*/
.label_box {
    display: flex;
    gap: 13px;
    width: 100%;
    margin: 0 0 0 auto;
    font-size: 1rem;
}

.l_boxC {
    flex: 1;
    padding: 7px;
    background-color: #eb0000;
    border-radius: 9px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
	
.txtbox6{
	margin:1rem auto;
	line-height: 2;
    border: 1px solid var(--blue,#5252be);
    padding: 1rem;
}
.txtbox6 p{
  padding-left: 1em;
  text-indent: -1em;
}		
}

/*760px以上*/

@media screen and (min-width: 760px) {
:root {
  --box-padding: 15px;	
	
  --fontXS:14px;	
  --fontS:16px;
  --fontM:18px;
  --fontL:20px;
  --fontXL:24px;
  --fontXXL:35px;	
}	
	
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

h2 {
	font-size:  var(--fontXXL,2rem);
	color: var(--indigo,#191987);	
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid var(--indigo,#191987);
	margin-bottom: 3%;
	padding-bottom: 5px;
	clear: both;
}
.inner{
	width: 90%;
	max-width:970px;
	margin: 0 auto;
	padding:0 0 5rem;
	display: block;
}
u{text-decoration-color: red;}
	
	
/*ボタン*/
.btn_box {
	display: flex;
	max-width: 970px;
	margin: 0 auto;	
}


.btn {
	flex: 1;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	border: 1px solid var(--blue,#5252be);
	color: #FFF;
	font-size: var(--fontL,22px);	
	font-weight: bold;
}
	
.btn_l {	
	color: #FFF;	
	background-color:var(--indigo,#191987);
	position: relative;
}
.btn_l:after,.btn_R:after {
    border-top: 9px solid var(--indigo, #191987);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: '';
    margin-left: -25px;
    position: absolute;
    bottom: -9px;
    left: 50%;
}
	
.btn_R {
	background-color: #FFF;
	color: var(--indigo,#191987);
	transition: background-color 0.3s ease;
	position: relative;
}	
.btn_R a{
	color: var(--indigo,#191987)!important;
}		
a.btn_R:link{
	color: var(--indigo,#191987);
}
a.btn_R:hover{
	color: #FFF;		
	background-color: var(--indigo,#191987);
	opacity: 1;
}
.btn_R a:visited {
	color: var(--indigo,#191987)!important;
	text-decoration:none;
}	
	
/*MV*/
.btn_area{
	width: 970px;
	margin: 2rem auto 0.5rem;
}	
	
a.btn_b {
  margin: 0 auto;
  padding: 1rem 0 0;
  transition: 0.3s;
}
	
a.btn_b:hover {
  text-decoration:underline;
}
a.btn_b .b_txt {
  display: block;
  color: #004386;
  font-weight: bold;
  text-align: right;
  position: relative;
  padding-right: 15px;
  font-size: 18px;
}
a.btn_b .b_txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #014897;
  border-right: 3px solid #014897;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}	
	
	
/*タイトル追加0306*/
	.title_bg{
    background: #f3f3fb;
	}	
  #title {
    width: 970px;
    background: #f3f3fb url(../images/mainMV.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 450px;
    margin: auto;
    line-height: 0;
  }	
.topmv img {
    height: 450px;
    width: auto;
}
.top_titletxt{
    background: #f3f3fb url(../images/main_bg.jpg) no-repeat bottom;
	background-size: cover;
}
.top_txt {
    font-size: 1.8rem;
    color: var(--indigo, #191987);
    text-align: center;
    font-weight: bold;
    line-height: 2;
    padding: 4rem 0 2rem;
}
.top_kome {
    font-size: 1rem;
    background: #fff;
    color: var(--blue, #5252be);
    text-align: center;
    max-width: 970px;
    margin: 2rem auto 6rem;
    padding: 5px;
    font-weight: bold;
}
	
.topmv{
	text-align: center;
}
	
p.title_2024 {
    font-size: 3.5rem;
    color: var(--indigo, #191987);
    font-weight: bold;
    text-align: center;
    border: none;
    margin: 4rem auto 3rem;
}
.label_mainimg img {
    width: 31%;
    height: auto;
}
.label_mainimg {
    display: flex;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    justify-content: space-around;
}
.label_mainimg_2 {
    display: flex;
    margin: 1rem auto;
    justify-content: space-evenly;
}	
.label_mainimg_2 p {
    text-align: right;
    display: flex;
    flex-direction: column-reverse;
    align-items: baseline;
    line-height: 1.5;
}
.label_mainimg_2 img {
    width: 30%;
}
#top_bg {
	background: #5252be url(../images/top_bg.png) no-repeat top!important;
	background-size: cover;
}
	
#top_bg .labeltxtbox4{
	background: none;
}
.top_labelbox{
	color: var(--indigo,#191987);
	font-size:var(--fontM,1.1rem);
	background: #FFF;
	    padding: 2px 0 0 0;
}
	
.label_maintxt{margin: 1rem auto}	
.label_middl,.label_middl_2{
	font-size: 2.2rem;
    line-height: 1.5;}
.label_middl_2{margin: 2rem auto;}
.label_yellow{color: #ffff00;}
.label_large{
	font-size: 4rem;
    line-height: 1;
	}
.label_l_large{font-size:6rem;}
.label_white{
	text-align: left;
	color: #FFF;
    padding-left: 1em;
    text-indent: -1em;
	line-height: 1.5;
    margin: auto;
	margin: 0 1rem;
	font-weight: normal;}
.labeltxtbox4 {
    font-size: 16px;
    background: var(--blue, #5252be);
    padding: 10px;
    color: #FFF;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 6rem;
}	
/*0315追加*/
#torikesi30 .top_labelbox{
	color: #FFF;
    font-size: 1.2rem;
    background: var(--indigo, #191987);
    line-height: 1.7;
}
#torikesi30 .labeltxtbox4 {
    font-size: 16px;
    background: var(--lightb, #f3f3fb);
    padding: 10px;
    color: #FFF;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 6rem;
    border: solid 1px var(--blue, #5252be);
}
#torikesi30 .label_maintxt {
    margin: 1rem auto;
    color: var(--indigo, #191987);
}
#torikesi30 .label_yellow {
    color: red;
}
#torikesi30 .label_white{
    color: var(--indigo, #191987);
}

/*0315追加*/


/*タイトル*/	
h1{
	position: relative;	
}		
img#mainphoto {
	width: 100%;
	height: 500px;	
	display:block;
	object-fit: cover;
}
h1 p{
	position: absolute;
	z-index: 2;
    width: 100%;
    height: 300px;
    margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
	
h1#torikesi p{background: url(../images/torikesi.svg) no-repeat;    background-position: center;}
h1#kaigai_3 p{background: url(../images/kaigai_3.svg) no-repeat;    background-position: center;}
h1#kaigai_4 p{background: url(../images/kaigai_4.svg) no-repeat;    background-position: center;}

h3{	
	margin: 5rem auto 1rem;
 	background-color: var(--lightb,#f3f3fb);
	height: 55px;
	display: flex;
    align-items: center;
}
h3 p{
	color: var(--indigo,#191987);
	font-size: var(--fontXL,24px);	
	font-weight: bold;
	padding-left: 10px;
	}		

h4{
  margin: 3rem auto 1rem;
  padding: 0 0.5em;
  color: var(--indigo,#191987);
  border-left: solid 5px var(--indigo,#191987);
  font-weight: bold;
  font-size: var(--fontXL,24px);
	width: 970px;
}
h4 span{
	color: var(--indigo,#191987);
	font-size: var(--fontXS,14px);
}

/*0315追加*/
	
h4 p.txt {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 -26px;
}
h4 p.txt {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 -26px;
}
h4 p.kome {
    font-size: 0.8rem;
}
.inner_h4 h4 p.kome,.inner_h4 h4 p.txt{
		color: #000;
}

/*0315追加*/

h4.hosyoumg{margin: 1rem auto!important;}/*アコーディオン内*/
	
h5{
  margin: 4rem auto 1rem;
  color: var(--indigo,#191987);
  font-weight: bold;
  font-size: var(--fontXL,24px);
}	

h6{
    margin: 1.5rem auto 0.5rem;
    padding: 0 0.5em;
    color: var(--indigo,#191987);
    border-left: solid 4px var(--indigo,#191987);
    font-weight: bold;
    font-size: var(--fontM,18px);
    line-height: 1.2;
}
	
h7{
  color:#FFF;	
  background: var(--blue,#5252be);
    display: inline-block;
    padding: 0.1rem 0.5rem;
    margin: 0.1rem 0;
    font-weight: bold;	
}



/*テキスト*/	
.txtbox1{
	margin: 3rem auto 7rem;
	text-align: center;
	line-height: 2;
}
.txtbox1 p.redtxt{font-size:  var(--fontXS,14px);}		

.txtbox2{
	margin:0 auto;
	line-height: 2;
}
.txtbox2 p{
  padding-left: 1em;
  text-indent: -1em;
}
.txtbox2_2{
	margin:0 auto;
	line-height: 2;
}

.txtbox2 a{text-decoration: none;}
.txtbox2 a:hover{text-decoration:underline;}	

.txtbox3{
	background: var(--lightb,#f3f3fb);	
	margin:0 auto;
	padding:var(--box-padding,20px);
	line-height: 2;
}
	
.txtbox4{
	font-size: 16px;
	background: var(--blue,#5252be);
	padding:10px;
	color: #FFF;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 1rem;
}
.inc{
	text-align: right;
	color: var(--indigo,#191987);
	font-weight: bold;
	margin: 2rem auto  0.25rem;
}	
	
.u_line{background: linear-gradient(transparent 60%, #fff487 0%);}

.txtbold{	
	color: var(--indigo,#191987);
	font-weight: bold;
}
	

/*テーブル1*/
#table1 table , #table1 td, #table1 th {
	width: 100%;
	border: 1px solid var(--halfb,#8c8cd4);
	border-collapse: collapse;
	text-align: left;
    table-layout: fixed;
	line-height: 2;
	margin: 0 0 1rem 0;	
}
	
#table1 td.wids{
	width: 50%;
}
#table1 td {
	padding:var(--box-padding,20px);
}

#table1 td:nth-child(odd){background: var(--lightb,#f3f3fb);}	
#table1 td:nth-child(even),#table1 td.even{background: #fdfdfe;}

div#table1 {
    margin: 0 0 1rem 0;
}


	
	
/*テーブル2*/
#table2 table , #table2 td, #table2 th,#table3 table , #table3 td, #table3 th {
	width: 100%;
	border: 1px solid var(--halfb,#8c8cd4);
	border-collapse: collapse;
	text-align: left;
	table-layout: fixed;
	line-height: 2;
	margin: 0 0 1rem 0;	
}
#table2 th:nth-child(2),#table2 td:nth-child(2),#table3 th:nth-child(2),#table3 td:nth-child(2){
	width: 50%;		
}
#table2 td,#table2 th,#table3 td,#table3 th {
	padding:var(--box-padding,20px);
}

#table2 th,#table3 th {
	background: var(--blue,#5252be);
	text-align: center;
	color:#FFF;
	font-weight: bold;	
}
#table2 tr:nth-child(odd),#table3 tr:nth-child(odd){background: var(--lightb,#f3f3fb);}	
#table2 tr:nth-child(even),#table3 tr:nth-child(even){background: #fdfdfe;}

	
	
/*テーブル3*/
.pictbox p {
    width: 68%;
}	
.pictbox{height: 200px;}
.pict1{
	background: url(../images/pict1.png) no-repeat 95% 50%;
    background-size: 20%;
}
.pict2{
	background: url(../images/pict2.png) no-repeat 95% 50%;
    background-size: 20%;
}	
.pict3{
	background: url(../images/pict3.png) no-repeat 95% 50%;
    background-size: 20%;
}	

	
/*アコーディオン*/	
.accordion {
  max-width: 970px;
  margin: 0 auto;
}

.toggle_contents {
  border: 1px solid var(--indigo,#191987);
  margin: 0 auto 1.5rem;
}

.toggle_title {
  position: relative;
  padding: 7px 10px 5px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;	
  text-align: left;
  line-height: 1.4;
  background-color: var(--blue,#5252be);
  color: #fff;
}

.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}

.toggle_contents.selected .toggle_btn {
  transform: translateY(-50%) rotate(180deg);
}

.toggle_contents dd {
  display: none;
  background-color: #fdfdfe;
  padding: 15px;
}

.toggle_contents.selected dd {
  display: block;
}
	

	

/*サークルタイトル*/
.circle_box {
    margin: 2rem auto 0;
    box-sizing: border-box;
	display: flex;
}

.circle {
    width: 100px;
    height: 100px;
    background-color: var(--blue, #5252be);
    border-radius: 50%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle_txt {
    font-weight: bold;
    color: white;
}

.c_ttxt {
    display: flex;
    font-weight: bold;
    color: var(--blue, #5252be);
    font-size: 26px;
    line-height: 0.5;
    justify-content: center;
    align-items: center;
}

.c_ttxt span {
    color: #eb0000;
}

.circle {
    display: flex;
    align-items: center;
}
	

/*label*/
    .label_box {
    display: flex;
    gap: 20px;
    width: 655px;
    margin: 0 0 0 auto;
    font-size: 16px;
    }

    .l_boxC {
      flex: 1; 
      padding: 10px;
      background-color:#eb0000;
      border-radius: 15px;
      color: white;
      font-weight: bold;
      text-align: center;
    }
	
.txtbox6{
	margin:1rem auto;
	line-height: 2;
    border: 1px solid var(--blue,#5252be);
    padding: 1rem;
}
.txtbox6 p{
  padding-left: 1em;
  text-indent: -1em;
}	
}


