@charset "UTF-8";

/*-------------サークルパーツ---------------*/
a[id^="en"]+div .wrapper_item {
    align-items: center;
    justify-content: center;
}
a[id^="en"]+div .wrapper_item .inner_item {
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
a[id^="en"]+.composite_box01 .inner_item>a {
    width: 300px;
}
a[id^="en"]+div .inner_item_img {
    aspect-ratio: 1 / 1;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
}
a[id^="en"]+div .inner_item_img img {
    width: 100% !important;
    height: 100% !important;
    display: block;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
	a[id^="en"]+.composite_box01 .inner_item>a {
    width: 200px;
}
a[id^="en"]+div .inner_item_img {
    width: 200px;
    height: 200px;
}
}
@media screen and (max-width: 768px) {
	a[id^="en"]+div .wrapper_item .inner_item {
    justify-content: flex-start;
}
	a[id^="en"]+.composite_box01 .inner_item>a {
    width: 250px;
}
a[id^="en"]+div .inner_item_img {
    width: 250px;
    height: 250px;
}
}
@media screen and (max-width: 550px) {
a[id^="en"]+div .wrapper_item .inner_item {
    flex-direction: column;
}
}
/*------------こんな症状ありませんか？---------------*/
a#check+section .inner_item_txt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media screen and (max-width: 650px) {
	a#check+section .inner_item_txt {
    flex-direction: column;
}
a#check+section .inner_item_txt p {
    margin-bottom: 0;
}
}