@charset "utf-8";

html,body{
	font-size: 62.5%;
	height: 100%;
    width: 100%;
}
body > #container {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#container {
    color: #0f0f0f;
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",sans-serif;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.7;
	height: 100%;
	min-height: 100%;
	position: relative;
}
article {
    padding-top: 0;
}
section {
    padding: 0;
    /* padding: 0 0 30px; */
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",sans-serif;
	font-style: normal;
}
section#mainVisual {
    padding-top: 0;
}
img {
	height: auto;
	max-width: 100%;
	line-height: 1;
	vertical-align: bottom;
}
.sp_hide {
	display: none;
}
.pc_hide {
	display: inherit;
}
sup, small sup {
	font-size: 60%;
}
/************************
共通
************************/
.inner {
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px 0;
}
.inner.color_base {
	background-color: #E9F9FF;
}
.cation {
	font-size: 1.2rem;
	line-height: 1.5;
	display: block;
    text-align: center;
}
.cation p {
	margin-bottom: 5px;
	text-indent: -2rem;
    padding-left: 20px;
}
.cation a {
	color: #116fbb;
	display: inline-block;
	text-decoration: underline;
	padding-left: 20px;
}
/*** h ***/
h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    font-feature-settings: "palt";
}
h2:before {
    content: "";
    display: block;
    vertical-align: middle;
    margin: 0 auto 10px;
}
h2 small, h3 small {
    display: block;
}
h3 {
    color: #468f8c;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
h3 small {
    font-size: 1.8rem;
}
/*** btn ***/
.btn {
	background: #444;
	border-radius: 5px;
	box-shadow: 0px 4px 0px #222;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 100%;
	padding: 5px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.seminer_date {
    padding-bottom: 30px;
}
.seminer_free {
    display: flex;
    align-items: center;
    height: 36px;
    background-color: #FFF34D;
    padding: 0 .6rem 0;
    border-radius: 3px;
    color:#003560;
	font-size: 2.5rem;
    margin:0 .2rem;
}
.btn.seminarBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3654E;
    border-radius: 12px;
    box-shadow: 0 -4px 0 rgba(0,0,0,.16) inset;
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",sans-serif;
    color: #fff;
	height: 66px;
	line-height: 50px;
	font-size: 2.1rem;
}
.btn.seminarBtn:after {
    content:"";
    display: block;
    width: 16px;
    height: 100%;
    background: url(/g/seminar_beginner/202303/img/arrow_right.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    right: 13px;
}
.ctaBtn {
    line-height: 1.7;
}
.ctaBtn p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.ctaBtn img {
    width: 80%;
    display: block;
    margin: 0 auto 30px;
}
.btn_back {
    background-color: #E9F9FF;
    padding: 20px 10px 30px;
}
/** 吹出し **/
.balloon {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 0 0 30px;
}
.balloon_inner {
    display: block;
    width: 100%;
    position: relative;
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    /* border-bottom: 2px solid; */
    color: #0f0f0f;
    font-weight: bold;
    font-size: 1.6rem;
    border: solid 2px #000;
    background-color: #E9F9FF;
}
.balloon_inner:before,
.balloon_inner:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
}
.balloon_inner:before {
    bottom: -26px;
    border-style: solid;
    border-color: #0f0f0f transparent transparent transparent;
    border-width: 26px 19px 0 19px;
    transform:rotate(0);
    z-index: auto;
}
.balloon_inner:after {
    bottom: -22px;
    border-style: solid;
    border-color: #E9F9FF transparent transparent transparent;
    border-width: 24px 18px 0 18px;
    z-index: auto;
    transform:rotate(0);
}
.txt_present {
    color: #00538B;
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 10px 0;
    position: relative;
    text-align: center;
}
.txt_present:before,
.txt_present:after  {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.txt_present:before {
    content: "";
    display: block;
    width: 15px;
    height: 100%;
    left: .5vh;
    right: auto;
    border-style: solid;
    border-color: #00538B transparent #00538B #00538B;
    border-width: 2px;
}
.txt_present:after {
    content: "";
    display: block;
    width: 15px;
    height: 100%;
    right: .5vh;
    left: auto;
    border-style: solid;
    border-color: #00538B #00538B #00538B transparent;
    border-width: 2px;
}
strong.txt_ucolor {
	border-bottom: solid 9px #A4EAFF;
}
.txt_get {
    color: #00538B;
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.txt_get::before {
    content:"＼";
    position: absolute;
    left: 0;
    bottom:20px;
    transform: scale(0.7, 1);
    font-weight: bold;
}
.txt_get::after {
    content:"／";
    position: absolute;
    right: 0;
    bottom:20px;
    transform: scale(0.7, 1);
    font-weight: bold;
}
/************************
基本パーツ
************************/
header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
    position: fixed;
    background: #fff;
    z-index: 90;
}
header .logo {
	width: 50%;
}
header .logo span {
	color: #003560;
	display: block;
	font-size: 1.0rem;
	font-weight: bold;
	letter-spacing: .1rem;
}
header .logo img {
	height: auto;
	width: 100%;
	max-width: 200px;
}
header .no1Area {
    width: 26%;
    padding: 0;
    margin-left: 30px;
}
.right_area {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.account_btn_wrap {
    margin-right: 10px;
}
.account_btn_wrap .btn {
	background: #ff6600;
	box-shadow: none;
}
header nav {
    display: block;
    overflow: auto;
    position: fixed;
    top: 38px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, 0.9);
    transition: 0.2s;
}
.smp_menu_sw:checked~nav {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 400px;
    position: fixed;
    transition: 0.2s;
}
header nav {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

header nav li {
    margin-bottom: 7px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
header nav li a:link,
header nav li a:visited {
    color: inherit;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 10px;
}
.smp_menu_sw {
    display: none;
}
.smp_menu_img {
    position: relative;
    display: flex;
    height: 17px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    order: 3;
}
.smp_menu_img:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: #000;
    position: absolute;
    top: 0;
    transition: 0.2s;
}
.smp_menu_img span {
    text-indent: -9999px;
    position: relative;
    height: 100%;
    width: 100%;

}
.smp_menu_img span:before,
.smp_menu_img span:after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 4px;
    background-color: #000;
    position: absolute;
    transition: 0.2s;
}
.smp_menu_img span:before {
    bottom: 0;
    top: 0;
    margin: auto;
}
.smp_menu_img span:after {
    bottom: 0px;
}
.smp_menu_sw:checked~.smp_menu_img:before {
    background-color: rgba(255, 255, 255, 0);
    transition: 0.2s;
}
.smp_menu_sw:checked~.smp_menu_img span::before {
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: 0.2s;
}
.smp_menu_sw:checked~.smp_menu_img span::after {
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    transition: 0.2s;
}
.menu_active {
    content: "";
    display: block;
    background-color: rgb(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
}
#footerWrap {
	width: 100%;
	background: #f2f4f6;
	line-height: 20px;
    font-size: 1.2rem;
    line-height: 1.3;
    box-sizing: border-box;
}
#footerWrap img {
	width: auto;
}
#footerWrap #attention {
	margin: 10px auto 0;
	background: url(https://www.gaitame.com/g/img/beginner/attention.gif) no-repeat 10px 20px;
	background-size: 100px auto;
	padding: 55px 10px 10px 10px;
    color: #000;
}
#footerWrap #attention dt {
	font-weight: bold;
    margin-bottom: 5px;
}
#footerWrap #attention dd {
	margin-bottom: 10px;
}
#footerWrap #attention a.textlink1 {
	font-size: 1.0em;
}
#footerWrap #attention2 {
	margin: auto;
	background: #f2f4f6;
	padding: 10px 0 30px;
}
#footerWrap #attention2 a {
    font-size: 1.4rem;
    margin-bottom: 5px;
    display: inline-block;
}
#footerWrap #footer {
	width: 100%;
	min-width: inherit;
	background: none;
	padding: 10px 0;
	text-align: center;
	background-color: #ffffff;
}
#footerWrap #footer img {
	zoom: 1;
}
/*** PAGETOP ***/
.g-go-to-top {
    display: grid;
    place-content: center;
    position: fixed !important;
	color: #3c66b0;
    z-index: 10;
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    box-shadow: 0px 5px 8px 0 rgb(0 0 0 / 20%);
    background: #f2f5f8;
    transition: .25s ease 0s;
    transition-property: transform;
	transform: translateY(calc(100% + 20px));
}
.g-go-to-top:active,
.g-go-to-top:hover,
.g-go-to-top:visited {
	color: #3c66b0;
	outline-width: 0;
}
.c-hover-overlay.border\:none::before {
	border: none;
}
.c-hover-overlay.round\:full::before {
	border-radius: 100%;
}
.c-hover-overlay::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    background: rgba(255,255,255,0);
    transition: .25s ease 0s;
    transition-property: border,background;
}
.c-hover-overlay:hover::before {
	border-color: #1a9abe;
    background: rgba(255,255,255,.3);
}
.g-go-to-top svg {
	transform: rotate(-90deg);
	width: 1.2rem;
    height: 1.2rem;
	font-size: 0.9em;
}
.u-screen-reader {
	position:absolute;
	white-space:nowrap;
	width:1px;
	height:1px;
	overflow:hidden;
	border:0;
	padding:0;
	clip:rect(0 0 0 0);
	-webkit-clip-path:inset(50%);
	clip-path:inset(50%);
	margin:-1px
}
/************************
MainVisual
************************/
section#mainVisual .mainArea {
	width: 100%;
	height: auto;
    background-size: 100%;
	position: relative;
	margin: 0 auto;
    padding-top: 37px;
	background-color: #008CBC;
}
#mainVisual .mainVisualInr {
	max-width: 100%;
	position: relative;
}
#mainVisual .mainAreaInr h1 {
	max-width: 100%;
	position: relative;
	right: 0;
	z-index: 2;
    padding: .75rem .75rem 1.75rem;
}
/************************
#worry
************************/
#worry {
    margin-top: 40px;
}
#worry h2 {
    color: #003560;
    font-size: 2.2rem;
    padding-bottom: 20px;
}
#worry ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#worry ul li {
    background: #E9F9FF;
    color: #00538B;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
    width: 90%;
    padding: 20px 0 20px 30px;
    position: relative;
    box-shadow: -3px -3px rgb(0 140 188 / 50%) inset;
}
#worry ul li:nth-child(odd) {
    border-radius: 24px 24px 24px 0;
    max-width: 240px;
    left: 40px;
}
#worry ul li:nth-child(even) {
    border-radius: 24px 24px 0 24px;
    max-width: 240px;
    right: 40px;
}
@media screen and (min-width: 375px) {
    #worry ul li:nth-child(odd),#worry ul li:nth-child(even) {
        max-width: 70%;
    }
}
@media screen and (min-width: 735px) {
    #worry ul li:nth-child(odd),#worry ul li:nth-child(even) {
        max-width: 240px;
    }
}
#worry ul li:nth-child(1)::before {
    content:"";
    display: block;
    width: 53px;
    height: 93px;
    position: absolute;
    bottom: 0;
    left: -65px;
    background: url("../img/join_01.png") no-repeat;
    background-size: 100%;
}
#worry ul li:nth-child(2)::before {
    content:"";
    display: block;
    width: 53px;
    height: 93px;
    position: absolute;
    bottom: 0;
    right: -65px;
    background: url("../img/join_02.png") no-repeat;
    background-size: 100%;
}
#worry ul li:nth-child(3)::before {
    content:"";
    display: block;
    width: 57px;
    height: 93px;
    position: absolute;
    bottom: 0;
    left: -65px;
    background: url("../img/join_03.png") no-repeat;
    background-size: 100%;
}
#worry ul li small {
    display: block;
    color: #0f0f0f;
    font-size: 1.6rem;
}
#worry .balloon_inner:after {
    border-color: transparent #e6f5f4 transparent transparent;
}
#worry .txt_uline {
    color: #00538B;
    font-size: 2.7rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 40px 0 30px; 
    letter-spacing: -1px;
}
#worry .txt_uline strong {
    background: linear-gradient(transparent 70%, #A4EAFF 0%);
    padding: 0 2px 7px;
    line-height: 1.8;
}

#worry .inner .worry_border{
	border: solid 4px #00538B;
    margin: 0;
    padding: 20px 0;
    position: relative;
}

#worry .inner .worry_border::before,
#worry .inner .worry_border::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
}

#worry .inner .worry_border::before {
    bottom: -36px;
    border-style: solid;
    border-color: #00538B transparent transparent transparent;
    border-width: 36px 32px 0 32px;
    transform:rotate(0);
}

#worry .inner .worry_border::after {
    bottom: -30px;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
    border-width: 32px 28px 0 28px;
    z-index: 2;
    transform:rotate(0);
}

/************************
#seminar
************************/
#seminar {
    margin-top: 40px;
}
#seminar .inner {
    padding-top: 20px;
}
#seminar h2 {
    font-size: 2.6rem;
}
#seminar h2 small {
    font-size: 1.8rem;
}
#seminar h2 .txt_cushion {
    background-color: #A4EAFF;
    padding: 0 3px;
}
#seminar ul li .txt_cushion {
    background: #FFF9A8;
    padding: 2px 4px;
    line-height: 1.8;
    margin: 0 2px;
    font-size: 1.7rem;
    color: #008CBC;
}
#seminar .seminar_summary {
    /* border: 4px solid #84ccc9; */
    background: none;
    padding: 0;
}
.seminar_summary ol {
    display: flex;
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.seminar_summary ol > li {
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: flex-start;
    border-radius: 12px;
    width: 100%;
    transform:translate(3px,3px);
    background-color: #F9FDFF;
    margin-bottom: 10px;
    padding: 7px 10px 24px 81px;
    position: relative;
    font-weight: bold;
    z-index: auto;
}
.seminar_summary ol > li:after {
    content: "";
    display: block;
    background-size: contain;
    position: absolute;
    width: 54px;
    height: calc(100% - 3px);
    top: 0;
    left: 16px;
    z-index: 10;
}
.seminar_summary ol > li:before{
    content: "";
    display: block;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    border-radius: 12px;
    border: 2px solid #21BBD3;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    transform:translate(-5px,-5px);
    z-index: auto;
}
.seminar_summary ol > li:nth-child(1):after {
    background: url(/g/seminar_beginner/202303/img/section_01.svg) no-repeat center;
    background-size: contain;
}
.seminar_summary ol > li:nth-child(2):after {
    background: url(/g/seminar_beginner/202303/img/section_02.svg) no-repeat center;
    background-size: contain;
}
.seminar_summary ol > li:nth-child(3):after {
    background: url(/g/seminar_beginner/202303/img/section_03.svg) no-repeat center;
    background-size: contain;
}
.seminar_summary ol > li:nth-child(4):after {
    background: url(/g/seminar_beginner/202303/img/section_04.svg) no-repeat center;
    background-size: contain;
}
.seminar_summary p {
    color: #008CBC;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.8;
    position: relative;
    z-index: 2;
}
.seminar_summary ul {
    position: relative;
    z-index: 2;
}
.seminar_summary ul > li {
    padding-left: 10px;
}
.seminar_summary ul > li:before {
    content: ""; 
    width: 5px;
    height: 5px; 
    display: inline-block;
    background-color: #000;
    border-radius:  50%;  
    position: relative;
    top: -3px;
    left: -10px;
}
.seminar_point h3 {
    color: #008CBC;
    font-size: 3.2rem;
    padding-bottom: 20px;
}
.seminar_point h3 small {
    font-size: 1.6rem;
}
.seminar_point h3 > strong::after {
    content: "";
    display: flex;
    width: 168px;
    height: 12px;
    margin: auto;
    background-image: radial-gradient(#008CBC 12%, transparent 13%);
    background-repeat: repeat-x;
    background-size: 18% 300%;
    background-position: top -12px left 8px;
}
.seminar_point ul {
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
.seminar_point ul li {
    background: #fff;
    border-radius: 12px;
    width: 48%;
    aspect-ratio: 1;
    padding: 10px 10px 15px;
    margin:  0 3px 10px;
    text-align: center;
    font-feature-settings: "palt";
    font-weight: bold;
    font-size: 1.4rem;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
.seminar_point ul li:nth-child(1)::before,
.seminar_point ul li:nth-child(2)::before,
.seminar_point ul li:nth-child(3)::before,
.seminar_point ul li:nth-child(4)::before {
    content: "";
    height: 59px;
    background-position: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.seminar_point ul li:nth-child(1)::before {
    background: url(/g/seminar_beginner/202303/img/feature_01.png) no-repeat;
    width: 64px;
    background-size: contain;
}
.seminar_point ul li:nth-child(2)::before {
    background: url(/g/seminar_beginner/202303/img/feature_02.png) no-repeat;
    width: 64px;
    background-size: contain;
    background-position: center;
}
.seminar_point ul li:nth-child(3)::before {
    background: url(/g/seminar_beginner/202303/img/feature_03.png) no-repeat;
    width: 73px;
    background-size: contain;
}
.seminar_point ul li:nth-child(4)::before {
    background: url(/g/seminar_beginner/202303/img/feature_04.png) no-repeat;
    width: 74px;
    background-size: contain;
    background-position: center;
    margin-bottom: 20px;
}
@media screen and (min-width: 375px) {
    .seminar_point ul {
        display: flex;
        justify-content:space-between;
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .seminar_point ul li {
        background: #fff;
        border-radius: 12px;
        width: 46%;
        aspect-ratio: 1;
        padding: 20px 0 15px;
        margin:  0 5px 15px;
        text-align: center;
        font-feature-settings: "palt";
        font-weight: bold;
        font-size: 1.4rem;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    }
}
@media screen and (min-width: 535px) {
    .seminar_point ul {
        display: flex;
        justify-content:center;
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .seminar_point ul li {
        background: #fff;
        border-radius: 12px;
        width: 36%;
        aspect-ratio: 1;
        padding: 7% 0 15px;
        margin:  0 10px 20px;
        text-align: center;
        font-feature-settings: "palt";
        font-weight: bold;
        font-size: 1.4rem;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    }
}
@media screen and (min-width: 735px) {
    .seminar_point ul li {
        background: #fff;
        border-radius: 12px;
        width: 48%;
        aspect-ratio: 1;
        padding: 10px 10px 15px;
        margin:  0 3px 10px;
        text-align: center;
        font-feature-settings: "palt";
        font-weight: bold;
        font-size: 1.4rem;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    }
}
#seminar .seminar_point ul li .txt_uline {
    background: linear-gradient(transparent 86%, #f39800 0%);
    line-height: 1.6;
    color: #468f8c;
    font-size: 1.7rem;
}
.seminar_teacher h3 {
    width: calc(100% - 10px );
    border-bottom: solid 6px #B0E5F4;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #008CBC;
    font-size: 2.7rem;
}
.profile {
    padding: 20px 10px 0;
}
.profile_data {
    display: flex;
    flex-wrap: wrap;
}
.profile_data .thumb {
    width: 50%;
    display: block;
    margin: 0 auto 20px;
}
.profile_data .career .name {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.profile_data .career .name strong {
    font-size: 2.4rem;
}
.career .name .name_space {
    display: block;
    margin: 27px 0;
    text-align: center;
}
.profile_gallery {
    display: flex;
    flex-wrap: wrap;
}
.profile_gallery img {
    margin: 10px 0;
}

/************************
#voice
************************/
#voice {
    margin-top: 40px;
}
ul.voice_list {
    margin-top: 30px;
}
ul.voice_list li {
    margin-bottom: 28px;
}
.balloon-set-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.balloon-set-box.left {
  flex-direction: row;
  justify-content: space-between;
}
.balloon-set-box.right {
  flex-direction: row-reverse; 
  justify-content:space-around;
}
.balloon-set-box.left .voice_balloon {
    border-radius: 24px 24px 24px 0;
}
.balloon-set-box.right .voice_balloon {
    border-radius: 24px 24px 0 24px;
}
.voice_balloon {
  display: inline-block;
  width: 90%;
  max-width: calc(100% - 95px);
  text-align: left;
  background: #E9F9FF;
  line-height: 2;
  font-size: 14px;
  color: #000;
  padding: 15px;
  position: relative;
  box-shadow: -3px -3px rgb(0 140 188 / 50%) inset;
}
.voice_balloon strong {
    color: #F3654E;
}
.icon-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
/* #voice .cation {
    float: right;
} */
#voice h2 {
    color: #00538B;
}
#voice .annotation {
    text-align: center;
    font-size: .4rem;
}

/************************
#flow
************************/
#flow {
    margin-top: 40px;
}
#flow h2 {
    color: #00538B;
    padding-bottom: 30px;
    font-size: 2.8rem;
}
#flow ol {
    display: flex;
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: center;
}
#flow ol > li {
    display: grid;
    align-items: center;
    border-radius: 12px;
    width: 100%;
    transform:translate(3px,3px);
    background-color: #F9FDFF;
    margin-bottom: 10px;
    padding: 7px 10px 24px 81px;
    position: relative;
    font-weight: bold;
    z-index: auto;
}
#flow ol > li:after {
    content: "";
    display: block;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    border-radius: 12px;
    border: 2px solid #21BBD3;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    transform:translate(-5px,-5px);
    z-index: auto;
}
#flow ol > li:nth-child(1):before {
    background: url(/g/seminar_beginner/202303/img/step_01.svg) no-repeat;
    background-size: contain;
}
#flow ol > li:nth-child(2):before {
    background: url(/g/seminar_beginner/202303/img/step_02.svg) no-repeat;
    background-size: contain;
}
#flow ol > li:nth-child(3):before {
    background: url(/g/seminar_beginner/202303/img/step_03.svg) no-repeat;
    background-size: contain;
}
#flow ol > li:before {
    content: "";
    display: block;
    background-size: contain;
    position: absolute;
    width: 54px;
    height: 54px;
    left: 16px;
    z-index: 10;
}
.action {
    color: #008CBC;
    text-align: left;
    padding: 10px 0;
    font-size: 2.1rem;
}
.action.step-1:before {
    content: "";
    display: block;
    width: 2px;
    height: 50%;
    background: #008CBC;
    position: absolute;
    top: 50%;
    left: 42px;
    z-index: 3;
}
.action.step-2:before {
    content: "";
    display: block;
    width: 2px;
    height: 107.5%;
    background: #008CBC;
    position: absolute;
    top: -7%;
    left: 42px;
    z-index: 3;
}
.action.step-3:before {
    content: "";
    display: block;
    width: 2px;
    height: 57%;
    background: #008CBC;
    position: absolute;
    top: -7%;
    left: 42px;
    z-index: 3;
}
.supplement {
    padding: 10px 10px 10px 0;
}
/************************
#faq
************************/
#faq {
    margin-top: 40px;
}
#faq h2{
    background-color: #008CBC;
    padding: 42px;
    font-size: 3.2rem;
    color: #fff;
}
.faq_contents {
    background: #fff;
    border-radius: 10px;
    padding: 30px 0 0;
}
.question {
    position: relative;
    font-weight: bold;
    font-size: 2.4rem;
    font-feature-settings: "palt";
    line-height: 1.4;
    margin-bottom: 20px;
    padding-left: 75px;
    color: #00538B;
}
.question:before {
    content: "";
    background: url(/g/seminar_beginner/202303/img/faq_icon.svg) no-repeat;
    background-size: contain;
    width: 65px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.answer {
    background: #E9F9FF;
    color: #000;
    font-size: 14px;
    border-radius: 24px;
    line-height: 1.8;
    width: 100%;
    padding: 20px 20px 20px 30px;
    position: relative;
    box-shadow: -3px -3px rgb(0 140 188 / 50%) inset;
}
/************************
#infomation
************************/
#infomation {
    margin-top: 40px;
}
#infomation h2 {
    background-color: #008CBC;
    margin-bottom: 30px;
    padding: 42px;
    font-size: 3.2rem;
    color: #fff;
}
#infomation table {
    width: 100%;
}
#infomation table tr {
    border-bottom: 1px dotted #959595;
    display: flex;
    flex-direction: column;
}
#infomation table th {
    color: #008CBC;
    font-weight: bold;
    padding: 15px 20px 0 0;
    width: 100%;
    font-size: 2.8rem;
}
#infomation table td {
    line-height: 1.4;
    padding: 5px 20px 20px 0;
    font-size: 16px;
}

#infomation .cation {
    float: right;
    margin: 10px 0;
    font-size: 16px;
}

/************************
#form
************************/
#form h2 {
    background-color: #008CBC;
    margin-bottom: 30px;
    padding: 42px;
    font-size: 3.2rem;
    color: #fff;
}

#form{
	background: #e5e9ee;
	margin-top: 90px;
	padding: 50px 0;
}
.formInr{
	box-sizing: border-box;
	padding: 16px;
	background: #fff;
}
.privacylink{
	background: #e9f1f2;
	padding: 16px;
	box-sizing: border-box;
}
.satori__require{
	color: #fff !important;
	font-size: 1.4rem;
	padding: 7px 10px !important;
	border-radius: 5px !important;
}
.satori__custom_form{
	font-size: 16px !important;
}
input,textarea{
	font-size: 16px !important;
	line-height: 1.8 !important;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Arial, sans-serif !important;
}
#satori__customer_email{
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Arial, sans-serif;
}
.satori__input_group{
	text-align: left;
	border-bottom: 1px solid #c1c1c1 !important;
	padding: 20px 10px !important;
}
section#form{
	padding: 50px 0;
}
section#form .inner{
	max-width: 980px;
}
.satori__privacy_policy_message{
	margin-top: 15px !important;
}
#satori__submit_confirm{
	max-width: 350px;
	width: 100%;
	padding: 20px 5px;
}
.satori__input_group input{
	margin-bottom: 12px !important;
}
.satori__submit_group .satori__btn{
	background-color: #ff6600 !important;
	color: #ffffff !important;
}
#form .satori__input_group input[type=email]:focus{
	border-color: #7fbee7;
}
#satori__form_body a,
#satori__form_body a:hover{
    color: #559ad7 !important;
}