﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;700&display=swap');
/*--------------------------------------------------------------------

共通要素

--------------------------------------------------------------------*/
* {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    text-size-adjust: 100%;
    font-family: 'Montserrat', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    color: #000;
    background: #fff;
    font-size: 10px;
}
img {
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}
.inner {
    margin: 0 auto;
    position: relative;
    width: 1280px;
    min-width: 1280px;
}
.inner2 {
    margin: 0 auto;
    position: relative;
    width: 1050px;
    min-width: 1050px;
}
.inner3 {
    margin: 0 auto;
    position: relative;
    width: 1200px;
    min-width: 1200px;
}
.inner4 {
    margin: 0 auto;
    position: relative;
    width: 960px;
    min-width: 960px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
* html .clearfix {
    zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
} /* IE7 */
.fade {
    opacity: 1;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}
.fade:hover {
    opacity: 0.5;
}
a img {
    opacity: 1;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}
a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}
a {
    color: #000;
    text-decoration: none;
    opacity: 1;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}
a:hover {
    opacity: 0.3;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}
a.StandardBtn {
    background: #000;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    font-size: 1.8em;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 5px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
}
a.StandardBtn:hover {
    cursor: pointer;
    opacity: 0.3;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}

/* max-width:1024px */
@media screen and (max-width:1024px) {
    body {
        min-width: 100%;
    }
    .inner {
        width: 100%;
        min-width: 100%;
    }
    .inner2 {
        width: 100%;
        min-width: 100%;
    }
    .inner3 {
        width: 100%;
        min-width: 100%;
    }
    .inner4 {
        width: 100%;
        min-width: 100%;
    }
}

/* max-width:640px */
@media screen and (max-width:640px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}


/* ヘッダー
-------------------------------------- */
header {
    border-bottom: 1px #000 solid;
    min-width: 1080px;
}
header.noCategory {
    border-bottom: 10px #000 solid;
}
header .globalHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-right: 20px;
}
header .globalHead .sitelogo {
    overflow: visible;
    padding-left: 15px;
}
header .globalHead .sitelogo img {
    width: 380px;
}
header .globalHead .globalMenuArea {}
header .globalHead .globalMenuArea ul.globalMenu {
    display: inline-block;
    vertical-align: middle;
	margin-top: -2px;
    margin-right: 25px;
}
header .globalHead .globalMenuArea ul.globalMenu li {
    display: inline;
	border-bottom: 3px solid #000;
	padding: 0 0 5px 5px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.7em;
    margin: 0 20px;
    letter-spacing: 1px;
}
header .globalHead .globalMenuArea ul.globalMenu li:hover {
	border-bottom: 3px solid #fff;
}
header .globalHead .globalMenuArea ul.globalMenu li a.location {
    border-bottom: 3px #000 solid;
    padding: 4px 0;
    cursor: default;
}
header .globalHead .globalMenuArea ul.globalMenu li a,
header .globalHead .globalMenuArea ul.globalMenu li a.location:hover {
    opacity: 1;
}
header .globalHead .globalMenuArea ul.globalMenu li.exhTxt {
    letter-spacing: 1px;
}
header .globalHead .globalMenuArea ul.globalMenu li.exhTxt span {
    letter-spacing: normal;
}
header .globalHead .globalMenuArea ul.globalMenu li.exhTxt span.pc {
	display: inline;
}
header .globalHead .globalMenuArea p.eventBtn {
    margin: 0px 4px;
    display: inline-block;
    vertical-align: middle;
}
.spMenuHeader {
    background: #000;
}
.spMenuHeader ul {
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.spMenuHeader li {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 2);
	height: 48px;
    margin: 0px 0px;
	padding: 0;
    text-align: center;
    vertical-align: middle;
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 1px;
    user-select: none;
}
.spMenuHeader li + li {
    border-left: 1px solid #a2a2a2;
    padding-left: 5px;
    margin-right: 5px;
}
.spMenuHeader li a {
    color: #fff;
}
.spMenuHeader li span.t10s01 {
    font-size: 0.7em;
    letter-spacing: -1px;
    line-height: 0.8em;
}
.spMenuHeader li span.t10s02 {
    font-size: 1.5em;
    letter-spacing: -1px;
    line-height: 1.0em;
}
.spHeader .headerMain {
    width: 100%;
    margin: 0px;
    padding: 4px 2px;
    background: #818181;
}
.spHeader .header1 {
    width: 100%;
    margin: 0px;
    padding: 4px 2px;
    background: #e6e6e6;
}
.spHeader .header2 {
    width: 100%;
    margin: 0px;
    padding: 0;
    background: #fff;
}
.spHeader .headerMain ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.spHeader .headerMain ul li {
    display: block;
    box-sizing: border-box;
    border: 2px solid #818181;
    width: calc(100% / 5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 5px;
    font-size: 1.1em;
    font-family: "Noto Sans JP";
    font-weight: 700;
    background-color: #4c4c4c;
    text-align: center;
    user-select: none;
}
.spHeader .headerMain ul li a {
    color: #fff;
    line-height: normal;
}
.spHeader .headerMain .location {
    background-color: #fff;
}
.spHeader .headerMain .location a {
    color: #000;
    font-weight: 700;
}
.spHeader .headerMain ul li.twoPans {
    width: calc(100% / 2);
}
.spHeader .header2 ul li.onePans {
    width: 100%;
}
.spHeader .header1 ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.spHeader .header1 ul li {
    display: block;
    box-sizing: border-box;
    border: 2px solid #e6e6e6;
    width: calc(100% / 5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    font-size: 1.1em;
    font-family: "Noto Sans JP";
    font-weight: 700;
    background-color: #818181;
    text-align: center;
    user-select: none;
}
.spHeader .header1 ul li a {
    color: #fff;
    line-height: normal;
}
.spHeader .header1 .location {
    background-color: #fff;
}
.spHeader .header1 .location a {
    color: #000;
    font-weight: 700;
}
.organizer .spHeader.sp .header1 ul li {
    width: calc(100% / 3);
}
.spHeader .header2 ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.spHeader .header2 ul li {
    display: block;
    width: calc(100% / 2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    font-family: "Noto Sans JP";
    border-bottom: dotted #000 1px;
    padding: 5px 0;
    letter-spacing: 1px;
    text-align: center;
    user-select: none;
}
.spHeader .header2 ul li:last-child {
    border-bottom: none;
}
.spHeader .header2 ul.evenList li:nth-last-child(2) {
    border-bottom: none;
}
.spHeader .header2 ul li a {
    color: #000;
    line-height: normal;
}
.spHeader .header2 .location {
    background-color: #818181;
}
.spHeader .header2 .location a {
    color: #fff;
    font-weight: 700;
}


/* max-width:1024px */
@media screen and (max-width:1024px) {
    header {
        min-width: 100%;
    }
    header .globalHead {
        height: unset;
        text-align: center;
        display: block;
        padding: 15px 20px 15px 0;
    }
    header .globalHead .sitelogo {
        margin: 0 auto 20px;
        text-align: center;
    }
    header .globalHead .sitelogo a {
        display: inline-block;
    }
    header .globalHead .globalMenuArea {
        margin-bottom: 10px;
    }
    header .globalHead .globalMenuArea ul.globalMenu li {
        font-size: 1.5em;
    }
    header .globalHead .globalMenuArea ul.globalMenu li:first-child {
        margin: 0 8px 0 0;
    }
    header .globalHead .globalMenuArea ul.globalMenu li:last-child {
        margin: 0 0 0 8px;
    }
}


/* max-width:640px */
@media screen and (max-width:640px) {
	header,
	header.noCategory	{
		border-bottom: 0;
	}
    header .globalHead {
        padding: 5px 5px 5px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px #000 solid;
        border-bottom: 1px #000 solid;
        height: auto;
    }
    header .globalHead .sitelogo {
        width: calc(100% - 140px);
        margin: 0px;
        padding: 4px 15px 0 10px;
    }
    header .globalHead .sitelogo img {
        width: 100%;
        max-width: unset;
    }
    header .globalHead .globalMenuArea {
        margin-bottom: 0px;
    }
    header .globalHead .globalMenuArea ul.globalMenu {
        display: none;
    }
    header .globalHead .globalMenuArea .globalMenuSp {
        display: block;
        padding: 15px;
        margin-right: 15px;
        border-right: 1px #000 solid;
    }
    header .globalHead .globalMenuArea .globalMenuSp i {
        display: block;
        width: 30px;
        height: 2px;
        background: #000;
        margin-bottom: 7px;
        -webkit-transition: all .25s cubic-bezier(.25, .1, .25, 1);
        transition: all .25s cubic-bezier(.25, .1, .25, 1);
    }
    header .globalHead .globalMenuArea .globalMenuSp i:last-of-type {
        margin-bottom: 0px;
    }
    header .globalHead .globalMenuArea p.eventBtn {
        display: inline-block;
        vertical-align: middle;
    }
	header .globalHead .globalMenuArea ul.globalMenu li.exhTxt span.pc {
		display: none;
	}
}


/* ヘッダー：カテゴリーメニュー(旧)
-------------------------------------- */
header .categoryHead {
    background: #f1f1f1;
    border-top: 1px #c1c1c1 solid;
    border-bottom: 1px #c1c1c1 solid;
}
header .categoryHeadBottomNon {
    border-bottom: none;
}
header .categoryHeadSub {
    border-top: 1px #c1c1c1 dotted;
}
header .categoryHead .categoryHeadArea {
    display: flex;
    justify-content: center;
    align-items: center;
}
header .categoryHead .categoryHeadArea ul {
    display: flex;
    align-items: center;
    margin: 0;
}
header .categoryHead .categoryHeadArea ul.menu10sen {
    letter-spacing: 0.1em;
    padding: 8px 20px;
}
header .categoryHead .categoryHeadArea ul.menu100v {
    border-left: 1px solid #000;
    padding: 8px 20px;
}
header .categoryHead .categoryHeadArea ul.menuMyprecious {
    border-left: 1px solid #000;
    padding: 8px 20px;
}
header .categoryHead .categoryHeadArea ul.specials {
    padding: 18px 0;
}
header .categoryHead .categoryHeadArea ul.specials li {
    margin: 0 10px;
}
header .categoryHead .categoryHeadArea ul.talkshowMenu {
    padding: 18px 0;
}
header .categoryHead .categoryHeadArea ul.talkshowMenu li {
    margin: 0 10px;
}
header .categoryHead .categoryHeadArea ul.talkshowMenu li a.rMeun01 {
    width: 150px;
    display: inline-block;
    text-align: center;
    padding: 13px 10px;
}
header .categoryHead .categoryHeadArea ul.talkshowMenu li a.rMeun02 {
    width: 330px;
    display: inline-block;
    padding: 8px 10px;
    line-height: 1.1em;
}
header .categoryHead .categoryHeadArea ul.talkshowMenu li a.rMeun03 {
    width: 290px;
    display: inline-block;
    padding: 8px 10px;
    line-height: 1.1em;
}
header .categoryHead .categoryHeadArea ul.talkshowMenu li a.rMeun04 {
    width: 310px;
    display: inline-block;
    padding: 8px 10px;
    line-height: 1.1em;
}
header .categoryHead .categoryHeadArea ul.talkshowMenu li span.menuSubTxt {
    font-size: 0.8em;
}
header .categoryHead .categoryHeadArea ul.talkshowMenu li span.menuMainTxt {}
header .categoryHead .categoryHeadArea ul.photobook {
    padding: 18px 0;
}
header .categoryHead .categoryHeadArea ul.photobook li {
    margin: 0 10px;
}
header .categoryHead .categoryHeadArea ul li {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.6em;
}
header .categoryHead .categoryHeadArea ul li a {
    padding: 10px;
}
header .categoryHead .categoryHeadArea ul li a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}
header .categoryHead .categoryHeadArea ul li a.location {
    background: #000;
    color: #fff;
    opacity: 1;
    cursor: default;
}
header .categoryHead .categoryHeadArea ul li.title10sen {
    font-size: 2.6em;
    font-family: heisei-mincho-std, serif;
    font-weight: 700;
    font-style: normal;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 2px;
    letter-spacing: normal;
}


/* max-width:1024px */
@media screen and (max-width:1024px) {
    header .categoryHead .categoryHeadArea {
        display: block;
        text-align: center;
    }
    header .categoryHead .categoryHeadArea ul {
        display: flex;
        justify-content: center;
    }
    header .categoryHead .categoryHeadArea ul.menu100v {
        display: inline-block;
        border-left: none;
        margin-bottom: 10px;
    }
    header .categoryHead .categoryHeadArea ul.menuMyprecious {
        display: inline-block;
        margin-bottom: 10px;
    }
}


/* max-width:640px */
@media screen and (max-width:640px) {
    header .categoryHead {
        display: none;
    }
}


/* ヘッダー：カテゴリーメニュー：第一階層
-------------------------------------- */
header .categoryHead01 {
    background: #000;
    border-top: 1px #c1c1c1 solid;
    border-bottom: 1px #c1c1c1 solid;
}
.sponsors header .categoryHead01 {
    height: 8px;
}
header .categoryHead01 .categoryHeadArea {
    display: flex;
    justify-content: center;
    align-items: center;
}
header .categoryHead01 .categoryHeadArea ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 18px 0;
}
header .categoryHead01 .categoryHeadArea ul li {
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-style: normal;
    font-size: 1.6em;
    letter-spacing: 1px;
    margin: 0 10px;
}
header .categoryHead01 .categoryHeadArea ul li a {
    padding: 10px;
    color: #fff;
}
header .categoryHead01 .categoryHeadArea ul li a:hover {
    background: #fff;
    color: #000;
    opacity: 1;
}
header .categoryHead01 .categoryHeadArea ul li a.location {
    background: #fff;
    color: #000;
    opacity: 1;
    cursor: default;
}


/* max-width:1024px */
@media screen and (max-width:1024px) {
    header .categoryHead01 .categoryHeadArea {
        display: block;
        text-align: center;
    }
    header .categoryHead01 .categoryHeadArea ul {
        display: flex;
        justify-content: center;
    }
    header .categoryHead01 .categoryHeadArea ul.menu100v {
        display: inline-block;
        border-left: none;
        margin-bottom: 10px;
    }
    header .categoryHead01 .categoryHeadArea ul.menuMyprecious {
        display: inline-block;
        margin-bottom: 10px;
    }
}


/* max-width:640px */
@media screen and (max-width:640px) {
    header .categoryHead01 {
        display: none;
    }
}


/* ヘッダー：カテゴリーメニュー：第二階層
-------------------------------------- */
header .categoryHead02 {
    background: #f1f1f1;
    border-top: 1px #c1c1c1 solid;
    border-bottom: 1px #c1c1c1 solid;
}
header .categoryHeadBottomNon {
    border-bottom: none;
}
header .categoryHeadSub {
    border-top: 1px #c1c1c1 dotted;
}
header .categoryHead02 .categoryHeadArea {
    display: flex;
    justify-content: center;
    align-items: center;
}
header .categoryHead02 .categoryHeadArea ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 18px 0;
}
header .categoryHead02 .categoryHeadArea ul li {
    font-family: "Noto Sans JP";
    font-weight: 600;
    font-size: 1.6em;
    letter-spacing: 1px;
    margin-right: 20px;
}
header .categoryHead02 .categoryHeadArea ul li + li {
    border-left: 1px solid #a2a2a2;
    padding-left: 20px;
}
header .categoryHead02 .categoryHeadArea ul li a {
    padding: 4px 0;
}
header .categoryHead02 .categoryHeadArea ul li a:hover {}
header .categoryHead02 .categoryHeadArea ul li a.location {
    border-bottom: 3px #000 solid;
    cursor: default;
    opacity: 1;
}


/* max-width:1024px */
@media screen and (max-width:1024px) {
    header .categoryHead02 .categoryHeadArea {
        display: block;
        text-align: center;
    }
    header .categoryHead02 .categoryHeadArea ul {
        display: flex;
        justify-content: center;
    }
    header .categoryHead02 .categoryHeadArea ul.menu100v {
        display: inline-block;
        border-left: none;
        margin-bottom: 10px;
    }
    header .categoryHead02 .categoryHeadArea ul.menuMyprecious {
        display: inline-block;
        margin-bottom: 10px;
    }
}


/* max-width:640px */
@media screen and (max-width:640px) {
    header .categoryHead02 {
        display: none;
    }
}


/* ヘッダー：カテゴリーメニュー：第三階層
-------------------------------------- */
header .categoryHead03 {
    background: #fff;
    border-bottom: 1px #c1c1c1 solid;
}
header .categoryHead03 .categoryHeadArea {
    display: flex;
    justify-content: center;
    align-items: center;
}
header .categoryHead03 .categoryHeadArea ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 18px 0 13px;
}
header .categoryHead03 .categoryHeadArea ul li {
    font-style: normal;
    font-size: 1.4em;
    letter-spacing: 1px;
    margin-right: 15px;
    margin-bottom: 5px;
}
header .categoryHead03 .categoryHeadArea ul li + li {
    border-left: 1px solid #a2a2a2;
    padding-left: 15px;
}
header .categoryHead03 .categoryHeadArea ul li a {
    padding: 2px 0;
    display: inline-block;
    white-space: nowrap;
}
header .categoryHead03 .categoryHeadArea ul li a:hover {}
header .categoryHead03 .categoryHeadArea ul li a.location {
    border-bottom: 3px #000 solid;
    cursor: default;
    opacity: 1;
}


/* max-width:1024px */
@media screen and (max-width:1024px) {
    header .categoryHead03 .categoryHeadArea {
        display: block;
        text-align: center;
    }
    header .categoryHead03 .categoryHeadArea ul {
        display: flex;
        justify-content: center;
    }
    header .categoryHead03 .categoryHeadArea ul.menu100v {
        display: inline-block;
        border-left: none;
        margin-bottom: 10px;
    }
    header .categoryHead03 .categoryHeadArea ul.menuMyprecious {
        display: inline-block;
        margin-bottom: 10px;
    }
}


/* max-width:640px */
@media screen and (max-width:640px) {
    header .categoryHead03 {
        display: none;
    }
}


/* ヘッダー：トピックパス・シェアボタン
-------------------------------------- */
header .topicpathHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}
header .topicpathHead .left {}
header .topicpathHead ul.topicpath {
    display: flex;
    justify-content: center;
}
header .topicpathHead ul.topicpath li {
    font-size: 1.2em;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
}
header .topicpathHead ul.topicpath li::before {
    content: "　\3e　";
}
header .topicpathHead ul.topicpath li.root::before {
    content: none;
}
header .topicpathHead .right {}
header .topicpathHead ul.snsShareBtn {
    display: flex;
    justify-content: center;
    align-items: right;
}
header .topicpathHead ul.snsShareBtn li {
    margin-left: 10px;
}
header .topicpathHead ul.snsShareBtn li.shareTxt {
    margin-top: 6px;
    font-size: 1.2em;
}
header .topicpathHead ul.snsShareBtn li.twBtn {}
header .topicpathHead ul.snsShareBtn li.fbBtn {}


/* max-width:1024px */
@media screen and (max-width:1024px) {
    header .topicpathHead ul.snsShareBtn li.shareTxt {
        display: none;
    }
}


/* max-width:640px */
@media screen and (max-width:640px) {
    header .topicpathHead ul.topicpath {
        display: none;
    }
    header .topicpathHead {
        padding: 10px 15px;
    }
    header .topicpathHead .categoryTitle {
        font-size: 2.0em;
        font-family: fot-matisse-pron, sans-serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 1px;
    }
}


/* max-width:1024px */
@media screen and (max-width:1024px) {
    #main {
        min-width: 100%;
    }
}


/* プロフィール */
#main .profile {
    border-top: 1px solid #000;
    padding: 100px 0;
    background: #fff;
}
#main .profile .inner4 {
    display: flex;
    justify-content: space-between;
}
#main .profile .left {
    width: 300px;
    display: block;
    padding: 0;
}
#main .profile .right {
    width: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
    padding-left: 50px;
}
#main .profile .profImg {
    width: 300px;
    height: auto;
}
#main .profile .profName {
    font-size: 3.9em;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: normal;
    display: inline-block;
    margin: 0 20px 30px 0;
}
#main .profile .profNameSub {
    font-size: 1.8em;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    display: inline-block;
}
#main .profile .profTxt {
    font-size: 1.5em;
    line-height: 2em;
    padding: 0 0 0;
    text-align: left;
    word-wrap: break-word;
}
#main .profile .profLink {
    font-size: 1.6em;
    line-height: 2.0em;
    text-align: justify;
    margin: 0;
    padding-top: 20px;
    font-weight: 600;
    font-style: normal;
    word-break: break-all;
}
#main .profile .profLink .relatedLink:before {
    content: "\3e\20";
}


@media screen and (max-width:1024px) {
    #main .profile .inner4 {
        display: block;
    }
    #main .profile .left {
        text-align: center;
        margin: 0 auto;
    }
    #main .profile .right {
        text-align: center;
        padding: 0px 20px;
        margin: 0 auto;
        width: 100%;
    }
    #main .profile .profName {
        margin-right: 0px;
        margin-top: 20px;
    }
    #main .profile .profNameSub {
        display: block;
    }
}


@media screen and (max-width:640px) {
    #main .profile .profImg {
        width: 60%;
        margin: 0 auto;
    }
    #main .profile .profName {
        font-size: 2.2em;
    }
    #main .profile .profNameSub {
        font-size: 1.0em;
    }
}