@charset "utf-8";
/* CSS Document */


/*===============================

    common

================================*/
div#cont { margin: 0;}

/* line-heightの上下の余白削除 */
.lineHeightCorp::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  width: 0;
}

.wrapper {
  box-sizing: border-box;
  font-family:"Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 20px auto 0;
  overflow:hidden;
  text-align: left;
  width: 1200px;
}

@media print {
.wrapper { font-family: '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif; }
}

.header { margin: 20px 0; }

.container {
  float: right;
  width: 730px;
}

.container p {
  font-size: inherit;
  line-height: inherit;
}

.box_section {}

.box_section + .box_section { margin-top: 80px; }

.box_section_inner { margin: 80px 0; }

/* 通常の段落 */
.txt_flat {}

.txt_flat + .txt_flat { margin-top: 20px; }

/*
    リンク
================================*/
.link_normal {
  color: #052674;
  text-decoration: none;  
}

.link_normal:hover {
  color: #005580;
  text-decoration: underline;
}


/*
    リスト
================================*/
/* 丸 */
.list_hasMarker {}

.list_hasMarker_item {
  padding-left: 1em;
  text-indent: -1em;
}

.list_hasMarker_item::before {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: .5em;
  margin-right: 5px;
  vertical-align: 2px;
  width: .5em;
}

/* 矢印 */
.list_arrow {}

.list_arrow-bgWhite {
  background-color: #fff;
  padding: 30px 20px;
}

.list_arrow_item {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.list_arrow_item + .list_arrow_item { margin-top: 10px; }

.list_arrow_item::before {
  border-top: 3px solid #27476e;
  border-right: 3px solid #27476e;
  content: "";
  display: inline-block;
  height: .5em;
  margin-right: 10px;
  transform: rotate(45deg);
  width: .5em;
}

.list_arrow_link {
  color: #333;
  text-decoration: none;
  transition: .3s;
}

.list_arrow_link:hover {
  color: currentColor;
  opacity: .6;
  text-decoration: none;
}

/* liに下線 */
.list_arrow_item.hasLine {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}


/* 点 */
.list_bullet { margin: 0 0 20px; }

.list_bullet_item {
  padding-left: 1em;
  text-indent: -1em;
}

.list_bullet_item + .list_bullet_item { margin-top: 5px; }



@media screen and (max-width:768px) {
  .wrapper { width: 100%; }

  #cont { margin: 0 10px; }

  .container {
    float: none;
    width: 100%;
  }
}/* @media */


/*===============================

    container_body

================================*/
/*
    キービジュアル
================================*/
.p_kvBox { margin-bottom: 30px; }
.p_kvBox img {
  display: block;
  height: auto;
  width: 100%;
}


/*
    見出し
================================*/
.heading_hasSubTtl {
  -ms-align-items: center;
  align-items: center;
  border-left: none;
  color: currentColor;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .3em;
  margin-bottom: 30px;
}

.heading_hasSubTtl > .heading_hasSubTtl_sub {
  display: inline-block;
  font-size: .8em;
  letter-spacing: .5em;
  padding: 0 120px;
  position: relative;
}

.heading_hasSubTtl > .heading_hasSubTtl_sub:before,
.heading_hasSubTtl > .heading_hasSubTtl_sub:after {
  content: '';
  display: inline-block;
  height: 1px;
  background-color: black;
  position: absolute;
  top: 50%;
  width: 85px;
}

.heading_hasSubTtl > .heading_hasSubTtl_sub:before { left: 0; }
.heading_hasSubTtl > .heading_hasSubTtl_sub:after { right: 0; }

/* 数字画像あり */
.heading_numbering {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 18px;
  margin-bottom: 30px;
}

.heading_numbering > span {
  -ms-align-items: center;
  align-items: center;
  border-left: 2px solid #27476e;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  letter-spacing: .3em;
  margin-left: 20px;
  padding-left: 25px;
}

@media screen and (max-width:599px) {
  .heading_numbering { align-items: center; flex-direction: column; }
  .heading_numbering > span { border-left: none; border-top: 2px dashed #27476e; margin: 20px 0 0; padding: 20px 0 0; }
}


/*
    intoroduciton
================================*/
.box_introduction {
  background-image: url("../../img/set/after_side_img.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-top: 20px;
  position: relative;
}

.box_introduction::before {
  content: "";
  display: block;
  padding-top: 94%;
}


.box_introduction_inner {
  background-color: #f0f6ff;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
  position: absolute;
  top: 0;
  right: 20px;
  width: 80%;
}

@media screen and (max-width:599px) {
  .box_introduction::before { content: none; }
  .box_introduction_inner { box-shadow: none; position: static; width: 100%; }

}


/*
    デコレーション
================================*/
.box_decoration {}

.box_decoration_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 -20px 20px;
}

.box_decoration_ttl {
  color: #27476e;
  font-size: 18px;
  font-weight: bold;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  margin: 0 20px;
  padding:0.25em 1em;
  position: relative;
  text-align: center;
}

.box_decoration_ttl::before,
.box_decoration_ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
}

.box_decoration_ttl::before {
  border-color: #27476e;
  border-style: solid;
  border-radius: 5px 0 0 5px;
  border-width: 4px 0 4px 4px;
  left: 0;
}

.box_decoration_ttl::after {
  border-color: #27476e;
  border-style: solid;
  border-radius: 0 5px 5px 0;
  border-width: 4px 4px 4px 0;
  right: 0;
}

/* 斜線 */
.box_decoration_content {
  background-image: repeating-linear-gradient(-45deg,#fff, #fff 48.5%, #27476e 49.5%, #27476e 50.5%, #fff 51.5%, #fff);
  background-size: 7px 7px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  width: 100%;
}

.box_decoration_content + .box_decoration_content { margin-top: 5px; }

.box_decoration_content::before {
  -ms-align-self: center;
  align-self: center;
  border: 10px solid transparent;
  border-left: 20px solid #27476e;
  border-right: 0;
  content: "";
  display: block;
  height: 0;
  margin: 0 15px;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
  width: 0;
}

.box_decoration_content_inner {
  -ms-align-items: center;
  background-color: #fff;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  font-size: 15px;
  letter-spacing: 0 !important;
  padding: 10px;
}

.box_decoration_content_inner:nth-of-type(1) {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
}

.box_decoration_content_inner:nth-of-type(2) {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
}


/*
    テーマコンテンツ
================================*/
.box_themeContents {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px;
}

.box_themeContents_txt {}

.box_themeContents_img { margin-left: 20px; }

@media screen and (max-width:599px) {
  .box_themeContents { align-items: center; flex-direction: column-reverse; }
}


/*
    クリップボード
================================*/
.box_clipboard {
  border: 3px solid #27476e;
}

.box_clipboard_ttl {
  background-color: #27476e;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .3em;
  line-height: 1;
  padding: 5px 0 8px;
  text-align: center;
}

.box_clipboard_linkBox {
  margin: 30px 45px;
}

.box_clipboard_linkBox_ttl {
  color: #27476e;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.box_clipboard_linkBox_ttl::after {
  content: "\f0c1";
  color: #ccc;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 10px;
}

.box_clipboard_linkBox_ttl > img {
  margin-right: 10px;
  vertical-align: bottom;
}

.box_clipboard_linkBox_contents {}

@media screen and (max-width:599px) {
  .box_clipboard_linkBox { margin: 20px; }
  .box_themeContents_img { margin-left: 0; }
}



/*
    フレーム
================================*/
.box_frame { margin-bottom: 50px; }

.box_frame::before {
  background-image: url("../../img/set/after_deco_top.jpg");
  background-position: top;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 50px;
  width: 100%;
}

.box_frame::after {
  background-image: url("../../img/set/after_deco_bottom.jpg");
  background-position: bottom;
  background-repeat: no-repeat;  
  content: "";
  display: block;
  height: 50px;
  width: 100%;
}


  .box_frame_inner {
  background-color: #f0f6ff;
  padding: 40px 20px;
}



/*
    flexbox
================================*/
.box_flex-full {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.box_flex-full_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.col_2 {
  width: 50%;
}

.col_3 {
  width: 33.333%;
}

.col_4 {
  width: 25%;
}


/* テーマ */
.box_themeImg {
  min-width: 200px;
}

.box_themeImg_img {}

.box_themeImg_img > img {}

.box_themeCircle {
  -ms-align-items: center;
  align-items: center;
  background-color: #fff5c2;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 200px;
  justify-content: center;
  margin: 40px auto 0;
  width: 200px;
}


.box_themeCircle_inner {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.box_themeCircle_inner img {
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width:599px) {
  .box_themeImg { margin: 0 auto 50px; }
}



 /*===============================

    Utility

================================*/
/* color */
.u_color-coral { color: #ff7f50 !important; }
.u_color-rouge { color: #ec2c43 !important; }
.u_color-crimson { color: #e6002d !important; }

/* display */
.u_d-b { display: block !important; }
.u_d-fx { display: flex !important; }

@media screen and (max-width: 599px){
  .u_res_d-n { display: none; }
  .u_res_d-b { display: block; }
}

/* float */
.u_fl-n { float: none !important; }
.u_fl-l { float: left !important; }
.u_fl-r { float: right !important; }

/* font-size */
.u_fz-xs { font-size: .75em !important; }
.u_fz-sm { font-size: .875em !important; }
.u_fz-md { font-size: 1em !important; }
.u_fz-lg { font-size: 1.25em !important; }
.u_fz-xl { font-size: 1.5em !important; }
.u_fz-sr { font-size: smaller !important; }
.u_fz-lr { font-size: larger !important; }

.u_fz10 { font-size: 10px !important; }
.u_fz11 { font-size: 11px !important; }
.u_fz12 { font-size: 12px !important; }
.u_fz13 { font-size: 13px !important; }
.u_fz14 { font-size: 14px !important; }
.u_fz15 { font-size: 15px !important; }
.u_fz16 { font-size: 16px !important; }
.u_fz17 { font-size: 17px !important; }
.u_fz18 { font-size: 18px !important; }
.u_fz19 { font-size: 19px !important; }
.u_fz20 { font-size: 20px !important; }

/* font-weigth */
.u_fw-b { font-weight: bold !important; }
.u_fw-n { font-weight: normal !important; }

/* line-height */
.u_lh-nm { line-height: normal !important; }
.u_lh-ih { line-height: inherit !important; }
.u_lh0 { line-height: 0 !important; }
.u_lh1 { line-height: 1 !important; }
.u_lh2 { line-height: 2 !important; }
.u_lh3 { line-height: 3 !important; }
.u_lh4 { line-height: 4 !important; }
.u_lh5 { line-height: 5 !important; }
.u_lh6 { line-height: 6 !important; }
.u_lh-xs { line-height: 1.25 !important; }
.u_lh-sm { line-height: 1.33 !important; }
.u_lh-md { line-height: 1.5 !important; }
.u_lh-lg { line-height: 1.75 !important; }
.u_lh-xl { line-height: 2 !important; }

/* padding */
.u_py0 { padding-top: 0 !important; padding-bottom: 0 !important; }

/* margin */
.u_mt0 { margin-top: 0 !important; }
.u_mt-a { margin-top: auto !important; }
.u_mt-xs { margin-top: 0.2rem !important; }
.u_mt-sm { margin-top: 0.5rem !important; }
.u_mt-md { margin-top: 1rem !important; }
.u_mt-lg { margin-top: 1.5rem !important; }
.u_mt-xl { margin-top: 3rem !important; }

.u_ml0 { margin-left: 0 !important; }
.u_ml-a { margin-left: auto !important; }
.u_ml-xs { margin-left: 0.2rem !important; }
.u_ml-sm { margin-left: 0.5rem !important; }
.u_ml-md { margin-left: 1rem !important; }
.u_ml-lg { margin-left: 1.5rem !important; }
.u_ml-xl { margin-left: 3rem !important; }

.u_mb0 { margin-bottom: 0 !important; }
.u_mb-a { margin-bottom: auto !important; }
.u_mb-xs { margin-bottom: 0.2rem !important; }
.u_mb-sm { margin-bottom: 0.5rem !important; }
.u_mb-md { margin-bottom: 1rem !important; }
.u_mb-lg { margin-bottom: 1.5rem !important; }
.u_mb-xl { margin-bottom: 3rem !important; }

.u_mr0 { margin-right: 0 !important; }
.u_mr-a { margin-right: auto !important; }
.u_mr-xs { margin-right: 0.2rem !important; }
.u_mr-sm { margin-right: 0.5rem !important; }
.u_mr-md { margin-right: 1rem !important; }
.u_mr-lg { margin-right: 1.5rem !important; }
.u_mr-xl { margin-right: 3rem !important; }

.u_my0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.u_my10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.u_my20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.u_my30 { margin-top: 30px !important; margin-bottom: 30px !important; }

.u_mt5 { margin-top: 5px !important; }
.u_mt10 { margin-top: 10px !important; }
.u_mt15 { margin-top: 15px !important; }
.u_mt20 { margin-top: 20px !important; }
.u_mt30 { margin-top: 30px !important; }
.u_mt50 { margin-top: 50px !important; }
.u_mt100 { margin-top: 100px !important; }

.u_mt-5 { margin-top: -5px !important; }
.u_mt-10 { margin-top: -10px !important; }
.u_mt-15 { margin-top: -15px !important; }
.u_mt-20 { margin-top: -20px !important; }
.u_mt-30 { margin-top: -30px !important; }
.u_mt-50 { margin-top: -50px !important; }
.u_mt-100 { margin-top: -100px !important; }

.u_mb5 { margin-bottom: 5px !important; }
.u_mb10 { margin-bottom: 10px !important; }
.u_mb15 { margin-bottom: 15px !important; }
.u_mb20 { margin-bottom: 20px !important; }
.u_mb30 { margin-bottom: 30px !important; }
.u_mb50 { margin-bottom: 50px !important; }
.u_mb100 { margin-bottom: 100px !important; }

.u_mb-5 { margin-bottom: -5px !important; }
.u_mb-10 { margin-bottom: -10px !important; }
.u_mb-15 { margin-bottom: -15px !important; }
.u_mb-20 { margin-bottom: -20px !important; }
.u_mb-30 { margin-bottom: -30px !important; }
.u_mb-50 { margin-bottom: -50px !important; }
.u_mb-100 { margin-bottom: -100px !important; }

.u_m-a { margin: auto !important; }

/* position */
.u_pos-r { position: relative !important; }
.u_pos-a { position: absolute !important; }

/* text-align */
.u_ta-c { text-align: center !important; }
.u_ta-r { text-align: right !important; }
.u_ta-l { text-align: left !important; }

/* text-indent */
.u_ti--1 { text-indent: -1em !important; padding-left: 1em !important; }
.u_ti-0 { text-indent: 0em !important; padding-left: 0em !important; }

/* text-decoration */
.u_td-n { text-decoration: none !important; }
.u_td-u { text-decoration: underline !important; }
.u_td-o { text-decoration: overline !important; }
.u_td-l { text-decoration: line-through !important; }

/* vertical-align */
.u_va-sup { vertical-align: super !important; }
.u_va-t { vertical-align: top !important; }
.u_va-tt { vertical-align: text-top !important; }
.u_va-m { vertical-align: middle !important; }
.u_va-bl { vertical-align: baseline !important; }
.u_va-b { vertical-align: bottom !important; }
.u_va-tb { vertical-align: text-bottom !important; }
.u_va-sub { vertical-align: sub !important; }

/* flexbox */
.u_ac-fs { align-content: flex-start !important; }
.u_ac-fe { align-content: flex-end !important; }
.u_ac-c { align-content: center !important; }
.u_ac-sb { align-content: space-between !important; }
.u_ac-sa { align-content: space-around !important; }
.u_ac-s { align-content: stretch !important; }
.u_ai-fs { align-items: flex-start !important; }
.u_ai-fe { align-items: flex-end !important; }
.u_ai-c { align-items: center !important; }
.u_ai-b { align-items: baseline !important; }
.u_ai-s { align-items: stretch !important; }
.u_as-a { align-self: auto !important; }
.u_as-fs { align-self: flex-start !important; }
.u_as-fe { align-self: flex-end !important; }
.u_as-c { align-self: center !important; }
.u_as-b { align-self: baseline !important; }
.u_as-s { align-self: stretch !important; }
.u_jc-fs { justify-content: flex-start !important; }
.u_jc-fe { justify-content: flex-end !important; }
.u_jc-c { justify-content: center !important; }
.u_jc-sb { justify-content: space-between !important; }
.u_jc-sa { justify-content: space-around !important; }
.u_fx0-1-a { flex: 0 1 auto !important; }
.u_fx1-0-a { flex: 1 0 auto !important; }
.u_fx1-1-a { flex: 1 1 auto !important; }
.u_fx0-0-a { flex: 0 0 auto !important; }
.u_fx1-0-0 { flex: 1 0 0% !important; }

/* order */
.u_ord0 { order: 0 !important; }
.u_ord1 { order: 1 !important; }
.u_ord2 { order: 2 !important; }
.u_ord3 { order: 3 !important; }
.u_ord4 { order: 4 !important; }
.u_ord5 { order: 5 !important; }
.u_ord6 { order: 6 !important; }
.u_ord9999 { order: 9999 !important; }
.u_ord-1 { order: -1 !important; }

/* table-layout */
.u_tbl-a { table-layout: auto !important; }
.u_tbl-f { table-layout: fixed !important; }

/* width */
.u_w350 { width: 350px !important; }
.u_w400 { width: 400px !important; }

.u_w40p { width: 40% !important; }
.u_w45p { width: 45% !important; }
.u_w50p { width: 50% !important; }
.u_w100p { width: 100% !important; }

.u_maW70p { max-width: 70% !important; }
.u_maW75p { max-width: 75% !important; }
.u_maW80p { max-width: 80% !important; }

.sp { display: none; }

@media screen and (max-width:599px){
  .res_sm_w100p { width: 100% !important; }
}
