@charset "utf-8";
.input1{
    width:90px;
}

.input2 {
    width:135px;
}

.input3 {
    width:300px;
}

.input4 {
    width:400px;
}

.wl90{
    width:90%;
}
.wl70{
    width:70%;
}


.inline{
    display: inline !important;
}

.underline{
    text-decoration: underline
}
.no-underline{
    text-decoration: none!important;
}
.v-align-m{
    vertical-align: middle!important;
}


.font20{
    font-size: 20px;
}

.font14{
    font-size: 14px;
}

.font10{
    font-size: 10px;
}
.mb15 {
    margin-bottom: 15px;
}

.mb50 {
    margin-bottom: 50px;
}
.mb0 {
    margin-bottom: 0px;
}
.mb10 {
    margin-bottom: 10px;
}


.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}
.mt0{
    margin-top: 0px;

}
.mT100 {
    margin-top: 100px;
}



.mt50{
    margin-top: 50px;

}

.mr15{
    margin-right: 15px;
}

.mr30{
    margin-right: 30px;
}

.ml15{
    margin-left: 15px;
}

.ml30{
    margin-left: 30px;
}

.ml50{
    margin-left: 50px;
}

.mrltb10{
    margin: 10px;
}


.red{
    color: red;
}

.blue{
    color: blue;
}
.st{
    font-weight: bold;

}
.none {
    display:none;
}

/* フォーカスを当てない */
.nofocus{
    pointer-events: none;
    cursor: not-allowed!important;
}
  
img.input_checked {
    width: 20px;
}

.le{
    text-align: left !important;
}

.ri{
    text-align: right !important;
}

.mlr10{
    margin-left: 10px;
    margin-right: 10px;
}


/*span要素 スマートフォン用環境で改行を入れる*/
.sp-br {
    display:inline;
}

.pc_disp{
    display:block;
}

.mobile_disp{
    display:none;
}

.pc_disp_ta{
    display:table-cell;
}
.mobile_disp_ta{
    display:none;
}

.cm {
    margin: 0 20%;
    background-color: #ffffff;
    max-width: 900px;
}

.cm_inner{
    margin-top: 80px;
    margin-bottom: 50px;
    background-color: #ffffff;
}

.cm_inner img {
    margin: 20px 0;
    max-width: 100%;
}

.cm_banner {
    background-color: rgba(22, 40, 255, 0.16);
    margin: 0;
    padding: 10px 10%;
}
.cm_banner img{
    width: 40%;
}

@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.blinking{
    animation:blink 1s ease-in-out infinite alternate;
}

/*========================
#丸い写真
=========================*/
.pic_circle
{
	width:200px!important;
	height:200px;
	object-fit:cover;
	border-radius:50%;
  margin-bottom: 0!important;
}

/*========================
#youtube のラッパー
=========================*/
.iframe-wrapper {
    margin-top: 30px;
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem; /* YouTubeの下に余白をつける */
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-wrapper iframe.youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
}

/*========================
#ログイン者名の表示
=========================*/
.head_name{
    color: #ffffff;
    position: absolute;
    top: 15px;
    left:200px;
    font-size: 16px;
}

/*========================
#AIMAS ロゴ
=========================*/
.aimas_logo{
    width: 250px!important;
    margin: 0!important;
}
.sns_logo{
    width: 50px!important;
    margin: 5px!important;
    vertical-align: bottom;
}


/*========================
#プロフィール写真
=========================*/
.photo_profile{
	width:100px!important;
	height:100px!important;
	object-fit:cover;
	border-radius:50%;
    margin-bottom: 10px!important;
    
}




/* float*/
.float_r{
    float: right;
}
.cb{
    clear: both;
}
/* タブレット
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (max-width:768px) and (min-width:481px)	{

    .cm {
        margin: 0 0;
    }

}

/*ここからスマートフォン用（480px以下）環境の設定
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px) {

    /*span要素 スマートフォン用環境で改行を入れる*/
    .sp-br {
        display:block;
    }

    .input1{
        width:70px;
    }

    .input2 {
        width:100px;
    }

    .input3 {
        width:200px;
    }

    .input4 {
        width:250px;
    }
    .mlr10{
        margin-left: 0px;
        margin-right: 0px;
    }

    .pc_disp{
        display:none;
    }

    .mobile_disp{
        display:block;
    }
    .pc_disp_ta{
        display:none;
    }
    .mobile_disp_ta{
        display:table-cell;
    }
    .cm_blog{
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .cm {
        margin: 0 0;
    }
    .cm_inner{
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .cm_inner img {
        margin: 0px 0;
    }
    .cm_banner {
        background-color: rgba(22, 40, 255, 0.16);
        margin: 0;
        padding: 10px 10%;
    }
    .cm_banner img{
        width: 40%;
    }
    .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .iframe-wrapper iframe.youtube {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    /*========================
    #ログイン者名の表示
    =========================*/
    .head_name{
        color: #ffffff;
        position: absolute;
        top: 15px;
        left: initial;
        right:60px;
        width: auto;
        font-size: 14px;
    }
    /*========================
    #AIMAS ロゴ
    =========================*/
    .aimas_logo{
        width: 150px!important;
        margin: 0!important;
    }    
    .sns_logo{
        width: 40px!important;
        margin-top: 10px!important;
    }

}