@charset "utf-8";
/*
Theme Name: Regist
Theme URI: https://regist.fo-fo
.jp/
Description: 専用テーマです。ご不明な点は作成者までご連絡ください。
Author: INTENSE
Author URI: http://www.intense-z.com/
Version: 1.0
*/
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0;font-weight:400}ins,mark{background-color:#ff9;color:#231815}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}img.bgmaximage{position:fixed!important}
/* 共通
*************************************************/
html {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	font-size: 62.5%;
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: 'Noto Sans JP', sans-serif;
}
body {
	width: 100%;
	min-height: 100%;
	font-size: 1.4rem;
	line-height: 2;
	margin: 0;
	padding: 0;
	background-color: #fff;
    color: #231815;
    -webkit-text-size-adjust: 100%;
}
h1, h2, h3 {
    line-height: 1.5;
    position: relative;
}
h1 { font-size: 2.0rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.6rem; }
p { margin: 1em 0; }
strong {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #fce47e 0%);
    display: inline;
    padding: 0 2px;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	line-height: 0;
    object-fit: contain;
}
table {
	text-align: left;
    border-collapse: collapse;
}
th,td {
}
th {}
a:link, a:visited {
	color: #231815;
  transition: .2s;
}
a:hover {
  color: #231815;
}
#wrapper {
  background-color: #fff;
  padding: 0;
}
.row {
	box-sizing: border-box;
	overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}
@media(min-width: 1024px) {
    .row {
        padding-left: calc( ( 100vw - 1024px ) / 2 );
        padding-right: calc( ( 100vw - 1024px ) / 2 );
    }
}
.col,
.col-2,
.col-3 {
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 0 16px;
    width: 100%;
}
@media(min-width: 768px) {
    .col-2 {
        width: calc( 100% / 2 );
    }
    .col-3 {
        width: calc( 100% / 3 );
    }
}
main {
    box-sizing: border-box;
    padding: 0 0 64px 0;
    width: 100%;
}
.table-wrap {
	margin: 16px 0 0 0;
	overflow: auto;
	white-space: nowrap;
}
.table-wrap::-webkit-scrollbar {
	height: 5px;
}
.table-wrap::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.table-wrap::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
img.alignleft {
}
img.alignright {
}
@media(min-width: 768px) {
    img.alignleft {
        width: calc(100% / 3);
        float: left;
        margin: .25em 32px 16px 0;
    }
    img.alignright {
        width: calc(100% / 3);
        float: right;
        margin: .25em 0 16px 32px;
    }
}
.link {
    text-align: center;
}
.link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 3px double #231815;
    text-decoration: none;
    padding: 0 1em;
    width: 50%;
    max-width: 414px;
    transition: .2s;
}
.link a:hover {
    background-color: #231815;
    color: #fff;
}
.title-border {
  display: flex;
  align-items: center;
  color: #fa3330;
}
.title-border:before,
.title-border:after {
    border-top: 1px solid #e06c52;
    content: "";
    flex-grow: 1;
}
.title-border:before {
    margin-right: 2rem;
}
.title-border:after {
    margin-left: 2rem;
}
#error404 {
    text-align: center;
}
#intro {
    text-align: center;
    padding: 32px 0 0 0;
}
#intro h1 {
    font-size: 2.4rem;
}
#global-footer {
    text-align: center;
    color: #999;
}
/* フォーム
***************************************************/
form {
    margin: 0 auto;
    width: 100%;
}
form h2 {
    margin: 64px 0 16px 0;
    padding: 4px 0 4px 8px;
    border-left: 8px solid #333;
}
form table {
    margin: 16px 0;
    overflow: hidden;
    border: 1px solid #ccc;
    width: 100%;
    background-color: #f7f7f7;
}
form table tr {
    border-bottom: 1px solid #ccc;
}
form table tr th {
    padding: 16px 8px 8px 8px;
    box-sizing: border-box;
    border: none;
    display: block;
    vertical-align: middle;
}
form table tr td {
    padding: 0 8px 16px 8px;
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    border: none;
    display: block;
    overflow: hidden;
}
form .required th::after {
    display: inline-block;
    content: "必須";
    font-size: 1rem;
    font-weight: normal;
    background-color: #d82400;
    color: #fff;
    margin: 0 0 0 1em;
    padding: 1px 4px;
    border-radius: 2px;
}
form input[type=text],
form input[type=number],
form input[type=email],
form input[type=url],
form input[type=submit],
select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form select {
    border: 1px solid #ccc;
    font-size: 1.6rem;
    padding: .5em;
    margin: 4px 0 0 0;
    line-height: 16px;
    width: 100%;
    box-sizing: border-box;
}
form input[type=text],
form input[type=number],
form input[type=url],
form input[type=email] {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: .5em;
    width: 100%;
    min-height: 44px;
}
form input[type=submit] {
    font-size: 1.6rem;
    padding: 1em 3em;
    display: flex;
    align-items: center;
    margin: 64px auto;
    cursor: pointer;
    transition: .2s;
    line-height: 1.5;
    border: 3px double #fff;
    background-color: #d89500;
    color: #fff;
    border-radius: 4px;
}
form input[type=submit]:hover {
    background-color: #d82400;
    color: #fff;
}
form input[type=checkbox] {
    position: relative;
}
form textarea {
    border: 1px solid #ccc;
    font-size: 1.6rem;
    padding: .5em;
    width: 100%;
    height: 10em;
    box-sizing: border-box;
}
form label {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.mwform-radio-field {
    float: left;
    margin-right: 16px;
}
form .checkbox {
    display: flex;
    flex-wrap: wrap;
}
form .name {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
form .name input:nth-of-type(1),
form .name input:nth-of-type(2) {
    width: 49%;
}
form .age input {
    width: 4em;
}
form .company-name {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
form .company-name input:nth-of-type(1) {
    margin: 0 0 8px;
}
form .zip input:nth-of-type(1) {
    width: 3em;
    margin: 0 .2em;
    display: inline;
}
form .zip input:nth-of-type(2) {
    width: 4em;
    margin: 0 0 0 .2em;
    display: inline;
}
form .tel input:nth-of-type(1) {
    width: 5em;
    margin: 0 .2em 0 0;
    display: inline;
}
form .tel input:nth-of-type(2) {
    width: 5em;
    margin: 0 .2em;
    display: inline;
}
form .tel input:nth-of-type(3) {
    width: 6em;
    margin: 0 0 0 .2em;
}
form .date input:nth-of-type(1) {
    width: 5em;
    margin: 0 .2em;
    display: inline;
}
form .date input:nth-of-type(2) {
    width: 3em;
    margin: 0 0 0 .2em;
}
form .date input:nth-of-type(3) {
    width: 3em;
    margin: 0 0 0 .2em;
}
form .radio label {
    margin: 0 2em 0 0;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
}
form .shop-url input {
    width: calc( 100% - 10em );
    margin: 0 .5em;
}
form .bank input {
    width: calc( 100% - 10em );
    margin: 0 .5em 0 0;
}
form #check {
    background-color: #f3f3f3;
    padding: 32px;
    overflow: hidden;
    text-align: center;
}
form #check label {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #d82400;
}
::-webkit-input-placeholder {
    color: #ccc;
}
form .address input:last-child {
    margin-top: 8px;
}
form table.normal {
    display: table;
    border: 1px solid #ccc;
    background-color: #fff;
}
form .account-number input {
    width: 8em;
}
form table.normal thead {
    background-color: #666;
    color: #fff;
}
form table.normal tbody {
    background-color: #fff;
}
form table.normal th,
form table.normal td {
    display: table-cell;
    padding: 8px;
    border: 1px solid #ccc;
    text-align: center;
}
form .notes {
    display: block;
    font-size: 1.2rem;
    color: #666;
}
form #agree {
    border: 3px double #d82400;
    overflow: hidden;
    padding: 16px;
    text-align: center;
    margin: 64px 0 0 0;
}
form #agree label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #d82400;
    color: #fff;
    min-height: 48px;
    font-size: 1.6rem;
    padding: 0 16px;
    border-radius: 4px;
}
form .error-message {
    clear: both;
    display: block;
    width: 100%;
    color: #d82400;
}
form .error-pink input,
form .error-pink textarea {
    background-color: rgba(255,0,0,.1);
}
@media (min-width: 768px) {
    form .required th::after {
        float: right;
        margin: 4px 0 0 0;
    }
    form .check {
        padding: 16px 0 0 0;
    }
    form table tr th {
        display: table-cell;
        white-space: nowrap;
        width: 30%;
        padding: 16px 16px 16px 16px;
    }
    form table tr td {
        display: table-cell;
        padding: 16px;
    }
    table#recruit-form tr th {
        white-space: normal;
    }
}
@media(min-width: 1024px) {
    form {
        width: 768px;
        margin: 0 auto;
    }
}
