@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  position: relative;
  overflow:hidden;
}

#main-contents div.body {
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding:0 20px;
   margin: 0 auto;
   overflow: hidden;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.visual {
  background: url("../../_images/part-time/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/* ****************************************************************************************************
   * アルバイト申し込み
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 共通タイトル部
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.part-time .lead .title {
  position: relative;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  color:#320b1e;
}

.part-time .lead .title::after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 5px solid #f733a6;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.part-time .lead .title {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  color:#320b1e;
}

}

/* ----------------------------------------------------------------------------------------------------
   * サブタイトル
/* ------------------------------------------------------------------------------------------------- */

.part-time .lead .subtitle {
  font-size: 2.2rem;
  text-align: center;
  display:block;
  color: #f733a6;
  font-weight:bold;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.part-time .lead .subtitle {
  font-size: 2.0rem;
  display:block;
  color: #f733a6;
  font-weight:bold;
  text-align: center;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.part-time .lead .text {
  font-size: 1.6rem;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.part-time .lead .text {
  font-size: 1.6rem;
  text-align: left;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.part-time ul.layout-flex-2 {}

.part-time ul.layout-flex-2 li {
  text-align: center;
}


/* ****************************************************************************************************
   * リード文
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#part-time {
  position: relative;
  padding-top: 40px;
}

/* ****************************************************************************************************
   * アルバイト申し込みフォーム
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#form {
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
}

#form .message {
  text-align: center;
}
#form .message a {
  color: #f733a6;
  text-decoration: underline;
}
#form .message a:hover {
  color: #f733a6;
  text-decoration: none;
}

#form .message a.link {
  position: relative;
}
#form .message a.link::after {
  content: "";
  display: block;
  background: url("../../_images/_common/icon-detail-2.png") no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#form .message {
  text-align: left;
}
}

/* ----------------------------------------------------------------------------------------------------
   * フォーム
/* ------------------------------------------------------------------------------------------------- */

#form .form table {
  width: 100%;
  border:1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
#form .form table tr > th,#form .form table tr > td {
  padding: 1em;
  border-bottom: 1px solid #ccc;
}

table.default > tbody > tr > th[scope="row"] {
  background: none;
  color:#333333;
}
#form .form table > tbody > tr > td {
  background: none;
  border-color: #cccccc;
  border-radius: 0;
}

#form .form table th .hissu {
  float: right;
}

/* ----------------------------------------------------------------------------------------------------
   * フォーム項目
/* ------------------------------------------------------------------------------------------------- */

#main input {
  font: inherit;
  border: none;
  padding: .3em 1em;
  border-radius: 30px;
  background: #f3f2f5;
}
#main textarea {
  height: 10em;
  width: 100%;
  max-width: 100%;
  font: inherit;
  border: none;
  padding: .5em;
  border-radius: 30px;
  background: #f3f2f5;
}
#main input[name="age"],
#main input[name="zip"],
#main input[name="pref"] {
  width: 10em;
}
#main input[name="name"],
#main input[name="kana"],
#main input[name="tel"],
#main input[name="fax"],
#main input[name="company"] {
  width: 20em;
}
#main input[name="email"],
#main input[name="email2"],
#main input[name="addr"],
#main input[name="addr2"] {
  width: 100%;
}



#main .form-button {
  text-align: center;
  margin-top: 3rem;
}
#main .form-button > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5em;
}
#main .form-button > button {
  appearance: none;
  border:none;
}

#main .form-button .btn {
  position: relative;
  background: #f733a6 !important;
  cursor: pointer;
  padding: 15px 10px !important;
}
#main .form-button .btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: 0.2s right;
}


.hissu {
  width: auto;
  font-size: .85em;
  line-height: 1;
  display: inline-block;
  font-weight: normal;
  text-indent: 0;
  text-align: center;
  color: #fff;
  padding: .25em 1em .4em;
  background: red;
  border-radius: 40px;
}
table.default tr[require] th {
  text-indent: 45px;
}
table.default tr[require] th:after {
  content: '必須';
  width: 45px;
  font-size: .85em;
  line-height: 1;
  display: inline-block;
  float: right;
  font-weight: normal;
  text-indent: 0;
  text-align: center;
  color: #fff;
  padding: .25em 0 .4em;
  background: red;
}
