@charset "UTF-8";
/*--------------------------------------------------

    Title: html5doctor.com Reset Stylesheet v1.6.1
    Last Updated: 2010-09-17
    Author: Richard Clark - http://richclarkdesign.com

--------------------------------------------------*/
/*
//====================================================================
// Cascade Style Sheet　Web受注　モバイル用
//====================================================================
// 概  要	:
//
// コメント	:
//
// 修正履歴
//		日付		開発者			修正内容
// -------------------------------------------------------------------
//	1.	2019/06/24	CBA岩橋			備考の補足追加（テーマNo.1）
//	2.	2019/08/19	CBA岩橋			関連資料リンクの追加（テーマNo.4）
//====================================================================
*/
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;
}

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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

img {
  display: block;
}

input,
select {
  vertical-align: middle;
}

/*--------------------------------------------------

    Table Of Contents:
    基本スタイル設定
    ヘッダー
    フロー
    コンテンツ
    フッター

--------------------------------------------------*/
/* 基本スタイル設定 */
* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}

a,
input[type=submit] {
  color: #004ea2;
  cursor: pointer;
  text-decoration: underline;
}

body {
  background-color: #f0f0f0;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
}

.cf {
  overflow: hidden;
  *zoom: 1;
}

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

.cf:after {
  clear: both;
}

/* ヘッダー */
#header {
  background-color: #3c4c82;
  border-bottom: 2px solid #303c67;
  color: #fff;
}

#header div {
  border-bottom: 1px solid #868fa8;
  padding-bottom: 5px;
  min-height: 47px;
}

#header div h1 {
  float: left;
  font-size: 24px;
  font-weight: bold;
  margin: 8px 0 -6px 15px;
}

#header div nav {
  float: right;
  font-size: 11px;
  line-height: 15px;
  margin: 5px 10px 0;
}

#header div nav a {
  background: #445794 url(../img/ico_back_w.png) no-repeat 6px center;
  background-size: 11px 12px;
  border: 1px solid #848ca5;
  border-radius: 3px;
  box-shadow: 1px 1px 0 0 #354477 inset;
  color: #fff;
  display: block;
  padding: 5px 5px 5px 22px;
  text-decoration: none;
  width: 59px;
}

#header p {
  font-size: 15px;
  padding: 5.75px 15px;
}

/* フロー */
#flow {
  background-color: #dcdcdc;
  color: #b4b4b4;
  display: table;
  text-align: center;
  width: 100%;
}

#flow li {
  background: url(../img/bg_flow.png) no-repeat left center;
  background-size: 17px 100%;
  box-sizing: border-box;
  display: table-cell;
  height: 60px;
  padding: 9px 20px;
  vertical-align: middle;
  width: 33.3%;
}

#flow li:first-child {
  background: none;
}

#flow li.act {
  background-color: #4d83b0;
  color: #fff;
}

#flow li.act + li {
  background: url(../img/bg_flow_act.png) no-repeat left center;
  background-size: 13px 100%;
}

#flow li.flow02 {
  width: 33.4%;
}

/* コンテンツ */
#contents {
  background-color: #fff;
  padding-bottom: 90px;
  position: relative;
}

#contents > h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: -6px;
  padding: 34.5px 15px 0 50px;
  position: relative;
}

#contents > h1:after {
  border: 6px solid #75b6ee;
  border-radius: 12.5px;
  content: "";
  height: 13px;
  left: 15px;
  position: absolute;
  top: 40px;
  width: 13px;
}

#contents > h1 + p {
  margin: 14.5px 15px -3.5px 50px;
}

#contents > h2 {
  background-color: #e3f0fb;
  border-bottom: 1px solid #337dd9;
  border-top: 1px solid #337dd9;
  box-sizing: border-box;
  color: #5b91ce;
  display: table;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  padding: 4px 15px;
  width: 100%;
}

#contents > h2 span {
  display: table-cell;
  height: 61px;
  vertical-align: middle;
}

#contents > P {
  margin: 11.5px 15px -3.5px;
}

/* フッター */
#footer {
  line-height: 2.0;
  padding: 18.5px 15px;
}

#footer a {
  color: #666;
}

/*--------------------------------------------------

    Table Of Contents:
    フォーム
    ボックス
    ボタン
    テキストリンク

--------------------------------------------------*/
/* フォーム */
.commonForm {
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.commonForm > dd {
  border-bottom: 1px solid #ccc;
  padding: 0 15px 20px;
}

.commonForm > dd.type2 {
	border-bottom:none;
	padding: 0 15px 0;
}
.commonForm > dd.alert.type2 {
	margin: 0;
  padding-bottom: 10px;
}
.commonForm > dd.type3 {
	border-bottom:none;
	padding: 0 15px 0;
}
.commonForm > dd.alert.type3 {
	margin: 0;
  padding-bottom: 10px;
}

.commonForm > dd div {
  position: relative;
}

.commonForm > dd div img {
  margin-top: 20px;
}

.commonForm > dd div input[type=text],
.commonForm > dd div input[type=email] {
  float: left;
}

.commonForm > dd div select {
  float: left;
  margin-right: 10px;
}

.commonForm > dd div select:last-of-type {
  margin-right: 0;
}

.commonForm > dd div .txt,.commonForm > dd div .hyphen {
  color: #999;
  float: left;
  line-height: 50px;
  margin-top: 15px;
  text-align: center;
  width: 25px;
}

.commonForm > dd div:last-child select {
  margin-top: 20px;
}

.commonForm > dd input[type=text],
.commonForm > dd input[type=email],
.commonForm > dd select,
.commonForm > dd textarea {
  border: 1px solid #999;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 16px;
  height: 50px;
  margin: 15px 0 0;
  padding: 0 10px;
  width: 100%;
}

.commonForm > dd input[type=text].sizeS,
.commonForm > dd input[type=email].sizeS,
.commonForm > dd select.sizeS,
.commonForm > dd textarea.sizeS {
  max-width: 80px;
}

.commonForm > dd label {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 30px 0 0;
  overflow: hidden;
  padding-left: 40px;
  position: relative;
}

.commonForm > dd label input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: 30px 0 #fff;
  height: 30px;
  left: -30px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
}

.commonForm > dd label input[type=radio]:checked {
  box-shadow: none;
}

.commonForm > dd label:after {
  background-color: #888;
  border-radius: 50%;
  content: '';
  height: 18px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 18px;
}

.commonForm > dd label:before {
  border: 1px solid #888;
  border-radius: 50%;
  content: '';
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
  z-index: 2;
}

.commonForm > dd > p.note {
  color: #999;
  padding-top: 8px;
  /* margin: 11.5px 0 -3.5px; */
}

.commonForm > dd > p.txt {
  font-size: 16px;
  margin-bottom: -4px;
  padding-top: 11px;
}

/*---------1  ADD  Start----------------------------------------------*/
.commonForm > dd > p.comment {
	font-size: 14px;
	margin-bottom: -4px;
	padding-top: 11px;
}
/*---------1  ADD  End  ----------------------------------------------*/

.commonForm > dd > p.txt span {
  float: left;
}

.commonForm > dd select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fafafa url(../img/ico_select.png) no-repeat right center;
  background-size: 20px 6px;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4) inset;
}

.commonForm > dd textarea {
  height: 100px;
  padding: 10px;
}

.commonForm > dd.alert {
  background-color: #ffcece;
}

.commonForm > dd > p.err_class {
  font-size: 16px;
  margin-bottom: -4px;
  padding-top: 11px;
  color: #ff4c22;
}

.commonForm > dd + dd .required {
  /* margin: 15px 0 0 7px; */
  display: inline-block;
}

.commonForm > dd + dd .txt {
  padding-top: 16px;
}

.commonForm > dt {
  font-weight: bold;
  margin-bottom: -3.5px;
  padding: 16.5px 15px 0;
}

.commonForm > dt span {
  float: left;
}

.commonForm > dt.alert {
  background-color: #ffcece;
}

.commonForm .required {
  background-color: #ff4c22;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  margin: 3.5px 0 0 17px;
  padding: 0 2px;
  position: relative;
}

.commonForm .required:after {
  border: 7px solid transparent;
  border-right: 7px solid #ff4c22;
  content: "";
  left: -14px;
  position: absolute;
  top: 0;
}

/* ボックス */
.detailBox {
  border-bottom: 1px solid #ccc;
  padding: 0 15px 20px;
}

.detailBox p {
  margin: 11.5px 0 -3.5px;
}

.detailBox dd {
  margin: 11.5px 10px -3.5px;
}

.detailBox dt {
  background-color: #cbdff0;
  border-bottom: 1px solid #b3cadf;
  font-size: 16px;
  margin-top: 20px;
  padding: 3px 10px;
}

.detailBox dt:first-child {
  margin-top: 30px;
}

.detailBox div img {
  margin: 20px auto 0;
  /*width: 100%;*/
}

.detailBox div.lateral img {
  max-width: 290px;
}

.detailBox div.vertical img {
  max-width: 190px;
}

.listBox div {
  background-color: #e3f0fb;
  border-bottom: 1px solid #5b91ce;
  border-top: 1px solid #fff;
  display: table;
  font-size: 16px;
  width: 100%;
}

.listBox div:first-child {
  border-top: 1px solid #5b91ce;
  margin-top: 30px;
}

.listBox div a {
  color: #5b91ce;
  display: table-cell;
  height: 48px;
  padding: 10.5px 50px 10.5px 15px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}

.listBox div a:after {
  border-right: 2px solid #004ea2;
  border-top: 2px solid #004ea2;
  content: "";
  height: 14px;
  margin-top: -7.5px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: scaleY(0.9) rotate(45deg);
          transform: scaleY(0.9) rotate(45deg);
  width: 14px;
}

.postBox {
  background-color: #e7f4ff;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  font-size: 16px;
  left: -15px;
  opacity: 0;
  padding: 0 15px 20px;
  position: absolute;
  top: 56px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 100%;
  z-index: -1;
}

.postBox dd.close {
  color: #004ea2;
  font-size: 14px;
  margin: 16.5px 0 -3.5px;
  text-align: center;
  text-decoration: underline;
}

.postBox dd {
  background-color: #fff;
  margin-top: 15px;
  max-height: 441px;
  overflow: auto;
}

.postBox dd p {
  border-bottom: 1px solid #ccc;
}

.postBox dd p:first-child {
  border-top: 1px solid #ccc;
}

.postBox dd p a {
  color: #333;
  display: block;
  padding: 9.5px 15px;
  text-decoration: none;
}

.postBox dt {
  margin: 11px 0 -4px;
}

.postBox dt span.close {
  color: #004ea2;
  float: right;
  font-size: 14px;
  margin: 11.5px 0 -3.5px;
  text-decoration: underline;
}

.postBox:after {
  border: 12px solid transparent;
  border-bottom: 12px solid #e7f4ff;
  content: "";
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: -24px;
}

.postBox.act {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1.0;
  z-index: 9999;
}

.ruleBox {
  background-color: #dcdee5;
  padding: 0 15px 15px;
}

.ruleBox dd {
  background-color: #fff;
  margin-top: 15px;
  padding: 0 15px 15px;
}

.ruleBox dd div {
  font-size: 12px;
  margin-bottom: -3px;
  max-height: 54px;
  overflow: hidden;
  padding-top: 12px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.ruleBox dd > p {
  color: #004ea2;
  margin: 11.5px 0 -3.5px;
  text-align: center;
}

.ruleBox dd > p span {
  text-decoration: underline;
}

.ruleBox dt {
  margin-bottom: -3.5px;
  padding-top: 11.5px;
}

/* ボタン */
.formBtn {
  padding: 0 15px;
}

.formBtn a,
.formBtn input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #337dd9 url(../img/ico_link.png) no-repeat right center;
  background-size: 25px 19px;
  border: 2px solid #337dd9;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #30609c inset;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 50px;
  line-height: 46px;
  margin: 40px auto 0;
  max-width: 225px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.formBtn.sizeL input[type=submit] {
  background-image: none;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  line-height: 56px;
  max-width: 290px;
}

.grayBtn {
  background-color: #d4d4d4;
  border: 1px solid #777;
  border-radius: 3px;
  box-shadow: 1px 1px 0 0 #f2f2f2 inset;
  color: #666;
  line-height: 38px;
  margin-top: 20px;
  padding: 0 10px;
  text-align: center;
}

/* テキストリンク */
.backLink {
  margin: 36.5px 0 -3.5px;
  text-align: center;
}

.backLink a {
  background: url(../img/ico_back_b.png) no-repeat left center;
  background-size: 18px 20px;
  display: inline-block;
  padding-left: 25px;
}

#topLink {
  bottom: 10px;
  position: fixed;
  right: 10px;
  font-size: 0;
}

#topLink a {
  background-color: #f0f0f0;
  border: 1px solid #a0a0a0;
  border-radius: 20px;
  box-shadow: 0 0 3.5px rgba(100, 100, 100, 0.2);
  display: block;
  height: 38px;
  width: 38px;
  margin-bottom: 30px;
}

#topLink a:after {
  border-right: 2px solid #a0a0a0;
  border-top: 2px solid #a0a0a0;
  content: "";
  display: block;
  height: 14px;
  margin: 14px auto 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 14px;
}
/*---------2  ADD  Start----------------------------------------------*/
.detailLink {
	margin-top: 2em;
}
.detailLink h3{
	font-weight: bold;
}
.detailLink ul > li{
	padding-left: 1em;
}
/*---------2  ADD  End  ----------------------------------------------*/
.msgBox {
  font-size: 14px;
  font-weight: bold;
  color:#ff4c22;
  margin-bottom: -6px;
  padding: 34.5px 15px 0;
  position: relative;
}

.msgBox.hide {
  display:none;
}

dt.alert {
  overflow: hidden;
}

dd.alert > p.txt {
  color:#ff4c22;
}

/* reCAPTCHAを非表示 */
.grecaptcha-badge { visibility: hidden; }


/* .sectionConfirmContent .confirmContent {
  display: none;
} */

.confirmContent {
  margin: 20px 10px 0;
  padding: 24px 15px 30px;
  background-color: #f0f0f0;
}

.confirmContent .confirmContentLead {
  margin-bottom: 20px;
  color: #FF4C22;
}

.confirmContent .titleSection {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}

.confirmContent .sectionItem {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.confirmContent .sectionItem .sectionCtrl,
.confirmContent .sectionItem .sectionLabel
{
  display: table-cell;
  vertical-align: top;
}

.confirmContent .ctrlCheckbox {
  display: none;
}
.confirmContent .ctrlCheckbox + .triggerCheckbox {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background: #fff;
  vertical-align: -3px;
}

.confirmContent .ctrlCheckbox:checked + .triggerCheckbox:after {
  position: absolute;
  content: '';
  left: 37%;
  top: -30%;
  width: 30%;
  height: 100%;
  border: solid #888;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 2px 0;
  transform: rotate(37deg);
  -webkit-transform: rotate(37deg);
}

.confirmContent .sectionItem .sectionLabel
{
  width: 99%;
}

.promptOperation {
  display: none;
  margin-top: 16px;
  padding: 20px 24px;
  font-size: 16px;
  text-align: center;
}

.promptOperation .alert {
  color: #ff4c22;
  font-size: 18px;
  font-weight: bold;
}

#promptOperationAccept + .formBtn a,
#promptOperationAccept + .formBtn input[type=submit] {
  margin-top: 40px;
}

.sectionMaterialEmbed {
  margin: 40px auto 0;
  width: 100%;
}

.sectionMaterialEmbed iframe {
  display: block;
  margin: 0 auto 10px;
}