@charset "UTF-8";
/* ===================================
タグマネージャー
=================================== */
/* ===================================
基本設定
=================================== */
html {
overflow-y: scroll;
}
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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
padding: 0;
margin: 0;
font-style: normal;
font-weight: normal;
}
li {
list-style: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
nav ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
content: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
/* change colours to suit your needs */
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}
/* change colours to suit your needs */
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
svg,
img {
max-width: 100%;
vertical-align: middle;
}
li {
list-style: none;
}
h1, h2, h3, h4, h5, h6, th, dt {
font-weight: inherit;
}
article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
display: block;
}
@media screen and (min-width: 1024px) {
:root {
--header-height: 6.875rem;
}
}
@media screen and (max-width: 1023px) {
:root {
--header-height: 4.25rem;
}
}
/* ===================================
共通
=================================== */
/* フォント */
body {
font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
select,
input,
button,
textarea {
font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media all and (-ms-high-contrast: none) {
body {
font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
}
}
/* ===================================
画面全体のレイアウト
=================================== */
/* 画面全体の表示設定 */
body {
color: #333;
text-align: center;
/* フォームエリアを中央に表示 */
}
/* フォームエリア全体の設定 */
div.container {
/* フォントの初期サイズ */
margin: 0 auto;
font-size: 16px;
/* 画面の中央に表示 */
text-align: left;
/* 左寄せ */
}
/* ===================================
設問エリアのレイアウト
=================================== */
/* 設問エリア全体の設定 */
div.wrapper {
width: 940px;
/* 画面の横幅 */
margin: 0 auto;
/* 中央に表示 */
}
/* 設問の行 */
tr.item {
border-bottom: 1px solid #c9c9c9;
}
/* 必要であれば行のデザインを設定することができます */
/*設問名のセルのデザイン */
td.label {
width: 200px;
/* 実際の設問名の文字の長さに合わせて調整してください */
padding: 12px 12px;
font-size: 16px;
font-weight: bold;
vertical-align: middle;
/* ラベルの配置 セルの上部に表示したい場合は top */
}
/* 設問の入力セルおよび表示セルのデザイン */
td.value {
width: 500px;
/* 入力コントロールの幅に合わせて調整してください */
padding: 12px 12px;
}
/* 設問の入力例/説明セルのデザイン */
td.comment {
padding-left: 10px;
color: DarkSlateGray;
font-size: 14px;
vertical-align: middle;
}
/* 入力セルの「氏」「名」の文字のデザイン */
span.label_name {
padding-right: 5px;
color: DarkSlateGray;
font-size: 85%;
font-weight: bold;
}
/* 入力確認画面、完了画面の入力された文字のデザイン */
p.value {
font-size: 110%;
}
/* ボタンの表示エリアの設定 */
div.button_area {
width: 940px;
padding: 10px 0 10px 0;
margin: 10px auto 10px auto;
/* ボタンとの上下の隙間のサイズ */
text-align: center;
/* 中央に表示、上下に10pxの余白 */
background: GhostWhite;
/* 中央にボタンを表示 */
}
/* 入力エラーメッセージのデザイン */
div.message {
padding: 5px 10px 5px 10px;
/* メッセージテキストと背景色の隙間のサイズ */
margin: 10px 13px 10px 13px;
color: OrangeRed;
/* 上 右 下 左 の隙間のサイズ */
font-size: 14px;
font-weight: bold;
background: LightYellow;
}
/* 公開終了メッセージのデザイン */
div.finished-message {
padding: 5px 10px 5px 10px;
/* メッセージテキストと背景色の隙間のサイズ */
margin: 10px 13px 10px 13px;
color: Crimson;
/* 上 右 下 左 の隙間のサイズ */
font-size: 14px;
font-weight: bold;
background: MistyRose;
}
/* ===================================
入力コントロールのデザイン
=================================== */
/* 確認/送信/戻る/登録ボタン */
input[type=button] {
/* ボタンの色 */
padding: 5px 10px 2px 10px;
/* ボタンの文字の 上 右 下 左 の隙間のサイズ */
margin: 0 10px 0 10px;
/* ボタンに枠線をつけたい場合は、ここを設定してください */
color: white;
font-size: 18px;
/* 文字の色 */
font-weight: bold;
background: SteelBlue;
/* 確認画面に表示される2つのボタンの左右の余白サイズ */
border: none;
}
input[type=button]:hover {
cursor: pointer;
}
/* 入力中のフィールドの背景色 */
/* それぞれの入力フィールドにカーソルが移動したときに背景の色が変わります。不要な場合は削除してください。 */
input[type="text"]:focus {
background-color: LightYellow;
}
/* テキストボックス */
select:focus {
background-color: LightYellow;
}
/* プルダウン */
textarea:focus {
background-color: LightYellow;
}
/* テキストエリア */
/* ===================================
必須項目のマークおよびメッセージなど
=================================== */
/* 必須項目のマーク */
span.required {
float: right;
margin-right: 4px;
color: OrangeRed;
font-size: 60%;
font-weight: bold;
}
span.required:after {
/* ここを編集することで表示されるマークを変更できます */
content: "※必須";
}
/* 必須項目についての説明文 */
p.required_msg {
margin-right: 4px;
color: OrangeRed;
font-size: 80%;
font-weight: bold;
text-align: right;
}
p.required_msg:after {
/* ここを編集することで表示されるマークを変更できます */
content: "「※必須」となっている項目は必ず入力してください。";
}
/* メールアドレスの再入力メッセージ */
p.label_mail {
margin: 5px 0 1px 0;
color: DarkSlateGray;
font-size: 85%;
font-weight: bold;
}
p.label_mail:after {
/* ここを編集することで表示されるメッセージを変更できます */
content: "確認のため、もう一度メールアドレスを入力してください";
}
/* ===================================
スマートフォン表示用のレイアウト
=================================== */
/* スマートフォンとして認識する画面の横幅のサイズ */
@media screen and (max-width: 479px) {
/* フォームエリア全体の設定 */
div.container {
width: 100%;
}
/* 設問エリア全体の設定 */
div.wrapper {
width: 100%;
}
/* 設問の表 */
table.items {
width: 100%;
}
/*設問名のセルのデザイン */
td.label {
float: left;
width: 95%;
height: 25px;
padding-top: 10px;
}
/* 必須項目のマーク */
span.required {
float: initial;
}
/* 設問の入力セルおよび表示セルのデザイン */
td.value {
float: left;
width: 95%;
/* 入力コントロールの幅に合わせて調整してください */
padding-bottom: 0;
}
/* 設問の入力例/説明セルのデザイン */
td.comment {
float: left;
width: 95%;
padding: 0 2px 10px 2px;
}
/* 設問の入力例/テキストボックス */
input[type="text"] {
width: 95% !important;
font-size: 120%;
}
/* 設問の入力例/テキストエリア */
textarea {
width: 95%;
height: 100px;
}
/* ボタンの表示エリアの設定 */
div.button_area {
width: 95%;
}
}
/* ===================================
上書き
=================================== */
input,
textarea,
select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
input,
textarea,
select {
*font-size: 100%;
}
textarea {
max-width: 440px;
}
table.items {
width: 100%;
border-collapse: collapse;
}
input[type="text"] {
height: 36px;
max-width: 400px;
padding: 0 .5em;
border: 1px solid #c9c9c9;
border-radius: 5px;
}
input[name="person_name_last"] {
margin-right: 10px;
}
select {
height: 36px;
}
@media screen and (max-width: 479px) {
select {
border: 1px solid #c9c9c9;
}
}
textarea {
padding: .5em .5em;
border: 1px solid #c9c9c9;
border-radius: 5px;
}
input[type=button] {
/* ボタンの色 */
padding: .5em 3em;
/* ボタンの文字の 上 右 下 左 の隙間のサイズ */
margin: 0 20px;
font-size: 24px;
/* 確認画面に表示される2つのボタンの左右の余白サイズ */
font-weight: bold;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #006ec8;
border-radius: 0;
}
@media screen and (max-width: 479px) {
input[type=button] {
padding: .5em 2em;
font-size: 20px;
}
}
#privacy_policy {
max-width: 940px;
margin-right: auto !important;
margin-left: auto !important;
}
div.button_area {
background: transparent;
}
@media screen and (max-width: 479px) {
td.comment {
float: left;
width: 95%;
padding: 4px 12px 10px 12px;
}
}
/* ===================================
カスタマイズ
=================================== */
body {
height: 100%;
background-color: #efefef;
}
svg, img {
max-width: 100%;
vertical-align: middle;
}
a {
color: #000;
text-decoration: none;
-webkit-transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
/*----------------------------------------------------
コンテナ
----------------------------------------------------*/
.l-container {
position: relative;
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 1366px;
}
@media screen and (max-width: 640px) {
.l-container {
padding-left: 5.3333333333vw;
padding-right: 5.3333333333vw;
}
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
.l-container {
padding-left: 5.3333333333vw;
padding-right: 5.3333333333vw;
}
}
@media screen and (min-width: 1024px) {
.l-container {
padding-left: 9.7364568082vw;
padding-right: 9.7364568082vw;
}
}
@media screen and (min-width: 1367px) {
.l-container {
padding-left: 133px;
padding-right: 133px;
}
}
/* -----------------------------------------------
l-header
-----------------------------------------------*/
.l-header {
height: 8.75rem;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-ms-flex-pack: justify;
margin-right: auto;
position: relative;
z-index: 9999;
}
.l-header-logo {
margin-left: 1.5rem;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: left;
justify-content: left;
width: 23.43rem;
}
.l-header-logo a {
display: block;
}
.l-header-logo a:nth-child(1) {
width: 48%;
}
.l-header-logo a:nth-child(2) {
width: 44%;
}
.l-header-logo a img {
transition-duration: .25s;
}
.l-header-logo a:hover img {
opacity: .75;
}
.l-header-head {
display: flex;
align-items: center;
margin-right: auto;
}
@media screen and (max-width: 1023px) {
.l-header {
height: 4rem;
display: block;
}
.l-header-logo {
width: 12.5rem;
margin-left: 1rem;
margin-right: auto;
display: flex;
align-items: center;
margin-right: auto;
}
.l-header-head {
/* display: block;
width: 100%;
}
.l-header-head > div { */
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
width: 100%;
height: 100%;
}
}
@media screen and (max-width: 640px) {
.l-header {
height: 3rem;
}
.l-header-logo {
width: 10rem;
margin-left: 1rem;
}
}
/* -----------------------------------------------
l-footer
-----------------------------------------------*/
.l-footer-top-logo {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: left;
justify-content: left;
}
.l-footer-top-logo a:nth-child(1) {
width: 38%;
display: block;
}
.l-footer-top-logo a:nth-child(2) {
width: 35%;
display: block;
}
.l-footer-top-logo a img {
transition-duration: .25s;
}
.l-footer-top-logo a:hover img {
opacity: .5;
}
.l-footer-btm {
color: #FFF;
background-color: #18344c;
padding: 2.375rem 0;
}
.l-footer-btm-in {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.l-footer-btm-left {
width: 40%;
display: flex;
align-items: center;
}
.l-footer-btm-right {
width: 60%;
text-align: right;
}
.l-footer-btm-nav ul {
text-align: right;
margin-bottom: 2rem;
}
.l-footer-btm-nav ul li {
display: inline-block;
padding-left: 2rem;
}
.l-footer-btm-nav ul li a {
font-size: 0.875rem;
color: #FFF;
}
.l-footer-btm-nav ul li a:hover {
color: #23AEEA;
}
.l-footer-btm-copyright {
font-size: 1rem;
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
/* .l-footer-top {
padding: 2rem 0 2.5rem;
}
.l-footer-top-in {
margin: 0;
}
.l-footer-top-title {
font-size: 2.75rem;
}
.l-footer-top-sub {
font-size: .825rem;
}
.l-footer-top-text {
font-size: .825rem;
}
.l-footer-top-contact {
margin-bottom: 1rem;
}
.l-footer-top-contact dt {
font-size: .875rem;
}
.l-footer-top-contact ._sub {
font-size: 0.725rem;
} */
.l-footer-top-btn a {
font-size: 1rem;
padding: 1rem 0;
}
.l-footer-btm-nav ul li {
padding-left: .5rem;
}
.l-footer-btm-nav ul li a {
font-size: 0.625rem;
color: #FFF;
}
.l-footer-btm-copyright {
font-size: 0.725rem;
}
}
@media screen and (max-width: 640px) {
/* .l-footer-top {
background-image: url(../img/common/bg_footer_sp.webp);
padding: 2rem 0 2rem;
}
.l-footer-top-in {
margin: 0 1rem;
}
.l-footer-top-left {
width: 100%;
margin-bottom: 2rem;
}
.l-footer-top-right {
width: 100%;
}
.l-footer-top-title {
font-size: 2.5rem;
}
.l-footer-top-sub {
font-size: .725rem;
margin-bottom: 1rem;
}
.l-footer-top-text {
font-size: 1rem;
}
.l-footer-top-contact {
margin-bottom: 1.25rem;
}
.l-footer-top-contact dt {
font-size: .875rem;
}
.l-footer-top-contact ._btn {
margin-bottom: 0.75rem;
}
.l-footer-top-contact ._sub {
text-align: center;
font-size: 0.75rem;
}
.l-footer-top-btn a {
font-size: 1rem;
padding: 1rem 0;
}
.l-footer-top-btn a span {
padding-left: 1.75rem;
background-size: 1.25rem;
} */
.l-footer-btm {
padding: 1.75rem 0;
}
.l-footer-btm-left {
width: 100%;
margin-bottom: 1rem;
}
.l-footer-btm-right {
width: 100%;
}
.l-footer-btm-nav ul {
text-align: left;
margin-bottom: 1.5rem;
}
.l-footer-btm-nav ul li {
display: inline-block;
padding-left: 0;
margin-bottom: .5rem;
margin-right: 1rem;
}
.l-footer-btm-nav ul li a {
font-size: .75rem;
color: #FFF;
}
.l-footer-btm-copyright {
font-size: .75rem;
text-align: center;
}
}
/*----------------------------------------------------
l-aside
----------------------------------------------------*/
.l-aside-pagetop__link {
position: fixed;
right: 20px;
bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 58px;
height: 58px;
border-radius: 100%;
background: #18344C;
border: 2px solid #fff;
}
.l-aside-pagetop__link ._svg {
margin-top: 6px;
stroke: #fff;
}
.l-aside-pagetop__link:hover {
background-color: #fff;
border: 2px solid #18344C;
}
.l-aside-pagetop__link:hover ._svg {
stroke: #18344C;
}
.is-bottom .l-aside-pagetop__link {
bottom: auto;
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
.l-aside-pagetop__link {
right: 0.625rem;
bottom: 0.625rem;
width: 2.5rem;
height: 2.5rem;
border: 1px solid #fff;
}
.l-aside-pagetop__link ._svg {
width: 1rem;
height: auto;
margin-top: 0.375rem;
}
}
プライバシーポリシーに同意の上、送信してください。
同意して送信すると、Cookieにより当社のWebサイト上における閲覧履歴と個人情報を紐付けて把握、分析する場合があります。