@charset "utf-8";
/*-- page --*/

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

img {
    width: 100%;
}
a {
    color: #4866b0;
    text-decoration: underline !important;
}
.body_wrap {
    position: relative;
}

.page_wrap {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 20.2868%;
}


@media only screen and (min-width:769px) {
    .page_wrap {
        padding-top: 0;
    }
}

/*-- common --*/
.pc_none {
    display: block !important;
}

.sp_none {
    display: none !important;
}

.contents_ttl {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.contents_ttl span {
    background:linear-gradient(transparent 70%, #fffdd7 70%);
}
.contents_txt {
    font-size: 18px;
    margin-bottom: 2em;
}
.txt_c {
    text-align: center;
}

.price_img {
    max-width: 242px;
    text-align: center;
    margin: 0 auto 8%;
}
.br {
    margin-bottom: 1.0em;
}
.dblock {
    display: block;
}

.fadeIn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.subsc_btn {
    max-width: 688px;
    margin: 0 auto 3%;
}
.contents_caution,.contents_caution2,.contents_caution3 {
    font-size: 12px;
}

.contents_caution li {
    padding-left: 1.0em;
    text-indent: -1.0em;
}

.contents_caution li::before {
    content: "※";
}
.contents_caution2 {
    counter-reset: number 0;
}
.contents_caution2 li {
    padding-left: 1.9em;
    text-indent: -1.9em;    
}
.contents_caution2 li::before {
    counter-increment: number 1;
    content:  "※" counter(number);
    padding-right: 0.5em;
}

.contents_caution3 {
    padding-left: 1.0em;
    text-indent: -1.0em;
}

.contents_caution3::before {
    content: "※";
}

.border {
    border-bottom: 2px solid #e3e3e3;
}

.fcR {
    color: #cc0033;
}

.fwB {
    font-weight: bold !important;
}

.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb30_sp {
    margin-bottom: 30px !important;
}
.mb60_sp {
    margin-bottom: 60px !important;
}
.mt20 {
    margin-top: 2.0em !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mr0 {
    margin-right: 0 !important;
}
@media only screen and (min-width:769px) {
    .pc_none {
        display: none !important;
    }
    
    .sp_none {
        display: block !important;
    }
    .contents_ttl {
        font-size: 36px;
    }
    .contents_txt {
        font-size: 21px;
    }
        
    .price_img {
        max-width: 242px;
        text-align: center;
        margin: 0 auto 3em;
    }
    .subsc_btn {
        max-width: 460px;
    }
    .contents_caution,.contents_caution2 {
        font-size: 14px;
        text-align: center;
    }

    .mb25_pc {
        margin-bottom: 25px !important;
    }
    
    .mb30_sp {
        margin-bottom: 0 !important;
    }
    .mb60_sp {
        margin-bottom: 0 !important;
    }

    .fsS_pc {
        font-size: 14px !important;
    }
    .mt30_pc {
        margin-top: 3.0em !important;
    }
    .mt50_pc {
        margin-top: 5.0em !important;
    }
    .mt80_pc {
        margin-top: 8.0em !important;
    }
    .mb80_pc {
        margin-bottom: 8.0em !important;
    }
    .fs15_pc {
        font-size: 15px !important;
    }
    .mb10_pc {
        margin-bottom: 1.0em !important;
    }
    .mt0_pc {
        margin-top: 0 !important;
    }
    .mt10_pc {
        margin-top: 1.0em !important;
    }
    .mt40_pc {
        margin-top: 4.0em !important;
    }
    
    .contents_caution3 {
        font-size: 15px;
        margin-top: 1.0em;
    }
}

@media only screen and (max-width:768px) {
    .mt10_sp {
        margin-top: 1.0em !important;
    }
    .mt20_sp {
        margin-top: 2.0em !important;
    }
    .mt30_sp {
        margin-top: 3.0em !important;
    }
}
/*-- header --*/
header {
    background-color: #ffffff;
    position: fixed;
    display: block;
    z-index: 10;
    width: 100%;
}
header a {
    color: #333333;
}
.header_wrap {
    display: flex;
    padding: 2.214% 2.344% 1.564%;
    justify-content: space-between;
    align-items: center;
}
.header_img {
    display: block;
    max-width: 127px;
    margin-right: 65%;
}

@media only screen and (min-width:769px) {
    header {
        position: relative;
    }
    .header_wrap {
        display: flex;
        padding: 17px 18px 18px;
        justify-content: space-between;
    }
    .header_img {
        display: block;
        max-width: 127px;
        margin-right: 0;
    }
}

/*-- menu --*/
@media only screen and (max-width:768px) {
.menu_btn {
    cursor: pointer;
}

.menu_btn_close {
    cursor: pointer;
    position: relative;
    margin-left: 77%;
    margin-right: 2%;
}
.menu_btn_close::before,.menu_btn_close::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 9.4vw;
    background-color: #949494;
    transition: all .4s ease-out;
    top: 19%;
    left: 48%;
}
.menu_btn_close::before  {
    transform: rotate(45deg);
}
.menu_btn_close::after {
    transform: rotate(135deg);
}
.header_menu_wrap {
    padding: 2.214% 0 0;
    position: fixed;
    width: 80%;
    height: 100%;
    z-index: 15;
    top: 0;
    background-color: #ffffff;
    right: -100%;
    transition: all 0.6s;
}

.header_menu_area.open .header_menu_wrap {
    right: 0;
}

.header_menu_area.open {
    position: absolute;
    width: 1920px;
    height: 1920px;
    background-color: rgba(0,0,0,0.5);
    z-index: 14;
    top: 0;
    left: 0;
}

.header_menu_link {
    padding-top: 5%;
    margin-top: 2%;
    background-color: #dedede;
    padding-bottom: 300%;
}
.header_menu_link li {
    font-size: 18px;
    position: relative;
}
.header_menu_link li:not(:first-child) {
    border-top: 2px solid #949494;
}
.header_menu_link li a {
    padding: 5% 50px 5% 5%;
    display: block;
    text-decoration: none !important;
}
.header_menu_link li a::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 39%;
    right: 30px;
    margin: 0 10px;
    border-bottom: 3px solid #949494;
    border-right: 3px solid #949494;
    -webkit-transform: translate(55%, 0) rotate(-45deg);
    -ms-transform: translate(55%, 0) rotate(-45deg);
    transform: translate(55%, 0) rotate(-45deg);
}
}


@media only screen and (min-width:769px) {
    .header_menu_link {
        display: flex;
        align-items: center;
    }
    .header_menu_link li {
        margin: 0 1.0em;
    }
    
    .header_menu_link a {
        display: flex;
        font-weight: 700;
        text-decoration: none !important;
    }
}

/*-- footer --*/
footer {
    background-color: #cc0033;
    color: #ffffff
}
.footer_wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 3% 1.825%;
}
.footer_link {
    display: flex;
    flex-wrap: wrap;
}
.footer_link li {
    margin: 0 0.5em 1em;
    font-size: 16px;
    width: 41%;
}
.footer_link li p {
    padding-left: 2.0em;
    text-indent: -2.0em;
}
.footer_link li p::before {
    content: "■";
    padding-right: 1.0em;
}
.footer_link a {
    color: #ffffff;
    text-decoration: none !important;
}

.copylight {
    text-align: center;
}

@media only screen and (min-width:769px) {
    .footer_link {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer_link li {
        width: auto;
    }
}

.contents_wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5.21% 23.21%;
    box-sizing: border-box;
}

@media only screen and (min-width:769px) {
    .contents_wrap {
        padding: 0 30px 110px;
    }
}

.imadoco_movie_wrap {
    max-width: 880px;
    margin: 0 auto;

}
.imadoco_movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.imadoco_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* ttl */
.contents_ttl_txt {
    font-size: 15px;
    margin: 1.5em 0 1.0em;
    text-align: center;
}

.contents_ttl_list {
    font-size: 18px;
    margin: 0 auto 1.5em;
    font-weight: bold;
}
.contents_ttl_list li{
    text-indent: -1.0em;
    padding-left: 1.0em;
}
.contents_ttl_sublist {
    font-size: 18px;
    margin: 0 auto 1.5em;
}
.contents_ttl_sublist li{
    text-indent: -1.0em;
    padding-left: 1.0em;
}
.contents_btn {
    max-width: 460px;
    margin: 0 auto 11.63%;
}
.contents_btn a {
    display: block;
	position: relative;
    color: #333333;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-decoration: none !important;
    border-radius: 76px;
}
.contents_btn a span {
    display: block;
    padding: 0.7em 3.2em 1.1em;
}
.contents_btn a::after {
	content: "";
	position: absolute;
	background-image: url("../img/btn_arrow.png");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin: auto;
	top: 50%;
	right: 13px;
	vertical-align: middle;
	-ms-transform: translate(-50%, -60%);
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
    width: 24px;
    height: 24px;
}

.btn01 a {
    background-color: #ffa955;
	-webkit-box-shadow: 0px -5px 0px 0px #eb8b3d inset;
	box-shadow: 0px -5px 0px 0px #eb8b3d inset;
}
.btn02 a {
    background-color: #d2e748;
	-webkit-box-shadow: 0px -5px 0px 0px #b6cd34 inset;
	box-shadow: 0px -5px 0px 0px #b6cd34 inset;
}
.btn03 a {
    background-color: #78e9ce;
	-webkit-box-shadow: 0px -5px 0px 0px #59cfb0 inset;
	box-shadow: 0px -5px 0px 0px #59cfb0 inset;
}

@media only screen and (min-width:769px) {
    .contents_btn {
        margin: 0 auto 96px;
    }
    .contents_btn a {
        font-size: 24px;
    }
    .contents_btn a span {
        padding: 0.3em 3.3em 0.6em;
    }
	.contents_btn a:after {
		width: 33px;
		height: 33px;
	}
}


.contents_subttl {
    font-size: 20px;
    text-align: center;
}
.contents_txt {
    font-size: 18px;
    margin: 0 0 17%;
}
@media only screen and (min-width:769px) {
    .contents_ttl_txt {
        font-size: 20px;
        margin-bottom: 2.3em;
    }
    .contents_ttl_list {
        font-size: 21px;
        max-width: 525px;
    }
    .contents_ttl_list li:not(:last-child) {
        margin-bottom: 0;
    }
    .contents_ttl_sublist {
        font-size: 21px;
        text-align: center;
    }
    .contents_subttl {
        font-size: 28px;
    }
    .contents_txt {
        text-align: center;
        font-size: 21px;
        margin: 0 0 5em;
    }
}

.contents01_ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 2em 0.3em;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}


.contents01_ttl_txt {
    font-size: 18px;
    margin: 1.5em 0 1.0em;
}

@media only screen and (min-width:769px) {
    .contents01_ttl {
        font-size: 28px;
    }
    .contents01_ttl_txt {
        text-align: center;
        font-size: 21px;
    }
    
}

/*-- device_list --*/
.device_list_wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.device_list>li {
    border-top: 2px solid #333333;
}

.device_list_accordion_q {
    font-size: 32px;
    font-weight: 700;
}
.device_list_accordion_q button {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.25;
    font-size: 16px;
    font-weight: 700;
    padding: 30px 30px 30px 10px;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
    text-align: left;
    color: #333333 !important;
    transition: 0.4s;
}

.device_list_accordion_q button.is-open {
    border-bottom: 1px solid #000000 !important;
    transition: 0.4s;
}
.device_list>li:last-child .device_list_accordion_q button {
    border-bottom: 2px solid #333333;
}
.bgY button {
    background-color: #fffee7;
}
.bgY button.is-open {
    background-color: #fefbc7;
}
.bgB button {
    background-color: #eafffa;
}
.bgB button.is-open {
    background-color: #e7fdf8;
}

.qa04 button {
    padding: 17px 30px 17px 10px !important;
}

.caution_txt {
    font-size: 12px;
}

.acc_icon_wrap {
    position: absolute;
    top: 35%;
    right: 5%;
}
.acc_icon {
    position: relative;
}
.acc_icon.is-open::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 25px;
    background-color: #333333;
    transform: rotate(90deg);
}
.acc_icon.plus::before,.plus::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 25px;
    background-color: #333333;
    transition: all .4s ease-out;
}
.acc_icon.plus::after {
    transform: rotate(90deg);
}

.device_list_accordion_a {
    display: none;
    padding: 30px 10px 30px 10px;
}
.device_list_accordion_a .contents_caution3 {
    display: block;
}

.device_list_accordion_a>div{
    font-size: 16px;
    line-height: 1.5;
}

.contents01_conts01_list {
    display: flex;
    flex-wrap: wrap;
}

.contents01_conts01_list li {
    width: 47%;
    padding-bottom: 7%;
}


.contents01_conts01_list li:last-child {
    margin-right: 0;
}
.contents01_conts01_list li:nth-child(2n-1) {
    margin-right: 2.924%;
}
.contents01_conts01_list li:nth-child(2n) {
    margin-left: 2.924%;
}

.contents01_conts01_txt01 {
    font-size: 14px;
    font-weight: 600;
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-top: 0.5em;
    text-align: left;
}

.contents01_conts01_txt01 span {
    display: inline-block;
    font-weight: 600;
    background-color: #000000;
    color: #ffffff;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 1;
    margin-right: 0.5em;
    text-indent: 0;
}
.contents01_conts01_caution {
    font-size: 13px;
    text-indent: -1.0em;
    padding-left: 1.0em;
}
.contents01_conts01_txt02 {
    font-size: 18px;
    margin-bottom: 1.5em;
}

.contents01_conts01_subttl {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5em;
}

.contents01_conts01_subttl span {
    background: linear-gradient(transparent 70%, #fffdd7 70%);
}
.contents01_conts02_list {
    display: flex;
    flex-wrap: wrap;
}
.contents01_conts02_list li {
    width: 47%;
    padding-bottom: 7%;
}

.contents01_conts02_list li:not(:last-child) {
    margin-right: 0;
}
.contents01_conts02_list li:nth-child(2n-1) {
    margin-right: 2.924%;
}
.contents01_conts02_list li:nth-child(2n) {
    margin-left: 2.924%;
}

.contents01_conts03_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contents01_conts03_list li {
    max-width: 240px;
    padding-bottom: 7%;
}

.contents01_conts03_list li:not(:last-child) {
    margin-right: 0;
}
.contents01_conts03_list li:nth-child(2n-1) {
    margin-right: 2.924%;
}
.contents01_conts03_list li:nth-child(2n) {
    margin-left: 2.924%;
}


.device_list_subttl {
    font-weight: bold;
    font-size: 18px !important;
    text-indent: -1.0em;
    padding-left: 1.0em;
    margin-top: 3.0em;
}
.device_list_subttl02 {
    font-size: 18px !important;
    text-indent: -1.0em;
    padding-left: 1.0em;
}
.device_list_caution {
    text-indent: -1.0em;
    padding-left: 1.0em;
    margin-bottom: 1.0em;
}
.device_list_caution02 {
    text-indent: -1.0em;
    padding-left: 2.2em;
    font-size: 14px;
}

.device_list_txt02 {
    padding: 1em;
    background-color: #fffdd7;
    font-size: 18px !important;
}

.device_list_txt03 {
    padding: 0.3em;
    background-color: #ffdfe2;
    text-align: center;
    font-size: 18px !important;
}

.device_list_txt04 {
    padding: 0.3em;
    background-color: #d8deee;
    text-align: center;
    font-size: 18px !important;
}

.device_list_txt05 {
    padding: 0.3em;
    background-color: #eedfff;
    text-align: center;
    font-size: 18px !important;
}

.device_list_subttl03 {
    font-size: 18px !important;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.device_list_subttl05 {
    font-weight: bold;
    font-size: 18px !important;
    margin-top: 0.1em;
}

.device_list_shortcut {
    background-color: #eafffa;
    border-radius: 12px;
    padding: 1.0em;
}

.device_list_shortcut_img {
    max-width: 397px;
    margin: 1em auto 0;
}

.contents01_conts01_txt03 {
    margin-top: 2.2em;   
    font-size: 17px;
    font-weight: bold;
}

.device_list_img01 {
    width: 70%;
    margin: 0 auto;
}
.device_list_img02 {
    width: 87.78%;
    margin: 0 auto 2.0em;
}

.device_list_subttl02 {
    font-size: 16px !important;
    text-indent: -1.0em;
    padding-left: 1.0em;
    margin-bottom: 1.0em;
}
@media screen and (min-width: 769px) {
    .device_list_accordion_q {
        font-size: 21px;
    }
    .device_list_accordion_q button {
        font-size: 21px;
        padding: 30px;
        justify-content: center;
        text-align: center;
    }
    .qa04 button {
        padding: 17px 30px !important;
    }
    .caution_txt {
        font-size: 16px;
    }
    .device_list_accordion_a {
        padding: 30px;
        text-align: center;
    }
    
    .device_list_accordion_a>div{
        font-size: 18px;
        line-height: 1.8;
        width: 80%;
        margin: 0.1em auto 0;
    }
    .contents01_conts01_list {
        display: flex;
        justify-content: center;
    }
    .contents01_conts01_list.list02 {
        justify-content: left;
    }

    .contents01_conts01_list li {
        width: 20%;
        padding-bottom: 20px;
    }
    .contents01_conts01_list li:nth-child(2n-1) {
        margin-right: 0;
    }
    .contents01_conts01_list li:nth-child(2n) {
        margin-left: 0;
    }
    .contents01_conts01_list li:not(:nth-child(4n)) {
        margin-right: 6%;
    }
    .contents01_conts01_list div {
        width: 120%;
        margin-left: -10%;
    }
    .contents01_conts01_txt01 {
        font-size: 14px;
        text-align: left;
    }
    .contents01_conts01_txt01 span {
        width: 18px;
        height: 18px;
    }
    .contents01_conts01_caution {
        font-size: 14px !important;
    }
    
    .contents01_conts02_list {
        display: flex;
        justify-content: center;
    }
    .contents01_conts02_list li {
        width: 23%;
        padding-bottom: 20px;
        max-width: 240px;
    }
    .contents01_conts02_list li:nth-child(2n-1) {
        margin-right: 0;
    }
    .contents01_conts02_list li:nth-child(2n) {
        margin-left: 0;
    }
    .contents01_conts02_list li:not(:last-child) {
        margin-right: 0;
    }
    .contents01_conts02_list li:not(:nth-child(3n)) {
        margin-right: 41px;
    }

    .contents01_conts03_list {
        display: flex;
        flex-wrap: nowrap;
    }
    .contents01_conts03_list li {
        padding-bottom: 20px;
    }
    .contents01_conts03_list li:nth-child(2n-1) {
        margin-right: 0;
    }
    .contents01_conts03_list li:nth-child(2n) {
        margin-left: 0;
    }
    .contents01_conts03_list li:not(:last-child) {
        margin-right: 41px;
    }
    
    .contents01_conts01_txt02 {
        font-size: 21px !important;
    }
    .device_list_subttl {
        font-size: 19px !important;
        margin-top: 4.0em;
        text-align: center;
    }
    .device_list_subttl02 {
        font-size: 21px !important;
    }
    .device_list_txt02 {
        font-size: 16px !important;
        text-align: center;
    }
    .device_list_txt03 {
        font-size: 21px !important;
    }
    .device_list_txt04 {
        font-size: 21px !important;
    }
    .device_list_subttl03 {
        font-size: 21px !important;
    }
    .device_list_shortcut {
        border-radius: 24px;
    }
    .contents02 {
        text-align: center;
    }
    .device_list_img01 {
        width: 25%;
        max-width: 240px;
        margin: 0 auto;
    }
    .device_list_img02 {
        width: 100%;
        max-width: 528px;
        margin: 0 auto 2.0em;
    }
    
    .device_list_caution {
        font-size: 14px;
        margin-top: 1.1em;
        margin-bottom: 0;
    }
    .contents01_conts01_txt05 {
        margin-bottom: 20px !important;
        font-size: 17px;
        width: 70%;
        margin: 0 auto;
    }
    .device_list_caution02 {
        font-size: 14px;
    }
    .device_list_subttl05 {
        margin-top: 8.0em;
        font-size: 17px !important;
        text-align: center;
    }
    
    .contents01_conts01_txt03 {
        font-size: 18px;
    }

    .device_list_subttl02 {
        font-size: 17px;
        text-indent: -1.0em;
        padding-left: 1.0em;
        margin-bottom: 1.0em;
    }
}

.contents_img01 {
    max-width: 260px;
    margin: 0 auto;
}
.googleplay {
    max-width: 272px;
    margin: 0 auto;
}

.appstore {
    max-width: 273px;
    margin: 0 auto;
}

.contents_img02 {
    max-width: 320px;
    margin: 0 auto;
}

.contents02_wrap {
    background-color: #e3e3e3;
    padding: 5%;
}


@media screen and (min-width: 769px) {
    .contents02_wrap {
        padding: 2em;
    }
}

/*-- modal --*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
    z-index: 999;
}
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 800px;
	width: 90%;
}
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -20px;
	right: -20px;
	width: 60px;
	height: 60px;
	color: #fff;
	cursor: pointer;
}

.modal-close::before,.modal-close::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 35px;
    background-color: #949494;
    transition: all .4s ease-out;
    top: 11px;
    left: 28px;
}
.modal-close::before  {
    transform: rotate(45deg);
}
.modal-close::after {
    transform: rotate(135deg);
}

.modal-content_area{
	background: #fffdd7;
	text-align: left;
	padding: 40px 0;
    border-radius: 20px;
    max-height: 800px;
}
.modal-content{
	background: #ffffff;
	padding: 30px;
    max-height: 500px;
    height: 100vh;
    overflow-y: scroll;
}

.modal_ttl01 {
    font-size: 28px;
    background-color: #eedfff;
    text-align: center;
    font-weight: bold;
    padding: 0.3em 0;
}
.modal_ttl02 {
    font-size: 28px;
    background-color: #eedfff;
    text-align: center;
    font-weight: bold;
    padding: 0.3em 0;
}

.modal_ttl03 {
    font-size: 28px;
    background-color: #d9deee;
    text-align: center;
    font-weight: bold;
    padding: 0.3em 0;
}

@media screen and (min-width: 769px) {
    .modal-open {
        font-size: 15px;
    }
}

_:lang(x)+_:-webkit-full-screen-document, .header_menu_link li {
    font-size: 16px;
}
_:lang(x)+_:-webkit-full-screen-document, .device_list_accordion_q button {
    font-size: 16px;
}
_:lang(x)+_:-webkit-full-screen-document, .device_list_accordion_a>div{
    font-size: 16px;
}


/* float_bnr */
.float_bnr {
    position: fixed;
    bottom: 30px;
    right: 0;
    padding: 0 3.83%;
}

@media only screen and (min-width:769px) {
    .float_bnr {
        display: none;
        max-width: 240px;
        padding: 0;
    }
}



.img_01 {
    max-width: 603px;
    margin: 0 auto;
}
.img_08 {
    max-width: 716px;
    margin: 0 auto;
}
.img_4-1-2 {
    max-width: 240px;
    margin: 0 auto;
}
.img_4-2 {
    max-width: 240px;
    margin: 0 auto;
}