@charset "utf-8";

/* *******************************************************************
 SP SETTING
 ******************************************************************* */


/* ==============================================
 BASE
 ============================================== */

html {
    min-width: 320px;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-touch-action: none !important;
}

.pc_only {
    display: none !important;
}

.sp380_only {
    display: none;
}

.js_imgpc {
    display: none !important;
}

.js_imgsp {
    display: inline;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/* ==============================================
 IMG
 ============================================== */

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}


/* ==============================================
 ANCHOR
 ============================================== */

a {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}


/* ==============================================
 FORM
 ============================================== */

input[type="button"], , input[type="text"]input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="button"], , input[type="text"]input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}


/* ==============================================
 FontSize
 ============================================== */

* {
    font-size: 14px;
}

.merit__text p {
    font-size: 3.6vw;
    line-height: 1.4;
}


/*--  20px〜  --*/

.qabox h3 {
    font-size: 5vw;
}

.stuffing__text p {
    font-size: 4vw;
}

.stuffing__text span {
    font-size: 3vw;
}

.voice__titlebox .heading span {
    font-size: 3.5vw;
}

.contentheading {
    font-size: 4.7vw;
    /*font-size: 30px;*/
    font-weight: bold;
}

p {
    font-size: 3.6vw;
    text-align: left;
    margin: 0 20px;
}


/*--  30px〜  --*/

.voice, .voice span {
    font-size: 5.6vw;
    margin-bottom: 3%;
}


/*--  40px〜  --*/

.merit__number span {
    font-size: 8vw;
}

.flow__number span {
    font-size: 8vw;
}

.wh_board p {
    font-size: 3vw;
    font-weight: bold;
}

h3 {
    font-size: 3.8vw;
}


/* *******************************************************************
 LAYOUT
 ******************************************************************* */

.detailbox {
    margin-top: 8%;
}

.ma-text {
    margin-bottom: 4%;
}


/* ==============================================
 #container
 ============================================== */

#container {
    width: 100%;
    overflow: hidden;
}

#container .hgroup-inner, #container .hmv-inner, #container .content-section-inner, #container .fgroup-inner {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}


/* ==============================================
 #header
 ============================================== */

header {
    position: relative;
}

.header__shadow {
    position: absolute;
    bottom: 0;
    box-shadow: 3px 3px 8px #333;
    width: 100%;
    height: 1px;
}

.hgroup {
    display: none;
}

.hgroup__logobox {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.sphgroup__registration a {
    color: #966804;
    font-weight: bold;
    background-color: #fff43e;
    margin: auto;
    font-size: 4vw;
    width: 100%;
    padding: 6% 0;
    display: block;
    box-shadow: 0 5px 0 0 #e2d620;
    text-align: center;
}

.hgnav_pc-inner ul {
    display: flex;
    justify-content: center;
    width: 100%;
}

.hgnav_pc-inner li {
    flex: 2;
    position: relative;
}

.hgnav_pc-inner li:before {
    content: url(../images/PC/diagonal_line.png);
    position: absolute;
    left: 0;
    top: 0;
}

.hgnav_pc-inner li:last-child:after {
    content: url(../images/PC/diagonal_line.png);
    position: absolute;
    right: 0;
    top: 0;
}

.hgnav_pc-inner li a {
    color: #000;
    font-size: 15px;
    display: inline-block;
    vertical-align: bottom;
}

.sphgroup {
    padding: 2% 0 2.5%;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}

.sphgroup>div {
    display: inline-block;
    vertical-align: middle;
}

.sphgroup__logobox a span {
    font-size: 8px;
    font-weight: bold;
    height: 9px;
    display: block;
    line-height: 1.4;
    margin-top: -4px;
}

.sphgroup__logobox img {
    max-width: 178px;
    width: 100%;
}

.sphgroup__registrationbox {
    margin-right: 2%;
    width: 52.5%;
}

.sphgroup__menubox {
    width: 10%;
}

.sphgroup__registration {
    font-size: 19px;
}

#panel-btn {
    display: inline-block;
    position: relative;
    max-width: 50px;
    width: 100%;
    height: 100%;
    margin: 5px 0 10px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

#panel-btn:hover {
    background: #fafafa;
}

#panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 15%;
    width: 100%;
    height: 4px;
    margin: -18% 0 0 -15%;
    background: #3db0e0;
    transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #3db0e0;
    transition: .3s;
}

#panel-btn-icon:before {
    margin-top: -24%;
    height: 4px;
}

#panel-btn-icon:after {
    margin-top: 24%;
    height: 4px;
}

#panel-btn .close {
    background: transparent;
}

#panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
}

#panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.sphgroup__menubox {
    position: relative;
    top: 5px;
}

#open, #close {
    font-size: 2.5vw;
    position: absolute;
    bottom: -7vw;
    left: 3.5px;
    right: 0;
    margin: auto;
    color: #3db0e0;
}

.open_btn-on {
    display: none;
}

.close_btn {
    display: none;
}

.close_btn-on {
    display: block;
}

.spmenebox {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.spmenebox ul {
    position: absolute;
    width: 100%;
    background-color: #fff;
    display: none;
    z-index: 999;
}

.spmenebox li a {
    color: #26b1e0;
    border-top: solid 1px #e3e3e3;
    padding: 4% 0;
    display: block;
    width: 100%;
}

.spmenebox li:last-child a {
    border-bottom: solid 1px #e3e3e3;
}


.spmenebox li.company {
    padding: calc((7 / 750) * 100vw);
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
}
.spmenebox li.company a {
    color: #ffffff;
    background-color: #40b2df;
    border-bottom: 4px #2490bb solid;
}


.sphgroup__logobox {
    float: left;
    margin-left: 2.5%;
    width: 18%;
}

.top-text {
    text-align: center;
}


/* ==============================================
 #content
 ============================================== */

#content {
    width: 100%;
    *zoom: 1;
}


/* ==============================================
 メインビジュアル
 ============================================== */

.main_visual {
    width: 100%;
    background: url(../images/SP/main_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 16%;
}

.main_visual_inner {
    width: 100%;
    margin: auto;
}

.main_visual__rightbox {
    position: relative;
    padding-top: 19.5%;
    padding-bottom: 3px;
}

.wh_board {
    color: #fff;
    padding-bottom: 23%;
}

.stuffing__text {
    margin-bottom: 6%;
}

.main_registration__btn {
    color: #966904;
    background-color: #ffdd3e;
    margin: 0 auto;
    font-size: 4vw;
    width: 80%;
    padding: 18px 0;
    display: block;
    box-shadow: 0 5px 0 0 #cd9624;
    display: inline-block;
}

.main_registration__btn:hover {
    box-shadow: 0 0 0 0 #cd9624;
    margin-top: 5px;
    padding: 18px 0 13px;
}

.heading {
    font-size: 7vw;
    font-weight: bold;
}

.heading .bl__text {
    font-size: 14vw;
    color: #26b1e0;
}

.registration.top-mainbtn {
    position: absolute;
    bottom: -28%;
    width: 100%;
}


/* ==============================================
 メリット
 ============================================== */

.meritarea {
    background-image: url(../images/PC/wh_check_bg.png);
    padding: 20% 0 8%;
}

.merit__title {
    margin-bottom: 3%;
}

.merit__title img {
    vertical-align: bottom;
    width: 60%;
    margin-right: 5px;
}

.meritbox {
    width: 96%;
    margin: auto;
}

.meritbox__inner {
    background-image: url(../images/SP/meritbox.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    border-bottom: solid 1px #d3ecf6;
    margin-bottom: 6%;
}

.merit__number {
    color: #26b1e0;
    padding: 15px 0;
    line-height: 1.2;
    font-size: 3.1vw;
}

.merit__img {
    margin: 3% 0;
}

.merit__img img {
    vertical-align: middle;
    width: 22%;
}

.merit__text {
    margin: 2% 0 0;
    padding: 0 4% 8%;
    text-align: left;
}


/* ==============================================
 留学生
 ============================================== */

.main__imgbox {
    position: relative;
}

.main__voicebox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 16%;
}

.main__whitebox {
    color: #3db0e0;
    background-color: #fff;
    width: 55%;
    height: 20%;
    top: 15%;
    margin: auto;
    position: absolute;
    left: 4%;
    padding: 5.7% 0;
}

.main__whitebox p {
    font-weight: bold;
    font-size: 3.5vw;
}

.main__whitebox img {
    display: block;
    width: 6.25%;
}

.main__bluebox {
    color: #fff;
    background-color: #1ca9e4;
    width: 50%;
    padding: 6%;
    position: absolute;
    top: 47%;
    left: 6%;
}
.sh-blue {
    width: 45%;
}

.main__bluebox span {
    font-size: 3vw;
    position: relative;
    right: -15px;
}

.main__bluebox p {
    font-size: 2.7vw;
    font-weight: normal;
    text-align: right;
    line-height: 1.2;
    position: absolute;
    top: 13%;
    left: 0;
    margin-right: 0;
    margin-left: 2%;
}

.brackets-left {
    position: absolute;
    left: 14px;
    top: 14px;
}

.brackets-right {
    position: absolute;
    right: 14px;
    bottom: 40px;
}

.i-pc {
    display: none;
}

.i-sp {
    display: block;
}

.sp-box {
    top: 2%;
    padding-top: 4%;
    padding-bottom: 11%;
}

.sp-top-right {
    bottom: 26%;
}


/* ==============================================
 留学生
 ============================================== */

.publicity__titlebox {
    padding: 8% 0;
    margin-bottom: 30px;
    background-image: url(../images/PC/wh_check_bg.png);
    font-size: 3vw;
}

.publicity__titlebox h2 span {
    color: #fff;
    /* for modan browser */
    text-shadow:0px 1px 1px #1ca9e4,0px 0px 1px #1ca9e4,1px 0px 1px #1ca9e4,0px -1px 1px #1ca9e4,-1px -1px 1px #1ca9e4,-1px 0px 1px #1ca9e4;

    /* for IE */
    filter:dropshadow(color=#1ca9e4,offx=0,offy=1,positive=1),dropshadow(color=#1ca9e4,offx=0,offy=0,positive=1),dropshadow(color=#1ca9e4,offx=0,offy=-1,positive=1),dropshadow(color=#1ca9e4,offx=-1,offy=-1,positive=1),dropshadow(color=#1ca9e4,offx=-1,offy=0,positive=1);
    padding-right: 1%;
    font-size: 4.5vw;
}

.occupations {
    font-size: 3vw;
    color: #fff;
    background-color: #1ca9e4;
    padding: 2px 15px;
    margin-right: 25px;
    display: inline-block;
    vertical-align: 2px;
}


/* ==============================================
 先輩たちの声
 ============================================== */

.voicearea {}

.voice__titlebox {
    background-color: #3db0e0;
}

.voicebox {
    width: 96%;
    margin: 8% auto 4%;
}

.voice__titlebox .heading {
    color: #fff;
    line-height: 1;
    padding: 6% 0;
}

.voice__left {
    text-align: left;
    float: left;
    margin-top: 9%;
}
.sp-tho {
    margin-top: 4%;
}

.voice__right {
    text-align: left;
    margin-top: 9%;
}

.voice span {
    font-weight: bold;
    background-image: url(../images/PC/yellow_line.png);
    background-repeat: repeat-x;
    background-position: 70% 90%;
}

.voice__imgleft, .voice__imgright {
    width: 30%;
    display: inline-block;
}

.voice__imgleft {
    float: left;
    margin-right: 3%;
}

.voice__imgright img {
    position: relative;
    left: 7%;
}
img.senpai-th {
    position: relative;
    left: 15%;
}

.voice__content {
    margin-bottom: 6%;
}

.voice__textleft {
    width: 100%;
}

.voice__textleft:before {
    border-bottom: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    position: absolute;
    right: 16%;
    top: 0;
    top: -5vw;
    z-index: 999;
    border-width: 0vw 3.5vw 6vw 3.5vw;
}

.voice__textleft:after {
    border-bottom: 22px solid #3db0e0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    position: absolute;
    right: 16%;
    top: -6vw;
    border-width: 0vw 3.5vw 6vw 3.5vw;
}

.voice__textright {
    float: right;
    background-color: #fff;
    padding: 20px;
    position: relative;
    width: 100%;
}

.voice__textright:before {
    border-bottom: 20px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    position: absolute;
    left: 12%;
    top: -5vw;
    z-index: 999;
    border-width: 0vw 3.5vw 6vw 3.5vw;
}

.voice__textright:after {
    border-bottom: 20px solid #3db0e0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    position: absolute;
    left: 12%;
    top: -6vw;
    border-width: 0vw 3.5vw 6vw 3.5vw;
}

.voice__textleft, .voice__textright {
    background-color: #fff;
    border: solid 1px #3db0e0;
    padding: 4% 5%;
    margin-top: -4%;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    border-radius: 6px;
}

.voice__period {
    letter-spacing: -20px;
    margin-left: 0;
}

.voice__textleft p, .voice__textright p {
    margin-bottom: 20px;
}

.voice-text {
    font-size: 3.6vw;
}

.voice__ditailbox {
    text-align: center;
}

.voice__ditailbtn {
    color: #fff;
    background-color: #3db0e0;
    padding: 6% 0;
    display: block;
    width: 100%;
    margin: auto;
    letter-spacing: 2px;
    /*font-size: 23px;*/
    font-size: 3.6vw;
    box-shadow: 0 5px 0 0 #369ec9;
}

.voice__ditailbtn:hover {
    box-shadow: 0 0 0 0 #369ec9;
    margin: 25px auto -5px;
}

.lt_space {
    letter-spacing: -2px;
}


/* ==============================================
 紹介例
 ============================================== */

.introductionarea {
    background-image: url(../images/PC/polygon_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 8%;
}

.introduction__titlebox {
    padding: 8% 0 6%;
}

.introduction__titlebox .heading {
    line-height: .8;
}

.introduction__titlebox .heading span {
    font-size: 3.6vw;
    font-weight: normal;
}

.introductionarea .contentheading {
    text-align: left;
}

.introductionbox {
    width: 96%;
    margin: auto;
}

.introductionbox__content {
    width: 100%;
    background-color: #fff;
    margin-bottom: 2%;
}

.introductionbox__textbox {
    padding: 6% 4%;
    position: relative;
}

.introduction__img {
    position: relative;
}

.introduction__img:after {
    border-bottom: 20px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: '';
    margin-left: -10px;
    position: absolute;
    bottom: -4px;
    left: 40px;
    border-width: 0vw 3.5vw 6vw 3.5vw;
}

.introduction__text {
    margin-top: 20px;
    text-align: left;
    line-height: 1.2;
    font-size: 3.6vw;
    margin-left: 0;
}

.sp-interviw {
    color: #3db0e0;
    text-align: right;
    font-weight: bold;
    font-size: 3.3vw;
}

.sp-interviw span {
    font-weight: normal;
    font-size: 3.1vw;
}


/* ==============================================
 募集要項
 ============================================== */

.applicationarea {
    width: 96%;
    margin: auto;
}

.application_box {
    display: inline-block;
}

table {
    box-sizing: border-box;
    border: solid 1px #ccc;
    border-bottom: none;
}

.application_titlebox {
    margin: 50px 0 30px;
}

.application_titlebox h2 {
    line-height: 1;
    letter-spacing: 5px;
}

.application_titlebox h2 span {
    font-weight: normal;
    letter-spacing: 1px;
}

th {
    border-bottom: 1px solid #ccc;
    background: #e9f7fd;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    display: block;
    padding: 30px 0;
}

td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 8% 2%;
    width: 96%;
    display: block;
    text-align: center;
    font-size: 3.4vw;
}

tr:nth-child(4) td {
    border-bottom: 1px solid #ccc;
}
.applicationarea{
	margin: 0 auto 30px;
}

.caution {
    margin: 45px auto 30px;
    text-align: left;
    width: 1151px;
}

.cautionbox {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
}

.caution img {
    display: inline-block;
}

.caution p {
    display: inline-block;
    font-size: 4.8vw;
    font-weight: bold;
}

.square_box {
    margin-bottom: 50px;
}

.square_box img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}

.square_title {
    display: inline-block;
    font-size: 4.7vw;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-left: 0;
}

.square_text {
    margin-left: 0;
    margin-right: 0;
}


/* ==============================================
 Q&A
 ============================================== */

.qaarea {
    background-image: url(../images/PC/qa_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 8%;
}

.qa__titlebox {
    padding: 8% 0 4%;
}

.qabox {
    width: 96%;
    margin: auto;
    background-color: #fff;
    text-align: left;
    padding: 4% 2% 2%;
    box-sizing: border-box;
}

.qabox h3 {
    font-weight: bold;
    letter-spacing: 3px;
}

.qabox h3 span {
    display: inline-block;
    width: 80%;
    vertical-align: text-top;
    font-size: 4.2vw;
    font-weight: bold;
    color: #000;
}

.qa__img {
    vertical-align: middle;
    width: 15%;
    margin-right: 2%;
}

.qa__text {
    margin: 2% 2% 6% 17%;
    font-size: 3.6vw;
}

.drawing {
    display: block;
    margin: auto;
    max-width: 420px;
    width: 96%;
}

.drawing-bottom {
    margin-top: 8%;
    padding-bottom: 50px;
}


/* ==============================================
 お仕事開始までの流れ
 ============================================== */

.flowarea {
    margin: 0 auto 8%;
    width: 100%;
}

.flow__titlebox {
    padding: 8% 0 4%;
}

.flowarea:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

.flowarea .flowbox {
    color: #fff;
    padding: 15% 0 5%;
    margin: 0 auto 4%;
    width: 96%;
    background-color: #3db0e0;
    position: relative;
}

.flowarea .flowbox:first-child {
    padding: 10% 0 5%;
}

.flowarea .flowbox:nth-child(5) {
    background-color: #f6ba04;
}

.flowarea .flowbox:first-child:after {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.flowarea .flowbox:nth-child(5):before {
    display: none;
}

.flowarea .flowbox:nth-child(6):before {
    border-top: 12px solid #f6ba04;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    bottom: -3.8vw;
    border-width: 8vw 46vw 0vw 50vw;
}

.flowarea .flowbox:nth-child(6) {
    padding: 0;
}

.flowarea .flowbox:nth-child(6):after {
    content: "";
    display: none;
}

.flowarea .flowbox:after {
    border-top: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    border-width: 8vw 50vw 0vw 50vw;
}

.flowarea .flowbox:before {
    border-top: 12px solid #3db0e0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: "";
    z-index: 998;
    position: absolute;
    left: 0;
    bottom: -7.8vw;
    border-width: 8vw 46vw 0vw 50vw;
}

.flow__number, .flowbox__inner {
    display: inline-block;
    vertical-align: middle;
}

.flowbox__inner .contentheading span {
    font-size: 3vw;
}

.flow__number {
    width: 16%;
    margin-right: 2%;
}

.last-number {
    vertical-align: top;
    margin-top: 2%;
}

.text-number {
    vertical-align: baseline;
}

.first-number {
    vertical-align: text-bottom;
}

.step1 .first-number {
    vertical-align: middle;
}

.flowbox__inner {
    width: 70%;
}

.flow__number p {
    font-size: 3vw;
    line-height: 1;
}

.flow__number span {
    font-weight: bold;
}

.flowbox__inner .contentheading {
    margin: 0 0 4%;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: left;
}

.flow__text {
    text-align: left;
    line-height: 1.2;
}

.flow__text_top p {
    margin-left: 0;
}

.flow__number p {
    margin: 0 0 15px 0;
    text-align: center;
}


/* ==============================================
 会員登録
 ============================================== */

.registrationbox {
    background-image: url(../images/PC/bl_check_bg.png);
    padding: 6% 0 8%;
}

.registration__text span {
    color: #fff;
    font-size: 24px;
    margin: 0 5px 10px;
    display: inline-block;
}
.registration__text span.fontsmall {
  font-size: 16px
}
.registration__text span.fontsmall a {
  font-size: 16px;
  color: #fff;
}
.registration__text span.fontsmall a:hover {
  color: #fff;
  text-decoration: underline !important;
}

.registration__btn {
    color: #966804;
    font-weight: bold;
    background-color: #fff43e;
    margin: auto;
    font-size: 4.5vw;
    width: 95%;
    padding: 2.82% 0;
    display: block;
    box-shadow: 0 5px 0 0 #e2d620;
    letter-spacing: 5px;
}

.registration__btn:hover {
    box-shadow: 0 0 0 0 #cd9624;
    text-decoration: none;
    margin: 5px auto -5px;
}


/* ==============================================
 #footer
 ============================================== */

#footer {
    width: 100%;
    text-align: left;
}

.footer_inner {
    width: 1100px;
    margin: 25px auto 25px;
}

.footer_inner img {
    vertical-align: sub;
    margin-right: 10px;
}

.footer_inner .copyright {
    font-size: 13px;
    margin-left: 1%;
}


/* ==============================================
 #btn-pagetop
 ============================================== */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 2%;
    z-index: 999;
}

#page-top a {
    text-decoration: none;
    width: 50px;
    display: block;
}

#page-top a:hover {
    text-decoration: none;
}

#page-top img {
    width: 50px;
    height: auto;
}


/* ==============================================
 下層ページ
 ============================================== */

.right-img {
    margin-top: 3%;
    margin-bottom: 5%;
}

.publicity__imgbox {
    margin-bottom: 3%;
}

.sp-saff {
    margin-bottom: 4%;
}

.registration__text {
    text-align: center;
}


/* *******************************************************************
 SECTION THEME
 ******************************************************************* */
@media screen and (max-width:380px) {
    .sp380_only {
        display: block;
    }
}

.backnumber {
	background-color: #ffffff;
	border: #ddd solid 1px;
	width: 96%;
	margin: 0 auto;
	padding: 10px 0 10px 10px;
}