@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受注　PC用
//====================================================================
// 概  要	:
//
// コメント	:
//
// 修正履歴
//		日付		開発者			修正内容
// -------------------------------------------------------------------
//	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;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

a:focus,
input[type=submit]:focus {
  outline: none;
}

a:hover,
input[type=submit]:hover {
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  opacity: 0.5;
}

body {
  background-color: #e6e6e6;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  text-align: justify;
  word-break: normal;
  word-wrap: break-word;
}

.cf {
  *zoom: 1;
}

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

.cf:after {
  clear: both;
}

/* ヘッダー */
#header {
  background-color: #3c4c82;
  border-bottom: 2px solid #303c67;
  color: #fff;
  min-height: 51px;
  padding: 0 20px 21px;
}

#header div {
  margin: 0 auto;
  max-width: 920px;
}

#header div h1 {
  float: left;
  font-size: 24px;
  font-weight: bold;
  margin: 16.8px 0 -7.2px;
}

#header div h1 span {
  border-left: 1px solid #868fa8;
  font-size: 20px;
  font-weight: normal;
  margin-left: 24px;
  padding-left: 24px;
}

#header div nav {
  float: right;
  font-size: 12px;
  line-height: 28px;
  margin: 21px 0 0 20px;
}

#header div nav a {
  background-color: #445794;
  border: 1px solid #848ca5;
  border-radius: 2px;
  box-shadow: 1px 1px 0 0 #354477 inset;
  color: #fff;
  display: block;
  padding: 0 10px;
  text-decoration: none;
}

#header div nav a:hover {
  background-color: #57689f;
  box-shadow: 1px 1px 0 0 #4a5785 inset;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1.0;
}

/* フロー */
#flow {
  background-color: #dcdcdc;
  color: #b4b4b4;
  font-size: 20px;
  padding: 0 20px;
  text-align: center;
}

#flow ul {
  display: table;
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
}

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

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

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

#flow ul li.act.flow01:after, #flow ul li.act.flow03:after {
  background-color: #4d83b0;
  content: "";
  height: 100%;
  left: 0;
  margin-left: -9999px;
  position: absolute;
  top: 0;
  width: 9999px;
}

#flow ul li.act.flow03.act:after {
  left: auto;
  margin: 0 -9999px 0 0;
  right: 0;
}

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

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

/* コンテンツ */
#contents {
  background-color: #fff;
  padding: 0 20px 20px;
}

#contents > div {
  margin: 0 auto;
  max-width: 920px;
}

#contents > div > h1 {
  background: url(../img/ico_circle.png) no-repeat left 50px;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: -9.6px;
  padding: 40.4px 0 0 48px;
}

#contents > div > h1 + p {
  font-size: 18px;
  margin: 18.6px 0 -5.4px 48px;
}

#contents > div > h2 {
  background-color: #e3f0fb;
  border-bottom: 1px solid #337dd9;
  font-size: 24px;
  font-weight: normal;
  margin-top: 40px;
  padding: 4.8px 24px;
}

/* フッター */
#footer {
  font-size: 14px;
  padding: 24.8px 20px;
}

#footer nav {
  margin: 0 auto;
  max-width: 920px;
}

#footer nav a {
  color: #666;
}

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

    Table Of Contents:
    テーブル
    ボックス
    ボタン
    テキストリンク
    IE8用

--------------------------------------------------*/
/* テーブル */
.commonTable {
  border-collapse: separate;
  border-right: 1px solid #ccc;
  margin-top: 40px;
  width: 100%;
}

.commonTable tr td {
  background-color: #fafafa;
  border-top: 1px solid #ccc;
  font-size: 14px;
  padding: 0 16px 20px;
  vertical-align: top;
}

.commonTable tr td > div div {
  float: left;
  margin: 10px 0 0 10px;
  position: relative;
}

.commonTable tr td > div input[type=text], 
.commonTable tr td > div input[type=email],
.commonTable tr td > div select {
  float: left;
  margin-right: 10px;
}

.commonTable tr td > div input[type=text].right,
.commonTable tr td > div input[type=email].right,
.commonTable tr td > div select.right {
  float: right;
  margin-right: 0;
}

.commonTable tr td > div > p {
  float: left;
  line-height: 28px;
  margin: 10px 10px 0 0;
}

.commonTable tr td > div > p.title_address {
  width:100px;
}

.commonTable tr td > div:first-child {
  margin-top: 10px;
}

.commonTable tr td input[type=text],
.commonTable tr td input[type=email],
.commonTable tr td select,
.commonTable tr td textarea {
  background-color: #fff;
  border: 1px solid #999;
  box-sizing: border-box;
  height: 28px;
  margin: 10px 0 0;
  max-width: 606px;
  padding: 0 5px;
  width: 100%;
}

#contents input[type=text].alert,
#contents input[type=email].alert{
  background-color: #ffcece;
}

.commonTable tr td input[type=text].sizeL,
.commonTable tr td input[type=email].sizeL,
.commonTable tr td select.sizeL,
.commonTable tr td textarea.sizeL {
  max-width: 510px;
}

.commonTable tr td input[type=text].sizeL2,
.commonTable tr td input[type=email].sizeL2,
.commonTable tr td select.sizeL2,
.commonTable tr td textarea.sizeL2 {
  max-width: 300px;
}

.commonTable tr td input[type=text].sizeM,
.commonTable tr td input[type=email].sizeM,
.commonTable tr td select.sizeM,
.commonTable tr td textarea.sizeM {
  max-width: 80px;
}

.commonTable tr td input[type=text].sizeS,
.commonTable tr td input[type=email].sizeS,
.commonTable tr td select.sizeS,
.commonTable tr td textarea.sizeS {
  max-width: 50px;
}

.commonTable tr td > p {
  margin: 5.8px 0 -4.2px;
}

.commonTable tr td > p label {
  cursor: pointer;
  margin-right: 20px;
}

.commonTable tr td > p label input[type=radio] {
  margin: -2px 10px 0 0;
}

.commonTable tr td > p:first-child {
  margin-top: 15.8px;
}

.commonTable tr td > p.note {
  color: #999;
}

.commonTable tr td select {
  cursor: pointer;
  padding: 0;
}

.commonTable tr td textarea {
  height: 104px;
}

.commonTable tr th {
  background-color: #cbdff0;
  border-bottom: 1px solid #b3cadf;
  border-top: 1px solid #fff;
  font-weight: normal;
  padding: 15.2px 24px;
  text-align: justify;
  vertical-align: top;
  width: 92px;
}

.commonTable tr th[rowspan="2"] {
  border-right: 1px solid #fff;
}

.commonTable tr th span {
  background-color: #ff4c22;
  color: #fff;
  float: right;
  font-size: 14px;
  line-height: 22px;
  margin: 1.8px 0 0 11px;
  padding: 0 4px;
  position: relative;
}

.commonTable tr th span:after {
  border: 11px solid transparent;
  border-right: 11px solid #ff4c22;
  content: "";
  left: -22px;
  position: absolute;
  top: 0;
}

/*---------1  ADD  Start----------------------------------------------*/
.commonTable tr th > p.note {
  font-size: 13px;
  display:block;
  width:233px;
}
/*---------1  ADD  End  ----------------------------------------------*/

.commonTable tr:first-child th {
  border-top: none;
}

.commonTable tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.commonTable tr.alert td input,
.commonTable tr.alert td textarea {
  background-color: #ffcece;
}


.commonTable tr td select.alert {
  border: 3px solid #ffcece;
}

.commonTable tr td textarea.alert{
  background: #ffcece;
}

.commonTable tr td input[type=radio].alert{
  box-shadow: 0 0 0 3px #ffcece;
}



/* ボックス */
.msgBox {
  margin-top: 40px;
  padding: 0 24px 24px;
}

.msgBox dd {
  display: list-item;
  list-style: disc;
  margin: 13.2px 0 -4.8px 40px;
}

.msgBox dt {
  background: url(../img/ico_alert.png) no-repeat left 22.5px;
  color: #ff4c22;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -5.4px;
  padding: 18.6px 0 0 20px;
}

.msgBox h2 {
  color: #337dd9;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: -7.2px;
  padding-top: 16.8px;
}

.msgBox p {
  margin-bottom: -4.8px;
  padding-top: 19.2px;
}

.msgBox.alert {
  background-color: #ffcece;
}

.msgBox.hide {
  display:none;
}

.msgBox.complete {
  background-color: #e7f4ff;
}

.msgBox.confirm {
  background-color: #dcdee5;
}

.msgBox.confirm p {
  font-size: 18px;
  margin-bottom: -5.4px;
  padding-top: 18.6px;
}

.detailBox div {
  float: left;
  width: 100%;
}

.detailBox div img {
  margin-top: 30px;
  width: 100%;
}

.detailBox div > p {
  margin: 25.2px 24px -4.8px;
}

.detailBox div td {
  background-color: #fff;
}

.detailBox div th {
  width: 142px;
}

.detailBox div:first-child {
  margin-right: 28px;
  max-width: 604px;
}

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

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

.inputBox {
  background-color: #fafafa;
  border: 1px solid #ccc;
  font-size: 14px;
  margin-top: 40px;
  padding: 0 23px 20px;
}

.inputBox div.line01 {
  margin-top: 24px;
}

.inputBox div.line01 div {
  float: left;
  margin-right: 16px;
  width: 174px;
}

.inputBox div.line01 p {
  float: left;
  margin-top: 32px;
}

.inputBox div.line02 {
  margin-top: 16px;
}

.inputBox div.line02 input[type=text] {
  float: left;
  background-color: #fff;
  border: 1px solid #999;
  box-sizing: border-box;
  height: 28px;
  margin: 0 20px 0 0;
  max-width: 606px;
  padding: 0 5px;
  width: 100%;
}

.inputBox div.line02 input[type=text].sizeL {
  max-width: 510px;
}

.inputBox div.line02 input[type=text].sizeM {
  max-width: 80px;
}

.inputBox div.line02 input[type=text].sizeS {
  max-width: 50px;
}

.inputBox div.line02 span {
  background-color: #ff4c22;
  color: #fff;
  float: left;
  font-size: 14px;
  line-height: 22px;
  margin: 3px 0 0 11px;
  padding: 0 4px;
  position: relative;
}

.inputBox div.line02 span:after {
  border: 11px solid transparent;
  border-right: 11px solid #ff4c22;
  content: "";
  left: -22px;
  position: absolute;
  top: 0;
}

.inputBox > p {
  margin: 15.8px 0 -4.2px;
}

.listBox {
  font-size: 0;
  margin: 12px -28px 0 0;
  overflow: hidden;
  text-align: left;
}

.listBox div {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  max-width: 316px;
  padding: 28px 28px 0 0;
  text-align: justify;
  vertical-align: top;
  width: 100%;
}

.listBox div a {
  background: #e3f0fb url(../img/bg_link.png) no-repeat right bottom;
  border: 1px solid #5b91ce;
  border-radius: 2px;
  color: #333;
  display: block;
  min-height: 169px;
  padding: 0 23px 23px;
  text-decoration: none;
}

.listBox div a:hover {
  background-color: #c1e3ff;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1.0;
}

.listBox div a p {
  margin: 11.8px 0 -4.2px;
}

.listBox div a p:first-child {
  color: #5b91ce;
  font-size: 18px;
  font-weight: bold;
  margin: 17.6px 0 -5.4px;
}

.postBox {
  background-color: #e7f4ff;
  border: 2px solid #337dd9;
  border-radius: 2px;
  box-shadow: 0 0 7px #d0d0d0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  left: 0;
  opacity: 0;
  padding: 0 22px 22px;
  position: absolute;
  top: 38px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 272px;
  z-index: -1;
}

.postBox dd {
  background-color: #fff;
  font-size: 14px;
  margin-top: 16px;
  max-height: 224px;
  overflow: auto;
}

.postBox dd a {
  color: #333;
  display: block;
  padding: 0 16px;
  text-decoration: none;
}

.postBox dd a:hover {
  background-color: #feeebb;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1.0;
}

.postBox dt {
  margin: 17.2px 0 -4.8px;
}

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

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

.ruleBox dl {
  margin: 0 auto;
  max-width: 920px;
}

.ruleBox dl dd {
  background-color: #fff;
  font-size: 12px;
  line-height: 22px;
  margin-top: 16px;
  max-height: 96px;
  overflow: auto;
}

.ruleBox dl dd p {
  margin: 7.5px 15px;
}

.ruleBox dl dt {
  font-size: 14px;
  margin-bottom: -4.2px;
  padding-top: 19.8px;
}

/* ボタン */
.formBtn a,
.formBtn input[type=submit] {
  background: #337dd9 url(../img/ico_link.png) no-repeat right center;
  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;
  font-weight: bold;
  height: 48px;
  line-height: 44px;
  margin: 50px auto 0;
  text-align: center;
  text-decoration: none;
  width: 215px;
}

.formBtn a:hover,
.formBtn input[type=submit]:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

.formBtn.sizeL input[type=submit] {
  background: #337dd9;
  font-size: 20px;
  height: 60px;
  line-height: 56px;
  padding: 0;
  width: 300px;
}

.grayBtn {
  background-color: #d4d4d4;
  border: 1px solid #777;
  border-radius: 3px;
  box-shadow: 1px 1px 0 0 #f4f4f4 inset;
  color: #666;
  cursor: pointer;
  line-height: 26px;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.grayBtn:hover {
  background-color: #acacac;
  box-shadow: 1px 1px 0 0 #a4a4a4 inset;
  color: #fff;
}

/* テキストリンク */
.backLink {
  font-size: 14px;
  margin: 35.8px 0 -4.2px;
  text-align: center;
}

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

.backLink:first-child {
  margin-top: 45.8px;
}

.topLink {
  font-size: 14px;
  margin: 55.8px 0 -4.2px;
  text-align: right;
}

.topLink a {
  background: url(../img/ico_pagetop.png) no-repeat left center;
  color: #666;
  padding-left: 17px;
  text-decoration: none;
}
/*---------2  ADD  Start----------------------------------------------*/
.detailLink {
	margin-top: 2em;
	padding: 0px 24px 0px 24px;
}
.detailLink h3{
	font-weight: bold;
}
.detailLink ul > li{
	padding-left: 1em;
}
/*---------2  ADD  End  ----------------------------------------------*/

/* IE8用 */
.ie8 .commonTable tr td {
  border: none;
  border-bottom: 1px solid #ccc;
}

.ie8 .commonTable tr:first-child td {
  border-top: 1px solid #ccc;
}




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

.confirmContent {
  width: 820px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
/*  padding: 20px 24px; */
  padding: 40px;
  background-color: #f0f0f0;
  box-sizing: border-box;
}

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

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

.confirmContent input {
  margin: 0;
  padding: 0;
}

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

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

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

.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: 20px;
  padding: 20px 24px;
  font-size: 16px;
}

.promptOperation .alert {
  background: url(../img/ico_alert.png) no-repeat 0 3px;
  color: #ff4c22;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 20px;
}

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