@font-face {
  font-family: 'noto-sans-bold';
  src: url('../font/NotoSansJP-Bold.otf') format('opentype');
}
#mailmag *, #mailmag *:before, #mailmag *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#breadCrumb {
    position: absolute;
    top: 70px;
}
.mailmag_wrap {
    width: 1300px;
    background-color: #fcfaf5;
    margin: 0 auto;
}
#contents {
    background: inherit;
}



#mailmag h2 {
    background-color: #72c5eb;
    border-top: 6px double #fcfaf5;
    border-bottom: 6px double #fcfaf5;
    color: #fff;
    text-align: center;
    padding: 16px;
    font-size: 20px;
    font-family: 'noto-sans-bold'; 
}
#mailmag h3 {
    color: #008bd2;
    font-size: 20px;
    line-height: 1.6;
    font-family: 'noto-sans-bold'; 
}

#mailmag img {
    width: 100%;
    height: auto;
}


#mailmag .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#mailmag_about .flex_wrap {
    width: 92%;
    margin: 40px auto 0;
}
#mailmag_about .flex_wrap .text {
    width: 43%;
    padding: 0 0 0 40px;
}
#mailmag_about .flex_wrap .image {
    width: 55%;
}
#mailmag_about .list {
    list-style: disc;
    margin: 0 0 0 1.5em;
}
#mailmag_about .list li {
    line-height: 1.5;
    font-size: 18px;
    font-family: 'noto-sans-bold'; 
}
#mailmag_about p {
    line-height: 1.6;
    font-size: 14px;
}
#mailmag_about .flex_wrap .image small {
    font-size: 80%;
    margin-left: 1em;
}



#mailmag_present h3.center {
    margin-top: 40px;
}
#mailmag_present .text {
    max-width: 650px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
}

#mailmag_present .flex_wrap.box {
    padding: 4%;
    margin: 40px auto 60px;
    width: 98%;
    max-width: 800px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 20px rgb(0 0 0 / 20%);
}
#mailmag_present .flex_wrap .image {
    width: 38%;
}
#mailmag_present .flex_wrap .text {
    width: 58%;
    margin: 0;
}
#mailmag_present .flex_wrap h3 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}

#mailmag_present .red {
    color: #ff310f;
    font-size: 20px;
    font-family: 'noto-sans-bold';
    line-height: 1.4;
}
#mailmag_present .red small {
    font-size: 14px;
    line-height: 1.8;
}
#mailmag_present .kome {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0;
}



.mailnewsBtnarea {
    text-align: center;
}
.mailnewsBtnarea a.mailnewsBtn {
    display: block;
    position: relative;
    max-width: 500px;
    margin: 0 auto 20px;
    padding: 40px 50px;
    border-radius: 5px;
    font-family: 'noto-sans-bold';
    font-size: 26px;
    color: #fff;
    background: -moz-linear-gradient(top, #5ac3e7,#5ac3e7 20%, #2f5eab);
    background: -webkit-linear-gradient(top, #5ac3e7,#5ac3e7 20%, #2f5eab);
    background: linear-gradient(to bottom, #5ac3e7,#5ac3e7 20%, #2f5eab);
    letter-spacing: .1em;
}
.mailnewsBtnarea a.mailnewsBtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 7%;
    left: 2%;
    width: 96%;
    height: 86%;
    border: 2px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
}
.mailnewsBtnarea a.mailnewsBtn:hover {
    background: -moz-linear-gradient(bottom, #5ac3e7,#5ac3e7 20%, #2f5eab);
    background: -webkit-linear-gradient(bottom, #5ac3e7,#5ac3e7 20%, #2f5eab);
    background: linear-gradient(to top, #5ac3e7,#5ac3e7 20%, #2f5eab);
}
.mailnewsBtnarea a.change {
    color: #424242;
    font-family: 'noto-sans-bold';
    font-size: 14px;
}
.mailnewsBtnarea a.change:hover {
    color: #008bd2;
}


.pageNavGreen .pageNavLeft a:hover, .pageNavGreen .pageNavLeft a:hover:after, .pageNavGreen .pageNavRight a:hover, .pageNavGreen .pageNavRight a:hover:after {
    z-index: 10;
}

@media screen and (max-width: 640px){
.mailmag_wrap {
    width: 100%;
}
#mailmag h2 {
    padding: 6px;
    font-size: 16px;
}
#mailmag h3 {
    font-size: 16px;
}
#mailmag_present h3.center {
    margin-top: 20px;
}
#mailmag_present .flex_wrap h3 {
    font-size: 14px;
}
#mailmag_present .red {
    font-size: 16px;
}
#mailmag_present .red small {
    font-size: 12px;
}
#mailmag_present .kome {
    font-size: 11px;
}
#mailmag_about .list li {
    font-size: 15px;
}



#mailmag_about .flex_wrap .text, #mailmag_about .flex_wrap .image,
#mailmag_present .flex_wrap .text {
    width: 100%;
}
#mailmag_present .flex_wrap .image {
    width: 70%;
    margin: 10px auto 20px;
}
#mailmag_about .flex_wrap {
    margin: 0 auto;
}
#mailmag_about .flex_wrap .text {
    padding: 0;
}
#mailmag_present .flex_wrap.box {
    margin: 30px auto 40px;
}


.mailnewsBtnarea a.mailnewsBtn {
    margin: 0 auto 10px;
    padding: 20px;
    font-size: 18px;
}
}