body {
	background-image:linear-gradient(170deg, #7ECFEB 10%, #A7DDFB 50%, #FAFBFF 100%);
	background-attachment: fixed;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 180%;
	color: #3D3D40;
	box-sizing: border-box;
	font-family: 'メイリオ','ＭＳ ゴシック','Kosugi Maru', sans-serif;
	}

a:link {
	display: inline-block;
	color: #3D3D40;
	background-color: #dbf3ff;
	padding: 0px 5px;
 	text-decoration:none;
	margin: 3px 0;
	}

a:visited, a:hover, a:active {
	display: inline-block;
	color: #3D3D40;
	background-color: #fdf5e6;
 	text-decoration:none;
	}

div#textbg{
 	margin: 0 auto;
 	width:100%;
 	background-color: #fdfdff;
 	}

.container {
	background-color: #fdfdff;
	margin: 0 auto;
	width: calc(100% - 20px);
	max-width: 720px;
	padding: 35px 20px 25px 20px;
	box-sizing: border-box;
	}

.title {
	text-align: right;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #FAFBFF;
	text-shadow: 5px 5px 13px #FAFBFF, -5px 5px 13px #D4FFEC, 5px -5px 13px #7ECFEB, -5px -5px 13px #7ECFEB;
	font-family: 'Noto Serif JP', serif;
	}

.label{
	color: #fdfdff;
	position: relative;
	padding: 8px 15px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
	background-image: linear-gradient(120deg, #7e90eb 10%, #7ECFEB 30%, #D4FFEC 50%, #fdfdff 80%)
  	}


.heading-with-line {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 26px;
	font-weight: bold;
	color: #22aff5;
	font-family: "Send Flowers", cursive;
	}

.heading-with-line::after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background-color: #7ECFEB;
	margin-top: 8px;
	}

.content {
	padding: 15px 15px;
	text-align: left;
	text-wrap: wrap;
	border-left: 3px solid #7e90eb;
	}

.text {
	padding: 15px 2px;
	text-align: left;
	font-size: 15px;
	line-height: 180%;
	text-wrap: wrap;
	}

.subtitle{
	color:#3D3D40;
	font-size:18px;
	position: relative;
	display: inline;
	font-weight:bold;
	background: linear-gradient(transparent 50%, #ededed  50%);
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
	}

hr{
	border: none;
	border-top: 2px solid #c4c4c5;
	margin: 10px 0;
	}

.caption{ color: #526ae4;}

.comment{ color: #ADADAD;}

.comment_under{
	display: block;
	color: #ADADAD; 
	 margin-top: 30px;
	margin-bottom: -80px;
	}

.caution{ color: #ff0033;}

.endtitle{
	font-size: 16px;
	font-weight:bold;
	}

.accordion-long {
	max-width: 650px;
	}

.accordion-long summary {
	display: flex;
	width: 170px;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 6px 15px;
	font-size: 15px;
	color: #fdfdff;
	background-image: linear-gradient( 120deg, #52bfe4 10%, #7ECFEB 40%, #eaffc1 100% );
	font-weight: bold;
  	border-radius: 5px;
	cursor: pointer;
	margin-left: -8px;
	}

.accordion-long summary::-webkit-details-marker {
	display: none;
	}

.accordion-long summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	content: '';
	transition: transform .3s;
	}

.accordion-long[open] summary::after {
	transform: rotate(225deg);
	}

.accordion-long p {
	transform: translateY(-10px);
	opacity: 0;
	color: #333333;
	transition: transform .5s, opacity .5s;
	}

.accordion-long[open] p {
	transform: none;
	opacity: 1;
	}

input,input[type="text"]{
	background: #fdfdff;
	width: 100px;
	height: auto;
	padding: 4px;
	margin: 2px;
	font-size: 14px;
	font-weight: normal;
	color:#9e9e9f;
	border: 1px #eb7e99 solid; 
	border-radius:4px;
	box-shadow: none;
	display:inline;
	}

input[type="submit"]{
	background: #eb7e99;
	width: auto;
	height: auto;
	padding: 4px 8px;
	margin: 2px 2px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color:#fdfdff;
	border: 1px #eb7e99 solid; 
	border-radius:4px;
	box-shadow: none;
	display:inline;
	}