/*====================*/


/*=== Reset Styles ===*/


/*====================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: bottom;
}

/* all */

* {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
html,
body {
    height: 100%;
}
body {
    font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    min-width: 1200px;
}
@media screen\0 {
    body {
        font-family: メイリオ, Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
    }
}

/* HTML5 tags */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
a:link {
    text-decoration: none;
    color: #222;
    font-weight: bold;
}
a:visited {
    color: #222;
}
a:hover {
    text-decoration: none;
    color: #222;
}
a:active {
    color: #222;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}

/* Hides from IE Mac */

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* End Hack */

li {
    list-style: none;
}
img {
    width: 100%;
    height: auto;
}

/* Load */

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100001;
}
#loading {
    position: absolute;
    width: 29px;
    height: 29px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#container {
    height: 100%;
    width: 100%;
    min-width: 1200px;
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
}
#topbody:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../img/top/mainimager.jpg) center bottom no-repeat;
    background-size: cover;
    /*fixedをトル！*/
    -webkit-background-size: cover;
    /*Android4*/
}
#topbody:after {
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}
#topbody footer {
    background: rgba(0, 0, 0, 0.3)!important;
}
header {
    font-size: 0;
    margin-bottom: 30px;
    min-width: 1200px;
}
header h1 {
    width: 138px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4%;
    margin-left: 3%;
    margin-top: 10px;
}
header p {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    line-height: 1.3em;
    margin-top: 10px;
    margin-right: 1%;
    vertical-align: middle;
}
header p strong {
    display: block;
    font-size: 14px;
    margin-bottom: 0.5em;
}
#topheader p {
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#contactBtn {
    font-size: 12px;
    float: right;
    margin-bottom: 20px;
    width: -webkit-calc(265px + 3%);
    width: -moz-calc(265px + 3%);
    width: calc(265px + 3%);
}
#contactBtn a {
    padding: 13px 0 13px 10px;
    display: block;
    color: #fff;
    background: #de0000;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
#contactBtn a:hover .form:after {
    width: 100%;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
#contactBtn li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
}
.form {
    margin-right: 1em;
    position: relative;
}
.tell {
    font-size: 14px;
    position: relative;
}
.form:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}
.form:before {
    background: url("../img/common/icon_mail.svg") no-repeat left center;
    background-size: 100% auto;
    width: 16px;
    height: 11px;
    content: '';
    display: inline-block;
    margin-right: 5px;
}
.tell:before {
    background: url("../img/common/icon_tell.svg") no-repeat left center;
    background-size: 100% auto;
    width: 9px;
    height: 12px;
    content: '';
    display: inline-block;
    margin-right: 5px;
}
nav {
    clear: both;
    margin-left: -webkit-calc(7% + 138px);
    margin-left: -moz-calc(7% + 138px);
    margin-left: calc(7% + 138px);
}
nav li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 13px;
}

nav > ul > li{
    position: relative;
}

nav > ul > li > a,
nav > ul > li > strong{
    position: relative;
    display: block;
    color: #fff!important;
    font-weight: 500!important;
    padding: 6px 10px 7px;
    background: #004b96;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 200px;
    text-align: center;
}

nav > ul > li > a:after,
nav > ul > li > strong:after{
    position: absolute;
    content: '';
    left: 12px;
    bottom: 4px;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

nav li a:hover:after,
nav li strong:hover:after{
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px);
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

nav > ul > li:hover > ul{
    display: block;
}

nav > ul > li > ul {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.60);
    min-width: 290px;
    z-index: 1;
    padding: 15px;
}

nav > ul > li > ul li{
    margin-top: 10px;
}

nav > ul > li > ul li:first-child{
    margin-top: 0;
}

#naviOut nav > ul > li > ul a{
    color: #004b96;
    font-weight: normal;
}

#naviOut nav > ul > li > ul a:hover{
    color: #002140;
}

.redBtn a {
    background: #de0000;
}
#topContents {
    margin: 0 auto 80px;
    width: 94%;
}
#topContents h2 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: bold;
}
#seven {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
}
#sevenInner {
    margin-bottom: 40px;
}
#seven h2 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
#sevenInner li {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
#sevenInner li a {
    color: #fff;
    position: relative;
}
#sevenInner li strong {
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
    letter-spacing: 0.03em;
}
#sevenInner li strong a:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
#sevenInner li strong a:hover:after {
    width: 0;
}
#sevenInner li span {
    display: inline-block;
    font-size: 30px;
    vertical-align: text-bottom;
    margin-right: 6px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
#think {
    display: inline-block;
    vertical-align: top;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    margin: 0 auto;
}
#think h2 {
    margin-left: 15px;
}
#think p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6em;
}
#facebook {
    display: inline-block;
    width: 324px;
    vertical-align: top;
    margin-left: auto;
    margin-top: -33px;
    margin-right: -22px;
}
.fb-page {
    border: 1px #222 solid;
}
footer {
    margin: 0 auto;
    padding: 10px 0 15px;
    width: 100%;
    min-width: 1200px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 2;
}
footer li {
    font-size: 15px;
    line-height: 1em;
    display: inline-block;
    border-left: 3px #222 solid;
    margin: 0 1em 1em;
    padding-left: 5px;
    padding-bottom: 0;
    position: relative;
    vertical-align: middle;
}
#facebookfoot {
    border-left: none;
    width: 160px;
    vertical-align: middle;
    border: none!important;
}
#facebookfoot:after {
    display: none;
}
footer li:after {
    position: absolute;
    content: '';
    left: 5px;
    bottom: -5px;
    width: 0;
    height: 1px;
    background: #222;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
footer li a {
    font-weight: 600!important;
}
footer li:hover:after {
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    width: -webkit-calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    width: calc(100% - 5px);
}
footer p {
    font-size: 11px;
}
#topfooter a,
#topfooter p {
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
#topfooter li {
    border-left: 3px #fff solid;
}
#topfooter li:after {
    background: #fff;
}

/* Phase2 */

#contents footer {
    position: static;
    border-top: 1px #999 solid;
    padding-top: 20px;
}
#contents h1 {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
    position: relative;
    margin: 0 auto 80px;
    width: 90%;
    color: #222;
    padding-top: 20px;
}
#contents h1:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #222;
}
#contents h1 span {
    display: block;
    font-size: 20px;
}
.cell {
    margin-bottom: 80px;
}
.cellTwoOuter {
    display: flex;
    flex-wrap: wrap;
}
.cellHalf {
    width: 33.3333%;
    box-sizing: border-box;
}
.performance {
    width: 80%;
    margin: 0 auto;
}
.performance li {
    font-size: 15px!important;
    font-weight: 500!important;
    margin-bottom: 0.4em!important;
}
.performance li:before {
    content: '・';
}
.performance li ul {
    margin-top: 0.2em!important;
}
.performance li ul li {
    font-size: 14px!important;
    margin-bottom: 0.2em!important;
}
.titlesomitted {
    margin: -50px 3% 40px;
}
.etc {
    margin-top: 2em;
    font-weight: 300!important;
}
.etc:before {
    display: none;
}
.cell h2 {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
    position: relative;
    border-bottom: 1px #999 solid;
    margin-bottom: 20px;
}
.cellHalf h2 {
    text-align: left;
    padding-left: 10%;
}
.cell h2 span {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: -4px;
    border-bottom: 4px #222 solid;
    color: #222;
}
.cell p {
    font-size: 14px;
    line-height: 1.7em;
}
.centerCell {
    text-align: center;
}
.cellInner01 {
    width: 45%;
    margin: 0 auto 30px;
}
.photoPlus {
    width: 45%;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.cellPhoto {
    width: 28%;
    margin: 10px 2% 30px 5%;
    display: inline-block;
    vertical-align: top;
}
.spaceBottom01 p {
    margin-bottom: 1em;
}
.spaceTop01 {
    margin-top: -20px;
}
.largeMincho {
    font-size: 36px;
    line-height: 1.5em;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 4px #222 solid;
    display: inline-block;
    padding-bottom: 5px;
}
.middleMincho {
    font-size: 19px;
    line-height: 1.1em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 50px 0 6px;
    display: inline-block;
    font-family: 'arial narrow', sans-serif;
}
.cellInner05 {
    width: 70%;
    margin: 0 auto 20px;
    text-align: center;
}
.aboutpt ul {
    margin-bottom: 40px!important;
}
.aboutpt li {
    margin-bottom: 0.4em!important;
}
.aboutpt p {
    line-height: 1.7em;
    margin-bottom: 0.8em;
}
.aboutOuter {
    width: 70%;
    margin: 0 auto;
    font-size: 0;
}
.aboutPhoto {
    width: 38%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
}
.aboutText {
    width: 58%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}
.aboutText h3 {
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 0.3em;
    font-weight: 500;
}
.aboutText p {
    margin-bottom: 1em;
    line-height: 1.8em;
}
.position {
    margin-bottom: 50px;
}
.position p {
    font-size: 12px;
}
.positionLink {
    margin-top: 40px;
    font-size: 15px;
    text-align: left;
}
.positionLink h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 0.8em;
}
.btnOuter {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.boOne {
    width: 80%;
    margin: 30px auto 0;
    text-align: center;
}
.btnsCenter {
    margin-left: auto;
    margin-right: auto;
}
.btnSmall {
    width: 48.5%;
    background: #de0000;
    text-align: center;
    margin-bottom: 5px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}
.btnSmall span {
    display: inline-block;
}
.btnSmall:hover {
    background: #bf0000;
}
.btnSmall span:before {
    background: url("../img/about/allowsabout.svg") no-repeat left center;
    background-size: 100% auto;
    width: 16px;
    height: 10px;
    content: '';
    display: inline-block;
    margin-right: 5px;
}
.btnSmall a {
    color: #fff;
    display: block;
    padding: 15px 20px;
}
.privacy {
    width: 70%;
    margin: 30px auto;
}
.privacy p {
    font-size: 13px;
    margin-bottom: 1em;
}
.rightsText {
    margin-top: 2em;
    text-align: right;
}
.privacy li {
    font-size: 13px!important;
    font-weight: normal!important;
}
.cellInner01dash {
    width: 65%;
    margin: 0 auto 30px;
    font-size: 0;
}
.cellInner01dash ul {
    margin: 20px 0;
    padding-left: 10%;
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
.bookOne {
    width: 45%;
    margin: 0 auto 30px;
    font-size: 0;
}
.bookOne p {
    font-size: 15px;
    width: 72%;
    margin-left: 3%;
    display: inline-block;
    vertical-align: middle;
}
.bookOne p span {
    background: #de0000;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 8px;
    padding: 5px 10px;
    font-size: 13px;
}
.bookOne p strong {
    font-size: 18px;
    font-weight: 600;
}
.bookOneBook {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}
.bookOuter {
    width: 93%;
    margin: 40px auto 0;
}
.bookCell {
    float: left;
    width: 22%;
    font-size: 0;
    box-sizing: border-box;
    margin: 0 1.5% 50px;
}
.bookPhoto {
    width: 75%;
    margin: 0 auto 15px;
    vertical-align: top;
    box-sizing: border-box;
}
.bookText {
    vertical-align: top;
}
.bookText {
    font-size: 13px;
    line-height: 1.5em;
}
.bookText a {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 500;
    text-decoration: underline;
}
.bookText a:before {
    background: url("../img/publication/allowsbook.svg") no-repeat left center;
    background-size: 100% auto;
    width: 13px;
    height: 8px;
    content: '';
    display: inline-block;
    margin-right: 5px;
}
.bookText h3 {
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 600;
    margin: 0 0 1em;
}
.graphRight {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.cell ul {
    margin: 20px 0;
}
.cell li {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 0.7em;
    padding-left: 1em;
    text-indent: -1em;
}
.cell li span {
    font-size: 13px;
    font-weight: normal;
}
.sBlock {
    margin-bottom: 35px;
}
.sBlock p {
    line-height: 1.8em!important;
}
.sCopy {
    font-weight: bold;
    font-size: 15px!important;
    line-height: 1.7em!important;
    margin-bottom: 0.4em!important;
    padding-left: 1em;
    text-indent: -1em;
}
.plbottom p {
    margin-bottom: 0.7em;
}
.sList {
    padding-left: 1em;
    text-indent: -1em;
}
.plbottom ul {
    margin: 10px 0 0;
}
.plbottom li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 0 0.7em!important;
    font-size: 13px!important;
    line-height: 1.7em!important;
    font-weight: normal;
}
.cell li a {
    text-decoration: underline;
}
.cell strong {
    font-weight: bold;
    font-size: 15px;
}
.redText {
    color: #de0000;
    font-weight: bold;
}
.redTextLarge {
    color: #de0000;
}
.cellInner02 {
    margin: 30px auto 60px;
    width: 90%;
}
.cellInner03 {
    margin: 0 auto 60px;
    width: auto;
}
.cellInner04 {
    margin: 0 auto 60px;
    width: 70%;
}
.upspace {
    margin-top: 70px;
    font-size: 0;
}
.downspace {
    margin-bottom: 70px;
}
.threeBlock {
    font-size: 0;
    margin: 0 5% 30px;
    text-align: center;
}
.oneBlock {
    font-size: 0;
    margin: 0 12% 30px;
}
.photoLR {
    width: 43%;
}
.borderPhoto {
    border: 1px #ccc solid;
}
.textlargeLeft {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.tllwd h3 {
    width: 15em;
}
.spaceText {
    margin-left: 2%;
}
.photoLR02 {
    width: 33%;
}
.plusText img {
    margin-bottom: 15px;
}
.plusText p {
    text-align: center;
    font-size: 15px;
}
.plusText p a {
    text-decoration: underline;
}
.photoLR03 {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
}
.photoLR04 {
    width: 47%;
}
.photoLR05 {
    width: 50%;
}
.textCenter {
    width: 70%;
    margin: 0 auto;
}
.textLR {
    width: 45%;
}
.textLR02 {
    width: 52%;
    margin-right: 0!important;
    margin-left: 0!important;
}
.textLR03 {
    width: 62%;
    margin-right: 0!important;
    margin-left: 0!important;
}
.textLR04 {
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.textLR05 {
    width: 48%;
    margin-right: 0!important;
    margin-left: 0!important;
}
.textLR06 {
    width: 45%;
    margin-right: 0!important;
    margin-left: 0!important;
}
.centerItem {
    text-align: center;
}
.floatLeft {
    float: left;
    margin-right: 3%;
}
.floatRight {
    float: Right;
    margin-left: 3%;
}
.smallGraph {
    width: 80%;
    margin: 0 auto;
}
.cellInner02 h3 {
    font-size: 30px;
    line-height: 1.5em;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 0.8em;
}
.cellInner02 p {
    line-height: 2.2em;
    position: relative;
}
.redLine {
    border-bottom: 1px #de0000 solid;
}
.exampleSpace {
    margin: -21px 0 80px;
    border-top: 1px #999 solid;
}
.exampleSpaceText {
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}
.exampleSpacePhoto {
    width: 24%;
    display: inline-block;
    margin-right: 2%;
    margin-top: 25px;
    vertical-align: top;
}
.exampleLeft {
    background: #de0000;
    color: #fff;
    text-align: right;
    font-size: 25px;
    width: 170px;
    margin-right: 20px;
    padding: 55px 10px 10px 3%;
    display: inline-block;
}
.exampleHead {
    position: relative;
}
.exampleCopy {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4em;
    display: inline-block;
    margin-bottom: 0.3em;
}
.exampleName {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4em;
    background: #de0000;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.exampleName span {
    display: inline-block;
    padding: 5px 40px 5px 20px;
    white-space: nowrap;
}
.exampleInner {
    padding-top: 20px;
    margin: 0 auto;
    width: 90%;
}
.exampleInner p {
    margin-bottom: 1em;
}
.exampleList {
    width: 70%;
}
.exampleInner h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4em;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 0.8em;
}
.exampleInner h3 .small {
    font-size: 22px;
}
.exampleInner h3 span {
    font-size: 22px;
    display: block;
}
.redTextLarge {
    display: inline!important;
    font-size: 30px!important;
}
.exampleInner h4 {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 0.6em;
}
.exampleInner h4:before {
    background: url("../img/common/check.svg") no-repeat left center;
    background-size: 100% auto;
    width: 12px;
    height: 12px;
    content: '';
    display: inline-block;
    margin-right: 5px;
}
.peertutoringActual h4:before {
    display: none;
}
.exampleList ul {
    margin: 0 0 25px 17px;
}
.exampleList li {
    margin-bottom: 0.3em;
    margin-left: 1.5em;
    font-size: 14px;
    font-weight: normal;
    list-style-type: disc;
    padding-left: 0;
    text-indent: 0;
}
table {
    width: 100%;
    empty-cells: show;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
    line-height: 1.7em;
    border-top: 1px #999 solid;
    border-left: 1px #999 solid;
    margin-bottom: 30px;
}
table strong {
    font-size: 13px!important;
}
.exampleInner table small {
    font-weight: bold;
}
table th,
table td {
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px #999 solid;
    border-right: 1px #999 solid;
}
table th {
    font-weight: 600;
    text-align: center;
    background: #eee;
}
.threeLine th {
    width: 33.3333%;
}
.tsizeS {
    width: 30%;
}
.tsizeL {
    width: 70%;
}
.tsizeS2 {
    width: 40%;
}
.tsizeL2 {
    width: 60%;
}
.tsizeS3 {
    width: 20%;
}
.tsizeS strong,
.tsizeL strong {
    font-size: 120%!important;
}
.fs1n5 {
    font-size: 140%!important;
}
.fs1n5s {
    text-align: right!important;
}
.tCenter {
    text-align: center!important;
}
.hCenter {
    vertical-align: middle;
}
.fs1n5s strong,
.strongT strong {
    font-size: 120%!important;
    line-height: 1.5em;
}
.twoJoin {
    width: 66.6666%;
}
.wenessBG {
    background: #d8dfe9;
    color: #1f4781;
}
.wenessBG02 {
    background: #1f4781;
    color: #fff;
}
.three {
    width: 33.3333%;
}
.roadmap {
    width: 40%;
    margin: 0 auto;
}
.pagetop {
    text-align: right;
    width: 90%;
    margin: 10px auto 15px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.pagetop span {
    width: 45px;
    display: inline-block;
}
.pagetop:hover {
    opacity: 0.8;
}
.textMain p {
    margin-bottom: 1em;
    line-height: 2em;
}
.stepOut {
    margin-bottom: 20px;
}
.exampleLeft02 {
    background: #de0000;
    color: #fff;
    text-align: right;
    font-size: 25px;
    font-weight: 500;
    width: 270px;
    margin-right: 30px;
    padding: 30px 10px 10px 3%;
    display: block;
}
.exampleLeft03 span {
    background: #de0000;
    color: #fff;
    text-align: right;
    font-size: 25px;
    font-weight: 500;
    margin-right: 30px;
    padding: 40px 20px 20px 5%;
    display: inline-block;
}
.graphLarge {
    width: 80%;
    margin: 0 auto 40px;
}
.comment {
    background: #f5f5f5;
    margin: 0 auto;
    padding: 20px 5% 0;
    font-size: 0;
}
.commentPhoto {
    width: 18%;
    display: inline-block;
    vertical-align: top;
}
.commentName {
    width: 78%;
    display: inline-block;
    vertical-align: top;
    margin-left: 4%;
    margin-top: 15px;
}
.nameArea {
    font-size: 23px;
    line-height: 1.5em;
    font-weight: bold;
}
.nameArea span {
    font-size: 14px;
    vertical-align: baseline;
}
.comment h3 {
    font-size: 26px;
    line-height: 1.5em;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 0.3em;
}
.commentBottom {
    margin-top: 25px;
}
.commentBottom p {
    margin-bottom: 1em;
    line-height: 1.8em;
}
.teachers {
    margin: 30px auto 0;
}
.teachers h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.teachersOuter {
    margin-left: -2.3333%;
}
.teachersBox {
    width: 31%;
    margin-left: 2.3333%;
    margin-bottom: 25px;
    background: #fff;
    box-sizing: border-box;
    float: left;
}
.teachersBox h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 5px 25px;
    background: #004b96;
    color: #fff;
}
.teachersBox p {
    font-size: 13px;
    padding: 10px 25px 15px;
}
.smalltext {
    background: #888;
    padding: 5px 10px;
    font-size: 12px!important;
    color: #fff;
}
.largeT0 {
    width: 90%;
    margin: -15px auto 0;
}
.accessOuter {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 0;
}
#map_canvas {
    width: 62%;
    height: 500px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
}
.accessText {
    width: 35%;
    display: inline-block;
    vertical-align: top;
}
.accessText div {
    margin-bottom: 25px;
}
.accessText p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 1em;
}
.accessText span {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 0.3em;
    padding-bottom: 0.2em;
    border-bottom: 1px #ccc solid;
}
.formOuter {
    width: 60%;
    margin: -60px auto 40px;
}
.formtop {
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 15px 20px 0;
}
.formOuter p {
    font-size: 14px;
    line-height: 1.8em;
    padding-bottom: 1em;
}
.formOuter table {
    width: 100%;
    empty-cells: show;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.7em;
    border-top: none;
    border-left: none;
    margin-bottom: 20px;
}
.formOuter table th,
.formOuter table td {
    margin: 0;
    padding: 20px 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: none;
    border-right: none;
}
.spaceUD {
    padding: 20px 0 0!important;
}
.formOuter table label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
.essentiall {
    color: #de0000;
}
.essential {
    color: #de0000;
    font-size: 20px;
}
.attention {
    font-size: 12px;
    margin-left: 0.6em;
    font-weight: normal;
    vertical-align: baseline;
}
.largeText {
    font-size: 34px;
    font-weight: 500;
    display: inline-block;
    vertical-align: baseline;
}
.checkandradio {
    margin-top: 10px;
}
.checkandradio input {
    margin-bottom: 6px;
}
.checkandradio span {
    display: inline-block;
    margin-right: 1em;
}
.formOuter table input[type="text"],
.formOuter table input[type="password"],
.formOuter table textarea,
.formOuter table input[type="text"],
.formOuter table input[type="password"],
.formOuter table textarea {
    margin: 0;
    padding: 10px;
    border: none;
    border-bottom: 1px #999 solid;
    font-size: 14px;
    width: 97%;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.formOuter table input[type="text"]:hover,
.formOuter table input[type="password"]:hover,
.formOuter table textarea:hover,
.formOuter table input[type="text"]:focus,
.formOuter table input[type="password"]:focus,
.formOuter table textarea:focus {
    background: #f5f5f5;
    outline: 0;
}
.bggray {
    background: #f5f5f5;
}
.btnCenter {
    text-align: center;
}
#transmit,
#btnBack {
    margin: 0 1%;
    padding: 15px 10px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 180px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #de0000;
}
#btnBack {
    font-size: 13px;
    padding: 10px;
    width: 120px;
}
#transmit:hover,
#btnBack:hover {
    background-color: #bf0000;
}
.backToTop {
    text-align: right;
    margin-top: 50px;
}
.backToTop span:before {
    background: url("../img/common/back.svg") no-repeat left center;
    background-size: 100% auto;
    width: 16px;
    height: 10px;
    content: '';
    display: inline-block;
    margin-right: 5px;
}
table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse!important;
    border: none!important;
    margin-bottom: 20px!important;
}
table.formTable td,
table.formTable th {
    border: 1px solid #ccc!important;
    padding: 10px!important;
}
table.formTable td {
    width: 65%!important;
}
table.formTable th {
    width: 35%!important;
    font-weight: bold!important;
    background: #f5f5f5!important;
    text-align: left!important;
}
p.error_messe {
    margin: 5px 0!important;
    color: #de0000!important;
}
.error {
    font-size: 13px!important;
    margin-top: 5px!important;
    color: #de0000!important;
}
.recruitnav {
    text-align: center;
    font-size: 0;
    margin: 0 auto 80px!important;
}
.recruitnav li {
    font-size: 16px;
    display: inline-block;
    margin: 0 0 0.5em;
    background: #004b96;
}
.recruitnav li a {
    color: #fff;
    display: block;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 1em;
    position: relative;
}
.recruitnav li a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 6px;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.recruitnav li a:hover:after {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.stuffCell {
    margin-bottom: 60px;
    margin-top: -20px;
    padding-top: 20px;
}
.stuffCell h3 {
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 0.8em;
    padding-bottom: 0.3em;
    font-weight: bold;
    border-bottom: 1px #999 solid;
}
.stuffCell h4 {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 0.2em;
    font-weight: bold;
}
.stuffCell h4 span {
    padding: 2px 10px;
    display: inline-block;
    border: 1px #222 solid;
}
.stuffCell p {
    margin-bottom: 1.3em;
}
.btnOuterSingle .btnSmall {
    margin: 0 auto;
    width: 40%;
}
.shortsize {
    width: 40%!important;
}
.ppbox {
    border: 1px #222 solid;
    padding: 20px;
    text-align: center;
}
.ppbox a {
    text-decoration: underline;
}
#transmit:disabled {
    background: #ddd;
}
.select-box {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/common/allowbottom.svg') 95% center no-repeat #fff;
    background-size: 10px auto;
    border: 1px solid #999;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    text-indent: 5px;
    vertical-align: middle;
    width: 300px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.select-box:hover {
    background-color: #f5f5f5;
}
.select-box:focus {
    outline: 0;
}
.preparation {
    text-align: center;
}
.preparation p span {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    border: 1px #004b96 solid;
    color: #004b96;
    padding: 10px 20px;
}
.peertutoringInner {
    margin: 0 auto 50px;
}
.peertutoringActual h4 {
    font-size: 18px;
    margin-bottom: 0.7em;
}
.peertutoringInner strong {
    display: block;
    margin-bottom: 0.8em;
}
.peertutoringInner h5,
.evaluationReference {
    font-size: 13px;
    padding: 4px 6px;
    display: inline-block;
    border: 1px #222 solid;
    margin: 0.5em 0 1em;
}
.evaluationBlock {
    margin-top: 30px;
}
.evaluationBlock h3 {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 0.3em;
    font-weight: 500;
}
.evaluationPhoto {
    margin-top: 20px;
    padding: 15px;
    text-align: left;
}
.evaTitle {
    background: #004b96;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.evasBlock {
    border: 1px #222 solid;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
}
.evasBlock h3 {
    margin-bottom: 15px;
}
.evasBlock h3 span {
    font-size: 16px;
    background: #004b96;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
}
.evaluationPhoto p small {
    font-size: 11px;
}
.evasBlock h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 15px;
    padding: 5px 10px;
    background: #d6e0ef;
}
.evasBlock ul {
    margin-top: 0;
    margin-bottom: 30px;
}
.evasBlock li {
    font-weight: normal;
    font-size: 13px;
}
.evasBlock li strong {
    font-size: 13px;
}
.evasspace {
    margin: 0 1em;
}
.evasspace h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 5px;
}
.evasspace h5 span {
    display: inline-block;
    border: 1px #222 solid;
    padding: 0 10px;
}
.bottomOne {
    margin-bottom: 50px;
}
.piBlock {
    margin-bottom: 30px;
}
#whatsNewArea {
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    width: 265px;
    vertical-align: top;
    margin-left: auto;
    padding-bottom: 120px;
    float: right;
}
#whatsNewArea h2 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 0.6em;
    margin-left: 0.2em;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#whatsNewArea h2 span {
    text-align: right;
    font-size: 12px;
    text-decoration: underline;
    display: inline-block;
    margin-left: 1.5em;
    margin-right: 0.2em;
    margin-top: 3px;
    padding-left: 20px;
    background: url("../img/common/linkallow_white.svg") no-repeat left center;
    background-size: 14px auto;
    float: right;
}
#whatsNewArea h2 span a {
    color: #fff;
}
#whatsNewArea ul {
    clear: both;
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 15px 15px;
    max-height: 310px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 7px;
}
#whatsNewArea li {
    font-size: 12px;
    line-height: 1.4em;
    margin-top: 0.4em;
    padding-top: 0.4em;
    border-top: #999 solid 1px;
    overflow: hidden;
    *zoom: 1;
}
#whatsNewArea li:first-child {
    border-top: none;
    padding-top: 0;
}
#whatsNewArea li a {
    overflow: hidden;
    *zoom: 1;
}
#whatsNewArea ul .date {
    font-weight: normal;
    font-size: 11px;
    color: #666;
}
#whatsNewArea ul .wntest {
    display: block;
    font-weight: 500;
    color: #222;
}
.wntest strong {
    margin-right: 0.5em;
}
#whatsNewArea ul .wntest a {
    padding-left: 15px;
    background: url("../img/common/linkallow.svg") no-repeat left 6px;
    background-size: 12px auto;
    font-weight: 500;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
#whatsNewArea ul .wntest a:hover {
    opacity: 0.6;
    text-decoration: underline;
}
.new {
    display: inline-block;
    background: #de0000;
    font-size: 8px;
    line-height: 1em;
    padding: 2px 3px;
    vertical-align: baseline;
    color: #fff;
}

/* What's New */

#wsnListOuter {
    width: 70%;
    margin: -40px auto 30px;
    min-height: 350px;
}
.wsnCell {
    font-size: 0;
    position: relative;
    text-align: right;
    padding: 20px 0;
    border-bottom: 1px #ccc solid;
}
.wsnPhoto {
    width: 11%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.wsnPhoto a:hover {
    opacity: 0.7;
}
.wsnPhoto:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.wsnPhoto img {
    width: 100%;
    height: auto;
    line-height: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.wsnText {
    width: 87%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.dateList {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 0.3em;
    color: #666;
}
.wsnText h2 {
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    font-weight: bold;
}
.wsnText h2 a {
    padding-left: 15px;
    background: url("../img/common/linkallow.svg") no-repeat left 10px;
    background-size: 12px auto;
    text-decoration: underline;
}
.wsnText h2 a:hover {
    opacity: 0.7;
}
.wsnText a {
    font-weight: bold;
}
.wsnText p {
    font-size: 13px;
    line-height: 1.8em;
    margin-bottom: 0.5em;
}
.wsnText p,
.dateList {
    font-weight: 300;
}
#wsnPageOuter {
    width: 75%;
    margin: -40px auto 30px;
    text-align: center;
    min-height: 250px;
}
.backList {
    margin: 40px auto 0;
    text-align: right;
    font-size: 13px;
    line-height: 1.8em;
    margin-bottom: 0.5em;
}
.backList a {
    text-decoration: underline;
}
.backList span {
    background: url("../img/common/backlink.svg") no-repeat 0 center;
    background-size: 16px auto;
    padding-left: 20px;
}
.wsnpPhoto {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2.5%;
    box-sizing: border-box;
}
.wsnpTitle h1 span {
    font-weight: normal;
    font-size: 17px!important;
}
.wsnPageCell {
    font-size: 0;
}
.wsnpText {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2.5%;
    margin-left: 2.5%;
}
.wsnpText p {
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 0.8em;
    text-align: left;
    text-align: justify;
    /* 両端揃え */
    text-justify: inter-ideograph;
    /* 両端揃えの種類 */
}
#contentsBox {
    margin-bottom: 40px;
}
#contentsBox strong {
    font-weight: bold;
}
#contentsBox a {
    text-decoration: underline;
}
#mediaLink {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
}
#mediaLink li {
    text-decoration: underline;
    line-height: 1.4em;
    margin-bottom: 0.6em;
    padding-left: 1em;
    text-indent: -1em;
}
#mediaLink li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../img/common/linkmarkBlackRight.svg) no-repeat left top;
    background-size: 6px auto;
    margin-right: 5px;
}
#pagenation li,
#pagenation li a,
#next a,
#next,
.pagenation li,
.pagenation li a,
.next a,
.next,
.page-numbers,
.page-numbers a,
.nav-previous a {
    display: none!important;
    color: #f8f8f8!important;
    font-size: 0!important;
}
.listLoadMessage {
    font-size: 11px;
    line-height: 1.4em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin: 5px 0;
}
#infscr-loading {
    margin-top: 20px;
    text-align: center;
}
#infscr-loading img {
    width: 10%;
}