@charset "UTF-8";
@font-face {
    font-family: icoset;
    src: url('/gs_front/style/fonts/icoset.ttf') format("truetype"), url('/gs_front/style/fonts/icoset.woff') format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* =================================================================

	common

 ================================================================= */
body {
    counter-increment: number 0;
}
/*
	SP/PC
================================ */
.spMode .pc_only {
    display: none;
}
.isOtherDevice .sp_only {
    display: none;
}
/*
	.bg_
================================ */
.bg_pink {
    background-color: #F2DED9;
}
.bg_yellow {
    background-color: #f6f0da;
}
.bg_blue {
    background-color: #D9E6F4;
}
.bg_gray {
    background-color: #f7f7f7;
}
.bg_white {
    background-color: #FFF;
}
/*
	#breadcrumb
================================ */
.isOtherDevice #breadcrumb {
    max-width: 1200px;
}
/*
	select
================================ */
select {
    color: #333;
    -webkit-appearance: none;
    appearance: none;
}
/*
	article
================================ */
#firsttime {
    letter-spacing: 0.05em;
    background-color: #e3f3f7;
    overflow-x: hidden;
}
/* a ------------ */
/* img ----- */
#firsttime a img:hover {
    opacity: 0.7;
}
/*
	section
================================ */
#firsttime section {
  padding: 40px 0;
}
.isOtherDevice #firsttime section {
  padding: 60px 0;
}
#firsttime .inner {
  padding: 0 10px;
}
.isOtherDevice #firsttime .inner {
  padding: 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
/*
	a
================================ */
#container a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
/*
	.button
================================ */
#firsttime .button {
    margin: 20px auto;
    max-width: 450px;
}
#firsttime .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0.5rem 0;
    width: 100%;
    color: #fff;
    background-color: #db4869;
    transition: all 0.3s ease 0s;
    border: 1px solid #db4869;
    text-align: center;
    border-radius: 10px;
}
#firsttime .button a:hover {
    color: #db4869;
    background-color: #fff;
    border: 1px solid #db4869;
}
/* .catalog -------------------- */
#firsttime .button.catalog a {
    background-color: #333;
    border: 1px solid #333;
}
#firsttime .button.catalog a:hover {
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
}
/* .all -------------------- */
#firsttime .button.all {
    margin: 60px auto 20px;
    width: 80%;
}
/* span ------------ */
#firsttime .button.all span {
    display: block;
    font-size: 1.2rem;
}
/* a ----- */
#firsttime .button.all a {
    padding: 1rem;
}
/*
	flex
================================ */
#firsttime .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}
/* ==========================================
	PC
==========================================*/
.isOtherDevice #firsttime .flex {
    row-gap: 40px;
}
/*
	h2
================================ */
#firsttime h2 {
    margin: 0 auto 20px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
}
/* span -------------------- */
#firsttime h2 span {
    display: block;
    font-size: 1.2rem;
}
/* ==========================================
	PC
==========================================*/
.isOtherDevice #firsttime h2 {
    margin: 0 auto 40px;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
}
.isOtherDevice #firsttime h2 span {
    display: block;
    font-size: 1.4rem;
}
/*
	h3
================================ */
#firsttime h3 {
    margin: 0 auto 20px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
}
#firsttime h3 span {
    display: block;
    font-size: 1.2rem;
}
/* ==========================================
	PC
==========================================*/
.isOtherDevice #firsttime h3 {
    margin: 0 auto 20px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
}
.isOtherDevice #firsttime h3 span {
    display: block;
    font-size: 1.2rem;
}
/*
	.lead
================================ */
#firsttime .lead {
    margin: 0 auto 20px;
    line-height: 2;
    width: 90%;
    text-align: left;
}
/* ==========================================
	PC
==========================================*/
.isOtherDevice #firsttime .lead {
    margin: 0 auto 40px;
    font-size: 1.6rem;
}



/* =================================================================

	flex

 ================================================================= */
/*
	.block
================================ */
#firsttime .flex .block{
    border-radius: 10px;
}
/*
	ul
================================ */
#firsttime .flex.column_pc4_sp2 {
    justify-content: space-between;
    row-gap: 20px;
}
/* li -------------------- */
/* .column_pc4_sp2 */
#firsttime .flex.column_pc4_sp2 li {
    width: 48%;
}
/* .column_pc3_sp2 */
#firsttime .flex.column_pc3_sp2 li {
    width: 48%;
}
/* .column_pc2_sp1 */
#firsttime .flex.column_pc2_sp1 li {
    width: 100%;
}
/* ==========================================
	PC
==========================================*/
/*
	ul
================================ */
/* li -------------------- */
/* .column_pc4_sp2 */
.isOtherDevice #firsttime .flex.column_pc4_sp2 li {
    width: 23%;
}
/* .column_pc3_sp2 */
.isOtherDevice #firsttime .flex.column_pc3_sp2 li {
    width: 31%;
}
/* .column_pc2_sp1 */
.isOtherDevice #firsttime .flex.column_pc2_sp1 li {
    width: 48%;
}


/* ========================================

	.coupon_area

 ======================================== */
/* .name ------------ */
.isOtherDevice #firsttime .coupon_area .name {
    height: 4rem;
}


/* =================================================================

	section

 ================================================================= */
#firsttime section section {
    padding: 30px 0;
    border-radius: 10px;
}
/* ==========================================
	PC
==========================================*/
.isOtherDevice #firsttime section section {
    padding: 40px 20px;
}


/* =================================================================

	.main_visual_area

 ================================================================= */
#firsttime .main_visual_area {
    padding: 10px 0 40px;
}
/* ==========================================
	PC
==========================================*/
.isOtherDevice #firsttime .main_visual_area {
    padding: 0 0 60px;
    width: 100%;
}
/*
	.main_visual
================================ */
#firsttime .main_visual_area .main_visual {
    position: relative;
}
/*
	.main_visual_text
================================ */
#firsttime .main_visual_area .main_visual .main_visual_text{
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 130px;
    z-index: 1;
    
}
/* ==========================================
	PC
==========================================*/
.isOtherDevice #firsttime .main_visual_area .main_visual .main_visual_text{
    top: 0;
    bottom: 0;
    width: 700px;
    height: 284px;
}
/*
	.main_visual_pic
================================ */
.isOtherDevice #firsttime .main_visual_area .main_visual_pic {
    width: 100%;
    margin: 0 auto;
}
/*
	.main_lead
================================ */
#firsttime .main_lead{
    padding-top: 40px;
}
/* p -------------------- */
#firsttime .main_lead .lead_ttl,
#firsttime .main_lead .lead {
    text-align: center;
}
#firsttime .main_lead .lead_ttl,
#firsttime .main_lead .lead span {
    font-weight: bold;
    display: block;
    font-size: 3rem;
}
#firsttime .main_lead .lead{
    margin-top: 20px;
}
/* ==========================================
	PC
==========================================*/
/*
	.main_lead
================================ */
.isOtherDevice #firsttime .main_lead{
    padding-top: 60px;
}
/* p -------------------- */
.isOtherDevice #firsttime .main_lead .lead {
    margin: 30px auto 0;
    font-size: 1.8rem;
}


/* =================================================================

	.point_area

================================================================= */
/*
	.block
================================ */
#firsttime .point_area .block {
    padding: 40px 0;
}
/*
	.column_pc2_sp1
================================ */
#firsttime .point_area .column_pc2_sp1 li:nth-of-type(n + 2) .pic{
    width: 90%;
    margin: 0 auto;
}
#firsttime .point_area .column_pc2_sp1 li:nth-of-type(3) .pic{
    width: 60%;
}
/*
	.pic_box
================================ */
#firsttime .point_area .pic_box{
    position: relative;
    width: 90% !important;
    margin: 0 auto;
}
#firsttime .point_area .pic_box .picture_book,
#firsttime .point_area .pic_box .catalog_book{
    padding: 20px;
    border: 2px dotted #f5b58f;
    border-radius: 10px;
}
#firsttime .point_area .pic_box .pic_arrow {
    width: 10%;
    margin: 30px auto;
}
/* h4 -------------------- */
#firsttime .point_area .pic_box h4{
    text-align: center;
    font-weight: bold;
}
/* ul -------------------- */
#firsttime .point_area .pic_box ul{
    margin: 10px 0 30px;
}
/* li ------------ */
#firsttime .point_area .pic_box ul li{
    width: 100% !important;
    position: relative;
    margin-top: 5px;
    padding-left: 15px;
}
#firsttime .point_area .pic_box ul li:before {
    content: "";
    position: absolute;
    top: .4em;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #f36e31;
    border-radius: 50%;
}
/*
	.catalog_book
================================ */
#firsttime .point_area .catalog_book p{
    text-align: center;
}
/* ==========================================
	PC
==========================================*/
/*
	.column_pc2_sp1
================================ */
.isOtherDevice #firsttime .point_area .flex.column_pc2_sp1 li:first-of-type{
    width: 100%;
}
/*
	.pic_box
================================ */
.isOtherDevice #firsttime .point_area .pic_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-image: url(/ayl/firsttime/images/point01_plus.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center 52%;
}
/* div -------------------- */
.isOtherDevice #firsttime .point_area .pic_box .pic_arrow{
    display: none;
}
.isOtherDevice #firsttime .point_area .pic_box div{
    width: 42%;
    display: flex;
    flex-direction: column;
}
.isOtherDevice #firsttime .point_area .pic_box div .pic {
    margin-top: auto;
}
.isOtherDevice #firsttime .point_area .catalog_book {
    margin-top: 0;
}

/* =================================================================

	.course_area

 ================================================================= */
/*
	h2
================================ */
#firsttime .course_area h2{
    margin-bottom: 10px;
}
/*
	h3
================================ */
#firsttime .course_area h3{
    margin-bottom: 10px;
}
/*
	.block
================================ */
#firsttime .course_area .block {
    padding: 40px 0;
}
/*
	.pic_inner
================================ */
#firsttime .course_area .pic_inner{
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}
/*
	.pic_box
================================ */
#firsttime .course_area .pic_box{
    position: relative;
}
/* .icon_img -------------------- */
#firsttime .course_area .icon_img{
    position: absolute;
    width: 120px;
    top: -50px;
    right: -10px;
}
/* .cover_img -------------------- */
#firsttime .course_area .cover_img{
    margin: 0 auto;
}
/* .tx_box -------------------- */
#firsttime .course_area .tx_box{
    width: 90%;
    margin: 20px auto 0;
}
/* p ------------ */
#firsttime .course_area .tx_box p{
    font-size: 1.2rem;
}
/* span */
#firsttime .course_area .tx_box p span{
    font-size: 1.8rem;
    font-weight: bold;
}
/* icon.delivery_in */
#firsttime .course_area .tx_box .delivery_in{
    margin-top: 10px;
}
#firsttime .course_area .tx_box .delivery_in span{
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1.2rem !important;
    font-weight: normal !important;
    background-color: #A78C58;
    border-radius: 6px;
}
/*
	.button.all digicata
================================ */
#firsttime .course_area .button.all{
    margin: 30px auto 20px;
}
/* ==========================================
	PC
==========================================*/
/*
	.lead
================================ */
.isOtherDevice #firsttime .course_area .lead{
    text-align: center;
}
/*
	.pic_inner
================================ */
.isOtherDevice #firsttime .course_area .pic_inner{
    max-width: 1000px;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .pic_box -------------------- */
.isOtherDevice #firsttime .course_area .pic_box{
    width: 55%;
}
/* .icon_img ------------ */
.isOtherDevice #firsttime .course_area .icon_img{
    width: 140px;
}
/* .tx_box -------------------- */
.isOtherDevice #firsttime .course_area .tx_box{
    width: 45%;
    margin: 0;
    padding: 0 30px;
}
/* p ------------ */
.isOtherDevice #firsttime .course_area .tx_box p{
    font-size: 1.6rem;
}
/* span */
.isOtherDevice #firsttime .course_area .tx_box p span{
    font-size: 2.4rem;
    font-weight: bold;
}
/* .delivery_in */
.isOtherDevice #firsttime .course_area .tx_box .delivery_in{
    margin-top: 5px;
    line-height: 1;
}


/* =================================================================

	.service_area

 ================================================================= */
#firsttime .service_area{
	background-color: #fff;
}
/*
	li
================================ */
#firsttime .service_area ul li:nth-of-type(1){
    background-color: #d9e2ee;
}
#firsttime .service_area ul li:nth-of-type(2) {
	background-color: #ebded1;
}
#firsttime .service_area ul li:nth-of-type(3)  {
	background-color: #dbe5d5;
}
#firsttime .service_area ul li:nth-of-type(4) {
	background-color: #e6e6d1;
}
#firsttime .service_area ul li:nth-of-type(5)  {
	background-color: #e1dde8;
}
#firsttime .service_area ul li:nth-of-type(6)  {
	background-color: #d5e4e3;
}
#firsttime .service_area ul li:nth-of-type(7) {
	background-color: #efe2e3;
}
/* .item -------------------- */
/* .name ------------ */
#firsttime .service_area li .item .name{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: auto;
    min-height: 70px;
    text-align: center;
}
/* p ----- */
#firsttime .service_area li .name p{
    font-weight: bold;
}
/* ==========================================
	PC
==========================================*/
/*
	li
================================ */
#firsttime .service_area .pc_only li a{
    display: flex;
    justify-content: space-between;
    align-content:center;
}
#firsttime .service_area .pc_only li a:hover{
    opacity: 1;
}
/* .item -------------------- */
.isOtherDevice #firsttime .service_area li .item{
    display: flex;
}
/* .item -------------------- */
/* .pic ------------ */
.isOtherDevice #firsttime .service_area li .item .pic{
    width: 50%;
}
/* .name ------------ */
.isOtherDevice #firsttime .service_area li .item .name{
    width: 50%;
}


/* =================================================================

	.exchange_area

 ================================================================= */
#firsttime .exchange_area {
    background-color: #EDECEA;
}
/*
	.lead_tx
================================ */
#firsttime .exchange_area .lead_tx {
    width: 92%;
    margin: 20px auto;
    text-align: center;
    line-height: 2;
}
/*
	ul
================================ */
/* li -------------------- */
.spMode #firsttime .exchange_area li {
    margin-top: 20px;
    padding-top: 44%;
    counter-increment: cnt;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
/* .is_internet ------------ */
#firsttime .exchange_area .is_internet {
    background-image: url(/iphone/ayl/images/common/bg_3way_internet.jpg);
}
/* .is_phone ------------ */
#firsttime .exchange_area .is_phone {
    background-image: url(/iphone/ayl/images/common/bg_3way_phone.jpg);
}
/* .is_mail ------------ */
#firsttime .exchange_area .is_mail {
    background-image: url(/iphone/ayl/images/common/bg_3way_mail.jpg);
}
/* .cont ------------ */
#firsttime .exchange_area .cont {
    background-image: url(/ayl/images/cont_bg.png);
    background-repeat: repeat;
    color: #FFF;
    padding: 20px;
    text-align: center;
}
/*
	.ttl
================================ */
#firsttime .exchange_area .ttl {
    display: inline-block;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
/*
	.txt
================================ */
#firsttime .exchange_area .txt {
    text-align: left;
}
/* ==========================================
	PC
==========================================*/
/*
	 .lead_tx
================================ */
.isOtherDevice #firsttime .exchange_area .lead_tx{
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}
/*
	 ul
================================ */
.isOtherDevice #firsttime .exchange_area ul{
    width: 1000px;
    margin: 0 auto;
}
/* li -------------------- */
.isOtherDevice #firsttime .exchange_area li{
	background-repeat: no-repeat;
	-webkit-background-size: 50% auto;
	background-size: 50% auto;
	counter-increment: cnt;
}
/* odd ------------ */
.isOtherDevice #firsttime .exchange_area li:nth-child(odd) {
	padding-right: 50%;
	background-position: right center;
}
/* even ------------ */
.isOtherDevice #firsttime .exchange_area li:nth-child(even) {
    padding-left: 50%;
    background-position: left center;
}
/* .is_internet ------------ */
.isOtherDevice #firsttime .exchange_area .is_internet {
    background-image: url(/ayl/images/common/pic_3way_internet.jpg);
}
/* .is_phone ------------ */
.isOtherDevice #firsttime .exchange_area .is_phone {
    background-image: url(/ayl/images/common/pic_3way_phone.jpg);
}
/* .is_mail ------------ */
.isOtherDevice #firsttime .exchange_area .is_mail {
    background-image: url(/ayl/images/common/pic_3way_mail.jpg);
}
/* .cont ------------ */
.isOtherDevice #firsttime .exchange_area .cont {
    background-image: url(/ayl/images/cont_bg.png);
    background-repeat: repeat;
    color: #FFF;
    padding: 40px 30px;
    text-align: center;
}
/*
	.ttl
================================ */
.isOtherDevice #firsttime .exchange_area .ttl {
	font-size: 26px;
	font-size: 2.6rem;
}
/*
	.txt
================================ */
.isOtherDevice #firsttime .exchange_area .txt{
	font-size: 1.5rem;
	text-align: left;
	line-height: 2;
}