/*カレンダー非表示*/
.icon-del::-webkit-calendar-picker-indicator {
  display: none;
}
		.f-must{
			background-color:#FFFFCC;
		}
		
		.f-must-2{
			background-color:#ffe5f2;
		}

		.f-must-3{
			background-color:#FFE4E1;
		}
		
		.f-must-4{
			background-color:#f58275;
		}

		.f-n-must{
			background-color:#F6F7F9;
		}
		
		.f-line{
			border-bottom: solid 1px #CCC !important;
		}
		
		.indent{
  text-indent: -1em;
  padding-left: 1em;
		}
		
		h5{
			width:100%;
			background:#a9a9a9;
			text-align:center;
			font-size:20px;
			color:white;
			margin-bottom:10px;
			padding:10px;
		}

		h6{
			position: relative;/*相対位置*/
			padding-left: 1.2em;/*アイコン分のスペース*/
			line-height: 1.4;/*行高*/
			background-color:white;
			padding:15px;
			border-radius:10px;
			font-size: 1em;/*サイズ*/
			font-weight: 500;
			border: solid 3px #f57a7a;
		  }
  
		  h6:before{
			color:#f57a7a;
			font-weight: 500;
			position: absolute;/*絶対位置*/
			left: 0px;/*アイコンの位置*/
			top: 0px;/*アイコンの位置*/
			font-size:50px;
		  }
  
		  .mida{
			position: relative;
			padding-left: 25px;
			font-size:20px;
		  }
  
		  .mida:before{
			position: absolute;
			content: '';
			bottom: -3px;
			left: 0;
			width: 0;
			height: 0;
			border: none;
			border-left: solid 15px transparent;
			border-bottom: solid 15px rgb(119, 195, 223);
		  }
		  
		  .mida:after{
			position: absolute;
			content: '';
			bottom: -3px;
			left: 10px;
			width: 100%;
			border-bottom: solid 3px rgb(119, 195, 223);
		  }
				  
		.yohaku{
			margin-bottom:11px;
			margin-top:8px;
		}
		
		.yohaku-c{
			margin:3px;
			padding:3px;
		}
		
		.yohaku-c2{
			margin-bottom:10px; /*margin7?OJT���{�i�\��j���Ə��̃e�L�X�g���l�܂�C�� margin-top10px����*/
			margin-top:10px;
		}
		
		.yohaku3{
			margin-bottom:20px;
			margin-top:8px;
		}
		
		.yohaku4{
			margin-top:8px;
		}
		
		.yohaku-s{
			margin-left:16.5em;
		}
		
		.mfp_col10-1{
			margin-bottom:8px;
		}
		
		.mfp_col10-2{
			margin-top:14px;
		}
		
		.haikei{
		background-color:black;
		}
		
		.mb10{
			margin-bottom:6px;
			display:inline-block;
		}
		
		.hr-text {
			line-height: 1em;
			position: relative;
			outline: 0;
			border: 0;
			color: black;
			text-align: center;
			height: 1.5em;
			opacity: .5;
		}
		.hr-text:before {
			content: '';
			background: -webkit-linear-gradient(left, transparent, #040404, transparent);
			background: linear-gradient(to right, transparent, #040404, transparent);
			position: absolute;
			left: 0;
			top: 50%;
			width: 100%;
			height: 1px;
		}
		.hr-text:after {
			content: attr(data-content);
			position: relative;
			display: inline-block;
			color: black;
			padding: 0 .5em;
			line-height: 1.5em;
			color: #040404;
			background-color: #fcfcfa;
		}
		
		
		
		.hidden-chk{
			display:none;
		}

		.pc-hidden{
			display:none;  /*�p�\�R���Ŕ�\��*/
		}
		.pc-open{
			display:inline;/*�p�\�R���ŕ\��*/
		}

		.m-akeru{
			margin-left:3em;
			
		}
		@media (max-width:767px){
			.sp-hidden{
				display:none;/*�X�}�z�Ŕ�\��*/
			} 	
			.sp-open{
				display:inline;/*�X�}�z�ŕ\��*/
			}

		.yohaku-s{
			margin-left:0em !important;
		}
		}

		/* 20230725 takeda add  */
		/* 細かい改行調整 */
		.return_rule{
			word-break: keep-all;
			overflow-wrap: anywhere;
		}
		/* 大雑把な改行調整 */
		.kaigyoukinsi{
			display: inline-block;
		}
		/* リストマークを※にして、頭ぞろえ */
		.ul2 {
			list-style-type: none;
			padding-inline-start: 25px;
		}
		.ul2 li::before {
			content: "※ " ;
			margin-left: -1.35em;
		}
		.ul2_maino{
			margin-left: -1.8em;
		}
		/*以下自動計算*/
		.button01  {
			justify-content: space-between;
			align-items: center;
			padding:7px;/*edit前は10*/
			width: 300px;
			color: #333;
			font-size: 18px;
			font-weight: 700;
			background-color: #cccccc;
			transition: 0.3s;
			text-align:center;
		}

		.button01 ::after {
			content: '';
			width: 5px;
			height: 5px;
			border-top: 3px solid #333333;
			border-right: 3px solid #333333;
			transform: rotate(45deg);
		}

		.button01 :hover {
			text-decoration: none;
			background-color: #bbbbbb;
		}

		/*sumaho���s�@<br class="sp-open pc-hidden">*/
		@media (max-width:767px){
			.sp-hidden{
				display:none;/*�X�}�z�Ŕ�\��*/
			} 	
			.sp-open{
				display:inline;/*�X�}�z�ŕ\��*/
			}

			.yohaku-s{
				margin-left:0em !important;
			}
		}

		/* takeda ここまで */
		
		

	.red{
		color: red;
	}