@charset "utf-8";

/* *** ロゴ *** */
.app_logo {
    /* iPad Pro用
	max-width: 490px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 65px;
	margin-bottom: 65px;
	text-align: center;
*/
    margin-top: 35px;
}
.logo_img_box {
    /* iPad Pro用
	width: 100%;
	height: 81px;
	*/
    width: 60px;
    margin: auto;
}
.logo_img_box img {
    /* iPad Pro用
	height: 100%;
	*/
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.logo_en {
    /* iPad Pro用
	font-size: 57px;
	*/
    margin-top: 3px;
    text-align: center;

    color: #dc507f;
    font-family: "BodoniScript", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 38px;
    line-height: 41px;
}
.logo_jp {
    /* iPad Pro用
	margin-top: 5px;
	*/
    margin-top: 8px;
    text-align: center;

    color: #dc507f;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 15px;
    line-height: 18px;
}

/* *** アイコン関係 *** */
.icon_main_box {
    /* iPad Pro用
	max-width: 1160px;
    margin-bottom: 45px;
	*/
    max-width: 915px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;

    text-align: center;
    font-size: 0;
}

.icon_box {
    /* iPad Pro用
    max-width: 225px;
    width: 100%;
    height: 215px;
	*/
    display: inline-block;
    vertical-align: top;
    max-width: 180px;
    width: 100%;
}

.icon_img {
    /* iPad Pro用
	height: 156px;
	text-align: center;
	*/
    /*height: 120px;*/
    height: 110px;
    margin-bottom: 5px;
    position: relative;
}

.icon_img img {
    height: 100%;
}

.icon_text {
    /* iPad Pro用
    max-width: 120px;
    height: 50px;
    margin-top: 5px;
	*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.icon_text p {
    /* iPad Pro用
	font-size: 21px;
	line-height: 24px;
	*/
    color: #db5880;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
}
.icon_img .report_num {
    /* iPad Pro用
	width: 36px;
	height: 36px;
	font-size: 23px;
	line-height: 39px;
	*/
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: #d21c1a;
    color: #fff;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    position: absolute;
    top: -2px;
    right: 40px;
    overflow: hidden;
}

/* *** お知らせ *** */

.notice_box {
    /* iPad Pro用
	max-width: 1160px;
	*/
    max-width: 915px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.notice_top_text {
    /* iPad Pro用
    line-height: 43px;
	*/
    background-color: #db5880;
    text-align: center;

    color: #fff;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
}

.notice_list {
    /* iPad Pro用
	padding: 0px 16px;
	*/
    background-color: #fdfdfd;
    padding: 0px 12px;
}

.notice_list li {
    /* iPad Pro用
    padding-top: 5px;
	border-bottom: 3px solid #f4c7d8;
	*/
    list-style: none;
    border-bottom: 2px solid #f4c7d8;
}

.notice_list li:last-child {
    border-bottom: 3px solid #00000000;
}

.notice_list li a {
    /* iPad Pro用
	line-height: 40px;
	*/
    display: inline-block;
    width: 100%;
    padding: 4px 0;
}

.notice_list li a p {
    /* iPad Pro用
	font-size: 18px;
	*/
    display: inline-block;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 15px;
    line-height: 18px;
}

.notice_date {
    /* iPad Pro用
	width: 125px;
    padding-left: 27px;
	*/
    width: 120px;
    padding-left: 21px;

    color: #ce557a;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.notice_date span {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 300;
}

.notice_contents {
    /* iPad Pro用
	padding-left: 20px;
	*/
    color: #2f3232;
    padding-left: 15px;
}

.notice_note {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;

    text-align: center;
    font-size: 0;
    position: relative;
}

.notice_note .qrcode {
    /*width: 135px;*/
    width: 115px;
    position: absolute;
    right: 0;
    top: 0;
}

.notice_note .top_qr_box{
    position: absolute;
    right: 0;
    top: 0;
}
.notice_note .top_qr_box img{
    max-width: 115px;
    width: 100%;
}
.notice_note .top_qr_box p{
    max-width: 115px;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    line-height: 14px;
    color: #db5880;
    margin-top: 4px;
}

.notice_note img {
    /* iPad Pro用
    width: 40px;
	*/
    width: 20px;
    vertical-align: middle;
}

p.note_text {
    /* iPad Pro用
	font-size: 21px;
	line-height: 25px;
	*/
    display: inline-block;
    vertical-align: middle;
    text-align: left;

    color: #db5880;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    line-height: 20px;

    font-weight: 600;
}

/* *** 公式サイト・利用規約*** */
.links {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    text-align: center;

    font-size: 0;
}

.link_text {
    /* iPad Pro用
	font-size: 20px;
	line-height: 25px;
	*/
    display: inline-block;
    vertical-align: middle;

    color: #2f3232;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.link_text.separator {
    margin-left: 20px;
    margin-right: 30px;
}

/* *** 会社名 *** */
.main .company_name {
    /* iPad Pro用
	width: 132px;
	bottom: 20px;
	*/
    width: 105px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main .company_name img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

/* *** 翻訳言語 *** */
.header_language{
    height: 100%;
}

.language_select{
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 10px 20px;
}

.language_select li{
    list-style: none;
    padding: 0px 15px;
    height: auto;
}
.language_select li:first-child{
    border-right: 2px solid #fff;
}

.language_select a{
    display: flex;
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.language_select a.active{
    border: 1px solid #fff;
}

.language_select img.language_img_jp{
    max-width: 55px;
    width: 100%;
}
.language_select img.language_img_en{
    max-width: 70px;
    width: 100%;
}

/* *** 翻訳後の調整 style *** */
#en .notice_note .top_qr_box p{
    max-width: 160px;
}
#en .notice_list li a p.notice_date font,
#en .notice_list li a p.notice_date span{
    /*display: none;*/
}
#en .notice_list li a p.notice_date font:first-child{
    /*display: none;*/
}
#en .notice_list li a p.notice_date span:nth-child(4){
    display: none;
}
#en .notice_list li a p.notice_date font:nth-child(5){
    display: none;
}
#en .notice_note .top_qr_box img{
    max-width: 95px;
}
.logaut a {
    display: block;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 12px;
    color: #ffffff;
}
