/* CSS Document */

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
}

html {
    color: var(--text);
    font-size: 62.5%; /* 10px*/
    scroll-behavior: smooth;
}
body {
    font-size: 16px; /*1.5rem;15px*/
    word-break: break-all;
    max-width: 100vw !important;
}

.disnone_sp {
    display: none;
}

p {
    margin-bottom: 2em;
}

.sp_pic {
    width: 90%;
    height: auto;
} /* 100���ɂ������摜�� */

.fright {
    width: 100%;
}
/** {
  outline: 2px solid blue;
}
*/
h1 {
    font-size: 170%;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.3;
    color: var(--minimedBlue);
}
h2 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.3;
    color: var(--minimedBlue);
}
h3 {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.3;
    color: var(--darkBlue);
}
/*-----------------------------�A�v���g�b�v�y�[�W-----------------------------*/
header {
    background: #fff;
    border-bottom: 1px solid #b7b6b6;
    margin: 0;
    padding: 0;
}
header::after {
    content: "";
    clear: both;
    display: table;
}
#header {
    height: 70px; /*�����w��*/
    width: 100%; /*�����w��*/
    /*�ȉ��̓��C�A�E�g�̂��߂�CSS*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:/*#fff;*/ var(--darkBlue);
    color: #fff; /*text-align: center;*/
    padding: 10px 0 10px 0;
}

/*JS���g��fixed�N���X���t�^���ꂽ�ۂ̐ݒ�*/
#header.fixed {
    position: fixed; /*fixed��ݒ肵�ČŒ�*/
    z-index: 999; /*�őO�ʂ�*/
    top: 0; /*�ʒu�w��*/
    left: 0; /*�ʒu�w��*/
}

.inner {
    width: 96%;
    margin: auto;
}
.inner::after {
    content: "";
    clear: both;
    display: table;
}

.inner_cts {
    width: /*94%*/ 96%;
    margin: auto;
    line-height: 2 !important;
}
.inner_cts::after {
    content: "";
    clear: both;
    display: table;
}

.med_logo {
    float: left;
    margin: 10px 0 0;
    width: 200px;
}

/* search */
.search_box {
    display: inline;
}
.search_menu {
    display: block;
    float: right;
    padding: 2.2em 22px 1.9em 12px;
}
.search_menu img {
    width: 20px;
    height: auto;
}
#search_toggle {
    clear: both;
    border-top: 1px solid #b7b6b6;
    background: #fff;
    padding: 10px;
    z-index: 200;
    display: none;
}
#search_toggle::after {
    content: "";
    clear: both;
    display: table;
}
#searchform {
    border: 1px solid #b7b6b6;
    border-radius: 6px;
    box-sizing: border-box;
}
.src {
    outline: 0;
    box-sizing: border-box;
    width: calc(100% - 60px);
    height: 57px;
    padding-left: 1em;
    border: none;
    border-radius: 6px 0 0 6px;
}
.src_btn {
    box-sizing: border-box;
    width: 52px;
    height: 57px;
    background: url(../../images/mark/ic_search.png) no-repeat #fff center
        center;
    background-size: 20px auto;
    text-indent: -9999px;
    border: none; /* float: left;   position: absolute;   width: 52px; height: 57px; xborder: 1px solid #B7B6B6; border-left: none; border-radius: 0 6px 6px 0; */
}

/* mh */
.mh_sp_box {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 200;
    overflow: scroll;
}
.mh_sp_box_header {
    background:/*#FFF*/ var(--darkBlue);
    border-bottom: 1px solid #b7b6b6;
    padding: 15px;
}
.mh_sp_box_header::after {
    content: "";
    clear: both;
    display: table;
}
.mh_sp_medlogo {
    float: left;
    width: 200px;
}
/*.mh_sp_menu_close{ float: right;  }
.mh_sp_menu{ float: right; display:block;  }
.mh_sp_menu img{ width: 20px; padding: 34px 20px 30px 30px; }*/
.mh_sp_menu_close {
    float: right;
}
.mh_sp_menu {
    float: right;
    display: block;
}
.mh_sp_menu img {
    width: 50px;
    padding: 10px;
}

.mh_nav_box {
    height: 0;
    line-height: 1;
    float: none;
    clear: both;
    width: 100%;
    height: 0;
    box-sizing: border-box;
    background: #fff !important;
    z-index: 200;
}
a.mh_menu {
    display: block;
    padding: 1em 22px 1em 12px;
    margin-bottom: 0px;
    box-sizing: border-box;
    border-left: 4px solid #fff;
    border-bottom: 1px solid #b7b6b6;
    text-decoration: none;
    background: url(../../images/mark/ic_arrow_ora_right01.png) no-repeat 98%
        50% #fff;
    background-size: 6px auto;
    font-size: 1.4rem;
}
a.mh_menu:link {
    color: var(--text);
}
a.mh_menu:visited {
    border-left: 4px solid #f00;
}
a.mh_menu:hover {
    color: var(--text);
}
a.mh_menu::active {
    border-left: 4px solid var(--minimedBlue);
    color: var(--minimedBlue);
} /* ������͋^���N���X */
a.mh_menu.active {
    border-left: 4px solid var(--minimedBlue);
    color: var(--minimedBlue);
} /* �������class */

.mid_nav li .mid_1st_item_pc {
    display: none;
}
.mid_1st_item_sp {
    cursor: pointer;
    display: block;
    color: var(--text);
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    font-size: 86.6666%;
    padding: 0 15px;
}
.mid_1st_item_sp.on {
    color: var(--text);
    border-left: 5px solid var(--minimedBlue);
}

.key2_col {
    margin-bottom: 0;
} /* �w�i�摜��class */
.key_app {
    background: url(../../images/key/key_app_sp.png) no-repeat;
    background-size: cover;
}

.key2_bkg_app {
    width: 100%;
    height:/* 374px*/ 250px;
    margin: auto;
    position: relative;
}
.key2_txt_app {
    position: absolute;
    color: var(--minimedBlue);
    top: /*100px*/ 20px; /*left: -151px;*/
}
.key2_ttl_app {
    font-size: /*200%*/ 150%;
    margin: 0 15px 15px 25px;
    line-height: 1.1; /* text-shadow:3px 3px 4px var(--text)*/
    width: 90%;
}

/*�y�[�W�r���ɂ���^�u���i�r�Q�[�V���� ------------------------------------------------------------------------------------*/

.mid_nav_col {
    width: 100%;
    z-index: 300;
}
.mid_nav_col.fixed {
    position: fixed;
    top: 0;
}

.mid_nav_sp {
    padding: 1em 22px 1em 12px;
    margin-bottom: 0px;
    box-sizing: border-box;
    border-left: 4px solid #fff;
    border-bottom: 1px solid #b7b6b6;
    text-decoration: none;
    background: url(../../images/mark/ic_arrow_ora_down01.png) no-repeat 98% 50%
        #fff;
    background-size: 12px auto;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.mid_nav_sp.active {
    background: url(../../images/mark/ic_arrow_ora_up01.png) no-repeat 98% 50%
        #fff;
    background-size: 12px auto;
    margin-bottom: 0px;
}
.mid_nav_box {
    display: none;
    border-bottom: 1px solid #b7b6b6;
    padding-bottom: 5px;
    background: #fff;
    margin-bottom: 20px;
}
.mid_nav_box > .inner {
    width: 100%;
}
.mid_nav {
    background: #fff;
    overflow-y: scroll;
    height: 150px;
}
.mid_nav::-webkit-scrollbar {
    width: 10px;
} /*�o�[�̑���*/
.mid_nav::-webkit-scrollbar-track {
    background: #dddddd;
} /*�o�[�̔w�i�F*/
.mid_nav::-webkit-scrollbar-thumb {
    background: #c1c1c1;
} /*�o�[�̐F*/
.mid_nav li {
    display: block;
    border-bottom: 1px solid #b7b6b6;
}
.mid_nav li:last-child {
    border-bottom: none;
}
.mid_nav li a {
    display: block;
    color: var(--text);
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    font-size: 86.6666%;
    padding: 0 15px;
}
.mid_nav li a.on {
    color: var(--text);
    border-left: 5px solid var(--minimedBlue);
}
.mid_nav li a:hover {
    color: var(--text);
    opacity: 0.8;
}
.mid_nav li:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.col_gray {
    background: #f5f5f5;
    padding: 30px 0;
}
.col_wh {
    background: #fff;
    padding: 30px 0;
}

.plbtn_blue_appos {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 30px;
    width: 90%;
    height: 80px;
    font-weight: bold;
    transition: 0.3s;
    background-color: var(--minimedBlue);
    margin: 5% 5% 5% 3%;
    padding: 2%;
}
.plbtn_blue_appos:hover {
    opacity: 0.7;
}

.box_con_appos {
    width: 100%; /* margin: 0 5%;*/
}
.box_double_con_l_appos {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 2%;
}
.box_double_con_l_appos img {
    width: 100%;
}
.box_double_con_r_appos {
    float: right;
    width: 80%;
    box-sizing: border-box;
    padding: 2%;
}
.box_double_con_r_appos img {
    width: 100%;
}

/*.app_top_spec {
		justify-content: space-between;
	}
	.item {
		margin-left: 0;
	}*/
.app_top_spec {
    margin: 0 auto !important;
}

.app_top_spec > * {
    width: 100%;
    margin: 0 auto;
}
.app_top_spec > *:nth-child(3n) {
    margin: 0 auto;
}
.app_flex {
    display: flex; /*������*/
    margin-bottom: 15px;
}
.app_flex .app_image {
    width: 90%; /*�摜�T�C�Y�w��*/
    margin: 0 auto;
    padding: 0;
}
.app_flex .app_image img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    margin-left: 50px;
}
.app_flex .app_text {
    margin: 0 15px 0 20px;
    padding-top: 40px;
}

/* Q&A */
.accordion-area_app_info {
    list-style: none;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
}
.accordion-area_app_info li {
    margin: 5px 0 0;
}
.accordion-area_app_info section {
    border: 1px solid #777777;
}
/*�A�R�[�f�B�I���^�C�g��*/
.title_info {
    position: relative; /*+�}�[�N�̈ʒu��Ƃ��邽��relative�w��*/
    cursor: pointer; /*font-size:1rem; font-weight: normal;*/
    padding: 30px 3% 0px 50px;
    transition: all 0.5s ease;
}

/*�A�C�R���́{�Ɓ~*/
.title_info::before,
.title_info::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #333;
}
.title_info::before {
    top:/*48%*/ 48px;
    left: 15px;
    transform: rotate(0deg);
}
.title_info::after {
    top:/*48%*/ 48px;
    left: 15px;
    transform: rotate(90deg);
}
/*�@close�Ƃ����N���X��������`��ω��@*/
.title_info.close::before {
    transform: rotate(45deg);
}
.title_info.close::after {
    transform: rotate(-45deg);
}
/*�A�R�[�f�B�I���Ō����G���A*/
.box_recipe {
    display: none; /*�͂��߂͔�\��*/
    background: #f3f3f3;
    margin: 0 3% 3% 3%;
    padding: 3%;
}
.footer02 {
    background:#ffffff;
    color: var(--text);
}
.logo_wh {
    width: /*100*/ 205px;
    padding: 13px 0 0 0;
    margin-bottom: 13px;
}

/*�A�R�[�f�B�I���S��*/
.accordion-area_app {
    list-style: none;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
}
.accordion-area_app li {
    margin: 5px 0 0;
}
.accordion-area_app section {
    border: 1px solid #777777;
}

/*�A�R�[�f�B�I���^�C�g��*/
.title {
    position: relative; /*+�}�[�N�̈ʒu��Ƃ��邽��relative�w��*/
    cursor: pointer;
    /*font-size:1rem;
    font-weight: normal;*/
    padding: 3% 3% 0px 50px;
    transition: all 0.5s ease;
}

/*�A�C�R���́{�Ɓ~*/
.title::before,
.title::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #333;
}
.title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
}
.title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
}
/*�@close�Ƃ����N���X��������`��ω��@*/
.title.close::before {
    transform: rotate(45deg);
}

.title.close::after {
    transform: rotate(-45deg);
}

/*-----------------------------�A�v���ꗗ-----------------------------*/

.app_box_bk {
    width: 94%;
    padding: 25px 10px;
    background-color: #dde7ff;
}
.appbox {
    display: flex;
    justify-content: space-between;
}
/*2�u���b�N�̎�*/
.appbox > p.appimg {
    width: 15%;
}
.appbox > p.apptxt {
    width: 80%;
}
/*3�u���b�N�̎�*/
.appbox > p.appsup_three {
    width: 15%;
}
.appbox > p.appimg_three {
    width: 15%;
}
.appbox > p.apptxt_three {
    width: 50%;
}

.appimg_w10 {
    width: 100%;
}

.btn_googleatore {
    width: 100px;
}
.btn_appatore {
    width: 100px;
}

a.app_plbtn_blue {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: var(--minimedBlue);
    font-size: 18px;
    border-radius: 30px;
    width: 100%;
    height: 50px;
    font-weight: bold;
    transition: 0.3s;
    background-color: #fff !important;
    margin: 30 auto 0;
    border: 1px solid var(--minimedBlue);
    text-align: center;
}
a.app_plbtn_blue:hover {
    opacity: 0.7;
}

/*-----------------------------�A�v���ڍ�-----------------------------*/
.app_box_bk_info {
    /*width:100%; padding: 5% 12% 0!important ;margin: 0 auto;*/
    background-color: #dde7ff !important;
}

.appbox_info {
    /*display: flex; justify-content: space-between; text-align: center; width: 300px;*/
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0px !important;
    padding-top: 30px;
}
/*2�u���b�N�̎�*/
.appbox_info > p.appimg_info {
    /*width: 15%;*/
    width: 20%;
    height: auto; /* �摜�Ȃǂ̏ꍇ��auto */
    display: inline-block;
    margin-right: 15px;
}
.appbox_info > p.apptxt_info {
    /*width: 85%;*/
    width: 70%; /*height:40%;*/ /* �摜�Ȃǂ̏ꍇ��auto */
    display: inline-block;
}

.app_box_gray {
    /*width: 94%; padding: 25px 20px;*/
    background-color: #d8d8d8;
}

.box_con {
    width: 100%; /* margin: 0 5%;*/
}
.box_double_con_l {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 2%;
}
/*.box_double_con_l img{ width: 100%;}*/

.box_double_con_r {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 2%;
}
/*.box_double_con_r img{ width: 100%;}*/

.icon_android {
    width: 80px !important;
}
.icon_apple {
    width: 70px !important;
}

a.app_plbtn_wh {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: var(--minimedBlue);
    font-size: 18px;
    border-radius: 30px;
    width: 90%;
    height: 50px;
    font-weight: bold;
    transition: 0.3s;
    background-color: #fff !important;
    margin: 0px auto !important;
    border: 1px solid var(--minimedBlue);
    text-align: center;
}
a.app_plbtn_wh:hover {
    opacity: 0.7;
}

.appimg_sm {
    width: 100%;
}

/*-----------------------------�A�v���Z���N�g-----------------------------*/

.appForm input {
    /*display: flex; align-items: center; justify-content: center; line-height: 1; text-decoration: none; color: var(--minimedBlue);   transition: 0.3s; background-color: #fff!important; margin: 30 auto 0; border: 1px solid var(--minimedBlue);*/
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    cursor: pointer; /*�J�[�\�����|�C���^�[��*/
    -webkit-appearance: none; /*iOS Safari�̃f�t�H���g�X�^�C�����N���A*/
    border-style: none; /*�f�t�H���g�̃{�[�_�[�N���A*/
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 30 auto 0;
    padding: 5px 30px;
    width: 100%;
    height: 50px;
    background-color: var(--minimedBlue); /*�w�i�F���w��*/
    -webkit-border-radius: 5px; /*iOS Safari�p�̃{�b�N�X�̊p�ۂ̎w��*/
    border-radius: 30px;
}
/*���}�E�X�I�[�o�[���̕ω��B�����ł͔w�i�F�����ύX*/
.appForm input:hover {
    opacity: 0.7;
}
