@charset "UTF-8";

* { margin: 0; padding: 0; box-sizing: border-box; }
body { color: #111; font-family: "Noto Sans JP", メイリオ, Meiryo, 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; }

main#Login{
 min-height:55vh;
}

.noto-serif {
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.btn-blue {
	background: #287FA5;
	color: #fff;
	transition: all .3s;
}
.btn-blue:hover {
	background: #257293;
	color: #fff;
}
.btn-gray {
	background: #ababab;
	transition: all .3s;
}
.btn-gray:hover {
	background: #838383;
}

header {
	background: linear-gradient(to right, #009149, #D4E59A);
}

#title {
	padding: 0rem 0 4rem;
	background: linear-gradient(to bottom right, #009149, #D4E59A);
	color: #fff;
	position: relative;
}
@media (min-width: 576px) {
	#title {
		padding: 0rem 0 7rem;
	}
}
#title::after {
	content: '';
	display: block;
	width: 1px;
	height: 3.5rem;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
}
@media (min-width: 576px) {
	#title::after {
		height: 6.25rem;
	}
}
#title .container{
	padding-top:2rem;
}
#title h1 {
	margin: 2rem 0 1.5rem;
	padding: 1.5rem;
	font-size: 3rem;
	color: #009149;
	font-weight: bold;
	letter-spacing: 0.08em;
	position: relative;
}
@media (min-width: 576px) {
	#title h1 {
		margin: 3rem 0;
		font-size: 4.25rem;
	}
}
@media screen and (max-width: 768px) {
	#title h1 img{
		max-width:100%;
	}
}
/*#title h1::after {
	content: '';
	display: block;
	width: 100%;
	height: 102%;
	border: solid 2px #009149;
	position: absolute;
	top: -8px;
	left: -8px;
}*/
#title p {
	font-size: 1rem;
}
@media (min-width: 576px) {
	#title p {
		font-size: 1.5rem;
	}
}

section.content {
	padding: 2rem 0 4rem;
}
@media (min-width: 576px) {
	section.content {
		padding: 3rem 0 6rem;
	}
}

h2 {
	padding: 1rem 0;
	margin-bottom: 2rem;
	font-size: 1.6rem;
	border-bottom: solid 1px #D6D6D6;
}
h3 {
	padding: 10px;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.1em;
	position:relative;
}
h3::before,h3::after{
	content:"";
	position:absolute;
	width: 18px;
	height: 18px;
	background: #009149;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
}
h3::before{
	left:-20px;
}
h3::after{
	right:-8px;

}
@media (min-width: 576px) {
	h3 {
		font-size: 2.37rem;
	}
}


/* --------------------------------------------------
	診断情報入力
-------------------------------------------------- */
.sidemenu {
	border: solid 2px #D6D6D6;
	padding: 15px;
	margin-left: 20px;
}
.sidemenu .btn {
	background: #ababab;
	font-size: 1.0rem;
}
.sidemenu .btn:hover {
	background: #838383;
}

@media (min-width: 576px) {
	section.content {
		padding: 3rem 0 6rem;
	}
}

/* --------------------------------------------------
	診断結果
-------------------------------------------------- */
#info .info_title{
	color: #fff;
	background: #13B361;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}
#info .info_rhytm{
	background:#E7E7E7;
}
@media (min-width: 576px) {
	#info {
		font-size: 1.37rem;
	}
}
section .block-wrap {
	margin: 30px 0 0;
	width:100%;
}
section .block {
	padding: 30px;
	background: #D4E59A;
}
.block .inner {
	padding: 10px;
	background: #fff;
}
@media (min-width: 576px) {
	.block .inner {
		padding: 20px;
	}
}
.block.type {
	/*height: 100%;*/
}
.block.type .inner {
	flex-grow: unset;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: end;
}
@media (min-width: 576px) {
	.block.type .inner {
		flex-grow: 1;
	}
}
.block.type li {
	background: #F8F8F8;
}
.block.type li dl {
	margin: 0;
	display: flex;
	align-items: center;
}
.block.type li dt {
	margin-right: 10px;
}
@media (min-width: 1200px) {
	.block.type li dt {
		margin-right: 20px;
	}
}
.block.type li dd {
	margin: 0;
}
.block.type li dd button {
	border: solid 1px #D6D6D6;
	background: #fff;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	font-size: 0.75rem;
}

@media (min-width: 1200px) {
	.block.type li dd button {
		max-width: 106px;
		gap: 15px;
		font-size: 0.87rem;
	}
}
.block.type li dd button span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
}
.block.type li dd button:hover {
	background: #ebebeb;
}
.block.type li dd img {
	width: 26px;
}
@media (min-width: 1200px) {
	.block.type li dd img {
		width: 32px;
	}
}
@media screen and (max-width: 768px) {
    .block.type li dl{
        justify-content: center;
    }
    .block.type li dt {
        font-size:20px;
    }
    .block.type li dd img {
        width: 52px;
    }
}

.block.explanation{
	background: #13B361;
}
.block.explanation h3{
	color:#fff;
}
.block.explanation h3::before,.block.explanation h3::after{
	background:#fff;
}
.block.explanation li p{
	padding: 5px 10px;
	margin-bottom: 0;
	background: #EEEEEE;
	border-radius: 5px;
}
.block.explanation li button {
	max-width: 160px;
	background: #fff;
	border:none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	font-size: 0.87rem;
}
.block.explanation li button:hover{
	border:none;
}
.block.explanation li.cycleNo button {
	font-size: 1rem;
	font-weight: bold;
}
.block.explanation p.text {
	border: solid 1px #E3E3E3;
	padding: 20px;
}
.block.explanation .modal-header{
	display: block;
	position:relative;
}
.block.explanation .modal-header button{
	position: absolute;
	right:0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.block.explanation h3{
	margin-bottom:0;
}
/*吉良追加*/
.btn-green {
	background: #13B361;
	color: #fff;
	transition: all .3s;
}
.btn-green:hover {
	background: #0F9652;
	color: #fff;
}
.btn-red {
	background: #B32B13;
	color: #fff;
	transition: all .3s;
}
.btn-red:hover {
	background: #8F1F0A;
	color: #fff;
}
.input-wrap{
	display: flex;
	align-items: center;
}
.input-wrap .d-flex{
	width:100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.input-wrap label{
	width:80px;
	margin-right:15px;
}
.input-wrap input{
	border: none; /* 枠線を消す */
	outline: none; /* フォーカス時のアウトラインも消す（必要に応じて） */
}
.input-wrap span{
	margin-right:10px;
}
#Login label{margin-right:10px; width:110px;}

.block.cycle_number dd {
	margin: 0;
	flex-grow: 1;
}
.block.cycle_number .d-flex {
    background: #F8F8F8;
	margin-bottom:0;
}
.block.cycle_number dd button {
	width: auto;
	max-width: 240px;
	border: solid 1px #D6D6D6;
	background: #fff;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	font-size: 0.75rem;
	padding:5px 15px;
	font-weight: bold;
}
.block.cycle_number li p{
	margin-bottom:0;
}
.block.cycle_number button{
	border: solid 1px #D6D6D6;
    background: #fff;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 16px;
	font-weight: bold;
}
.block.cycle_number button.explanation_btn{
	width:150px;
	margin:0 auto;
	justify-content: center;
}
.block.cycle_number button:hover{
	background: #ebebeb;
}
@media (min-width: 1200px) {
	.block.cycle_number dd button {
		max-width: 280px;
		gap: 15px;
		font-size: 0.87rem;
	}
}
.block.cycle_number dd button span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
}
.block.cycle_number dd button:hover {
	background: #ebebeb;
}
.block.cycle_number dd img {
	width: 26px;
}
@media (min-width: 1200px) {
	.block.cycle_number dd img {
		width: 32px;
	}
}
@media (min-width: 1200px) {
	.block.cycle_number dt {
		margin-right: 20px;
	}
}
.block_flex{
	display: flex;
	justify-content: space-between;
}
.block_left{
	width:49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.block_right{
	width:49%;
}

/*search-output.html*/
.text-green{
	color:#009149;
}
.sp{display: none;}
#info button{
	width: 100%;
	border:none;
}
#info button:hover{
	opacity:0.8;
}

#info p{
	text-align: center;
	padding:20px 0;
	margin-bottom: 0;
	font-weight:bold;
}
#info p span{
	text-align: center;
	background:#fff;
	padding:5px 30px;
	margin-right:10px;
}
#info ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
#info li{
	margin-right:20px;
}
#info li:last-child{
	margin-right:0;
}
#info dl{
	display: flex;
}
#info dt{
	background: #009149;
    color: #fff;
    padding: 5px 10px;
}
#info dd{
	width:75px;
	background:#fff;
	margin-bottom:0;
	text-align: center;
	padding: 5px 10px;
}
section .block{
	text-align: center;
}
section .block h3{
	display: inline-block;
}
#rythm_description h1 {
    background: #F8F8F8;
    padding: 10px;
}
#rythm_description .me-2{
	margin-left:.5rem;
}
.baio_rhythm ul{
	list-style: none;
	background:#fff;
	height:500px;
	padding-left:0;
}
.baio_rhythm ul.rhythm{
    display: flex;
    height: auto;
    border: 2px solid #E5E5E5;
    align-items: center;
    font-size: 16px;
    border-radius: 5px;
    padding: 0 8px;
}
.baio_rhythm ul.rhythm li{
	color:#D9D9D9
}
.baio_rhythm ul.rhythm li.on{
	color:#009149;
}
.baio_rhythm_content_wrap{
	background: #fff;
	padding:20px;
}
.baio_rhythm_content_wrap .rythm_pdf_btn{
	width: 120px;
	color: #fff;
	font-size:16px;
	padding:5px 0;
}
.block.baio_rhythm .baio_rhythm_content_wrap .rythm_pdf_btn:hover{
    background: #0F9652;
    color: #fff;
}
.block.baio_rhythm li button {
	width: 100%;
	border: solid 1px #D6D6D6;
	background: #fff;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	font-size: 0.75rem;
}
.baio_rhythm button{
	width:100%;
	border:1px solid #B3B3B3;
	margin-bottom:20px;
	padding:20px;
}
.baio_rhythm dl{
	margin-bottom:0;
	display: flex;
	align-items: center;
}
.baio_rhythm dt{
	font-size:24px;
	color:#009149;
	width:150px;
}
.baio_rhythm dd{
	margin-bottom:0;
}
.baio_rhythm dd div{
	display: flex;
}
.baio_rhythm dd span{
	font-size:20px;
	margin-right:10px;
}
.baio_rhythm dd p{
	margin:0 20px 0 0;
}
.block.baio_rhythm button:hover {
	background: #ebebeb;
}
@media screen and (max-width: 768px) {
	h3{
		font-size:1.6rem;
	}
	.sp{
		display: block;
	}
	section .block {
	    padding: 8px;
	}
	#info .info_title{
		text-align: left;
		line-height:normal;
		padding:10px;
	}
	#info dl{
		justify-content: center;
	}
	#info ul{
		/*flex-wrap:wrap;*/
		padding:0;
	}
	#info li{
		margin-right:10px;
	}
	#info li:last-child {
		margin-right: 0;
	}
    /*
	#info li:nth-child(1) {
		width:100%;
	}
	#info li:nth-child(1) dd{
		width:130px;
	}
	#info li:nth-child(n+2)  {
		width:30%;
	}
    */
    #info li dd{
        width: auto !important;
	}
	.block_flex{
		display: block;
	}
	.block_left{
		width:100%;
	}
	.block.cycle_number dl{
		justify-content: center;
	}
	.block.cycle_number dd{
		flex-grow: 0;
	}
	.block_right{
		width:100%;
	}
	.block_right img{
		width: 100%;
	}
	.baio_rhythm dl{
		display: block;
		text-align: left;
	}
	.baio_rhythm dd div{
		display: block;
	}
	.baio_rhythm ul{
		height:auto;
	}
}
/*search-output.html*/

/*index.html*/
.header_top{
	height:1000px;
}
.header_top .container{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#title.header_top  h1{
	margin:0;
	color:#fff;
	font-weight: normal;
}
.header_top section{
	mix-blend-mode: hard-light;
}
.top_cycle{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.start_button{
	width:110px;
}
.start_button img{
	width:100%;
}
.top_cycle1 img{
	width:410px;
}
.top_cycle2 img{
	width:600px;
}
.top_cycle3 img{
	width:720px;
}
.top_cycle4 img{
	width:850px;
}
.top_cycle img {
    transition: transform 0.8s ease; /* 画像が反転するアニメーション */

}
.top_sub{
	position: absolute;
}
.top_sub img{
	mix-blend-mode: screen;
}
.top_sub1{
	bottom:0;
	left:0;
}
.top_sub2{
	top:0;
	right:0;
}
.top_sub3{
	bottom:0;
	right:0;
}
@media screen and (max-width: 768px) {
	.top_cycle1 img{
		width:40%;
	}
	.top_cycle2 img{
		width:60%;
	}
	.top_cycle3 img{
		width:80%;
	}
	.top_cycle4 img{
		width:100%;
	}
	.top_cycle{
		width:100%;
		text-align: center;
	}
	.top_sub img{
		width:100%;
	}
}
