@charset "UTF-8";

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


#sp_content {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
    line-height: 2.4;
    letter-spacing: 1.5px;
    color: #383838;
}

/*==================top以外共通css=========================*/

/*---G-menu CSSスタート---*/

.shugi_gnav {
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    font-size: 14.5px;
}


.shugi_gnav li {
    list-style: none;
    position: relative;
    display: inline-block;
    line-height: 50px;
    z-index: 1;
}


.shugi_gnav > li > a {
    display: inline-block;
    margin: 0 13px;
    text-decoration: none;
    color: #555555;
    letter-spacing: 1.5px;
}

/*---G-menu ホバー---*/
.shugi_gnav > li > a:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 12px;
  background: #ffc3c3;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.shugi_gnav > li > a:hover::after {
  bottom: 12px;
  opacity: 0.4;
  visibility: visible;
  z-index: -1;
}


/*---ドロップダウン---*/
ul.shugi_menu_second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}



.shugi_menu_second-level li {
    width: 100%;
    list-style: none;
    background-color: #FEFEFE;
}

.shugi_menu_second-level li a {
    text-decoration: none;
    color: #555555;
    letter-spacing: 1.5px;
}

/*---ドロップダウンホバー---*/
.shugi_menu_second-level > li > a:after {
  position: absolute;
  bottom: 12px;
  left: 34%;
  content: '';
  width: 32%;
  height: 4px;
  background: #ffc3c3;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  opacity: 0;
}


.shugi_menu_second-level > li > a:hover::after {
    transform: scale(1, 1);
    opacity: 0.4;
}


.shugi_gnav > li.shugi_menu_single {
    position: relative;
}


li.shugi_menu_single ul.shugi_menu_second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.shugi_menu_single:hover ul.shugi_menu_second-level {
    visibility: visible;
    opacity: 1;
}

/*---/G-menu CSS終了---*/

#shugi_wrapper {
    width: 820px;
    margin: 5px auto;
}


.cate_lead_tx {
    text-align: center;
    line-height: 2.4;
    margin-top: 15px;
}


/*  ページ内リンクボタン
------------------------*/
.shugi_btn{
    margin: 40px 50px  80px;
}

.shugi_btn li {
    width: 205px;
    height: 60px;
    margin: 0 30px 18px 0;
    padding: 18px;
    box-sizing: border-box;
    float: left;
    line-height: 1.6;
}

.shugi_btn li:nth-child(3n) {
	margin-right: 0;
}


.shugi_btn li a {
	display: block;
	color: #555;
	font-weight: bold;
	font-size: 13px;
    text-decoration: none;
    letter-spacing: 1.5px;
    text-align: center;
     position: relative;
     border: 2px solid #eeeeee;
     border-radius: 10px;
     width: 205px;
     height: 60px;
     margin: 0 30px 18px 0;
     padding: 18px;
     box-sizing: border-box;
}


.shugi_btn li a.esp {
    line-height: 1.8;
    padding: 6px;
}


.shugi_btn li a:after {
	content: "";
	background: url(../cimages/shugi_special/shugi_btn_down.png) no-repeat;
	background-size: contain;
	width: 12px;
	height: 6px;
	position: absolute;
	right: 13px;
	top: 45%;
}

.shugi_btn li a:hover {
    background-color: #eeeeee;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

/*/ページ内リンクボタン終了
-------------------------*/

/*コンテンツ*/

section {
    margin-bottom: 80px;
}

hr {
    border: 0;
    height: 1px;
    background: #ddd;
}

#first_contents.anchor,
#second_contents.anchor,
#third_contents.anchor,
#fourth_contents.anchor,
#fifth_contents.anchor,
#six_contents.anchor {
    padding-top: 8px;
    margin-top: -8px;
}


.headtxt {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, serif;
    font-size: 22px;
    font-weight:normal;
    letter-spacing: 0.3em;
    color: #383838;
    margin: 20px auto;
    padding: 5px 0 5px 35px;
    position: relative;
    line-height: 1.8;
}

.headtxt::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    content: "";
    background: #c71c31;
}

#six_contents > .headtxt::before  {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    content: "";
    background: #718baa;
}

p.leadtxt {
    margin-bottom: 30px;
    padding: 0 18px;
    line-height: 2.4;
    letter-spacing: 1.5px;
}

.float_box > img {
    margin:10px auto;
}

#first_contents > .float_box {
    margin-bottom: -5px;
}

#first_contents > .float_box > P.leadtxt {
    float: left;
    width: 520px;
    margin-right: 10px;
}

#third_contents > .float_box > P.leadtxt {
    float: left;
    width: 410px;
    margin-right: 10px;
}


.img_flex {
    display: flex;
    margin: 0 0 20px;
}

.shugi_box {
    margin-right: 18px;
}

.shugi_box:last-child {
    margin-right: 0;
}

p.caption_txt {
    font-size: 12px;
    line-height: 2;
    padding:0 5px 0 10px;
}

p.caption_txt > strong {
    font-weight: bold;
}


/*--------------基礎知識ページテーブルレイアウト---------------------*/


.top_right {
    margin: -25px 0 5px 660px;
}


table.brwsr1 {
font-size: 12px;
margin: 5px 0 10px 80px;
border-spacing: 0px 1px;
}



table.brwsr1 th {
padding: 10px;
vertical-align: middle;
text-align: left;
color: #fff;
}

table.brwsr1 td {
padding: 12px;
vertical-align: middle;
text-align: left;
border-bottom: #555 1px dotted;
font-size: 12px;
}



table.brwsr1 th.r1 {
width: 140px;
background: #cc4f4f;
border-bottom: #000 1px dotted;
border-right: #555 3px double;
padding-left: 20px;
}

table.brwsr1 th.r2,
table.brwsr1 td.r2 {
width: 220px;
background: #fff;
text-align: center;
}


table.brwsr1 th.r2,
table.brwsr1 th.r3{
padding: 10px auto;
text-align: center;
color: #555;
background-color: #ffc3c3 !important;
border-bottom: #555 1px dotted;
}

table.brwsr1 th.r3,
table.brwsr1 td.r3 {
width: 220px;
border-left: #555 1px solid;
border-right: #555 1px solid;
background: #fff;
text-align: center;
}

.under_txt {
    margin: 0 0 80px 85px;
    font-size: 12px;
    color: #555555;
}



table.brwsr2 {
font-size: 12px;
margin: 5px 0 10px 80px;
border-spacing: 0px 1px;
}

table.brwsr2 th {
padding: 10px;
vertical-align: middle;
text-align: left;
color: #fff;
}

table.brwsr2 td {
padding: 12px;
vertical-align: middle;
text-align: left;
border-bottom: #555 1px dotted;
font-size: 12px;
}



table.brwsr2 th.r1 {
width: 140px;
background: #a9b7c8;
border-bottom: #555 1px dotted;
border-right: #555 3px double;
padding-left: 20px;
}

table.brwsr2 th.r2,
table.brwsr2 td.r2 {
width: 220px;
background: #fff;
text-align: center;
}


table.brwsr2 th.r2,
table.brwsr2 th.r3{
padding: 10px auto;
text-align: center;
color: #555;
background-color: #CEE0F7 !important;
border-bottom: #555 1px dotted;
}

table.brwsr2 th.r3,
table.brwsr2 td.r3 {
width: 220px;
border-left: #555 1px solid;
border-right: #555 1px solid;
background: #fff;
text-align: center;
}

.link_other {
    text-decoration: underline;
    font-weight: bold;
    color: #555;
}

.link_other:hover{
    opacity: 0.5;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}




/*==================topページ用css=========================*/

.btn_area,
.btn_area2 {
    margin: 65px auto;
    display:flex; 
}

/*.btn_area img,
.btn_area2 img {
    display: block;
}
*/
.s_top_img{
    display: inline-block;
    box-shadow: 2px 2px 4px #cccccc;
}


.txt_btn_area {
    margin-left: 30px;
    margin-top: 10px;
}

.title_txt {
    font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-align: center;
}

.btn_txt {
    margin-top: 5px;
    margin-bottom: 18px;
    line-height: 2.5;
}

.txt_btn_area a,
.txt_btn_area a:after {
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
    transition: all 0.3s;
}

.txt_btn_area a {
  background: none;
  border: 1px solid #383838;
  color: #383838;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 120px;
  margin: 5px auto 0;
  position: relative;
  z-index: 1;
}


.txt_btn_area a:before,
.txt_btn_area a:after {
  background: #000;
  content: '';
  position: absolute;
  z-index: -1;
}

.txt_btn_area a:hover {
  color: #fff;
}

/* BUTTON 2 */
a.btn-2:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

a.btn-2:hover:after {
  width: 100%;
}
/*btn終わり*/


.btn_area2 > .txt_btn_area {
    margin-right: 30px;
    margin-top: 10px;
}


.btn_area2 .float_btn {
    display: flex;
    margin-left: -10px;
    margin-top:-3px;
}

/*.top_obi {
    position: relative;
    margin: 20px auto 80px;

}
*/

/*.top_obi{
    width:820px;
    margin:100px auto 50px;
}

.top_line {
    margin:0 auto 15px;
    text-align: center;
    position: relative;
}

.top_line::before {
    position: absolute;
    top: 50%;
    left: 310px;
    right: 10px;
    height: 0;
    content: "";
    width: 200px;
    border-top: #c71c31 2px dotted;
}


.top_line > span.txt_line {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
    background: #fff;
    padding:0 8px 0 12px;
    position: relative;
    z-index: 1;
}



.pick_up_ttl {
    font-size: 20px;
    color: #383838;
    letter-spacing: 2.5px;
    text-align: center;
    line-height: 1;
    position: relative;
}

    

.contents_pickup {
    margin: 50px auto 50px;
}

.picup_box {
    float: left;
    width:400px;
    margin: 0 20px 50px 0;
}

.picup_box:nth-child(2n) {
    margin-right: 0;
}


.pickup_txt {
    padding: 0 10px;
    line-height: 2;
}

.pickup_txt > strong {
    font-weight: bold;
}

.contents_pickup a:hover {
    opacity: 0.5;
    transition: 0.3s;
}*/


/*==================/topページ用css終了=========================*/


/*==================表書きページ用css=========================*/

.table_kingaku {
    margin: -50px auto 60px;
    font-size: 16px;
}

.table_kingaku table {
    width: 100%;
    border-collapse: collapse;
}

.table_kingaku tr {
    text-align: center;
}

.table_kingaku th {
    padding: 13px 0 11px;
    text-align: center;
    background-color: #d8d8d8;
}

.table_kingaku td {
    padding: 10px 0 14px;
    border-top: 2px solid #ffffff;
    background-color: #f2f2f2;
    
}

.table_kingaku th + th,
.table_kingaku td + td {
    border-left: 2px solid #ffffff;
}

.omotegaki_sample > ul.s_link_btn {
    margin: 20px 10px;
    padding: 0 auto;
}

.omotegaki_sample ul.s_link_btn li{
    margin: 30px 8px 40px 0;
    display: inline-block;
}

.omotegaki_sample ul.s_link_btn li:last-child {
    margin-right: 0;
}

.omotegaki_sample ul.s_link_btn li a {
    text-decoration: none;
    color: #555555;
    position: relative;
}

.omotegaki_sample ul.s_link_btn li a:after {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: #ffc3c3;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.omotegaki_sample ul.s_link_btn li a:hover::after {
  bottom: -8px;
  opacity: 0.6;
  visibility: visible;
}

h3.sample_ttl {
    margin:20px 5px;
    padding: 5px 15px;
    border: 1px #c71c31 solid;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
}

dl.sample_waku{
    margin:0 10px 20px;
    padding: 10px 20px 20px;
    background:#F4F4F4;
    border-radius: 10px;
}

p.leadtxt2 {
    margin: 30px auto 30px;
    padding: 0 18px;
}

.sample_waku dt h4 {
    margin: 0 0 5px;
    font-weight: bold;
    display: inline-block;
    background: #F4F4F4;
}

.sample_waku dd {
    padding: 0 20px;
}


.om_box {
    margin-bottom: 100px;
}

.yellow-line {
    font-weight: bold;
    background:linear-gradient(transparent 60%, #fcff38 0%) ;
}


/*---------不祝儀-----------*/


.bushugi .headtxt::before  {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    content: "";
    background: #718baa;
}


.omotegaki_sample ul.s_link_btn_bushugi {   
    margin: 20px auto;
    padding: 0 290px;
}

.omotegaki_sample ul.s_link_btn_bushugi li{
    margin: 10px 8px 40px 0;
    display: inline-block;
}

.omotegaki_sample ul.s_link_btn_bushugi li:last-child {
    margin-right: 0;
}

.omotegaki_sample ul.s_link_btn_bushugi li a {
    text-decoration: none;
    color: #555555;
    position: relative;
}

.omotegaki_sample ul.s_link_btn_bushugi li a:after {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: #c4d7ee;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.omotegaki_sample ul.s_link_btn_bushugi li a:hover::after {
  bottom: -8px;
  opacity: 0.6;
  visibility: visible;
}

h3.sample_ttl_bushugi {
    margin:20px 5px 30px;
    padding: 5px 15px;
    border: 1px #718baa solid;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
}


/*==================ふくさページ用css=========================*/

.float_box2 {
    float:left;
}


.point-ex {
    display: flex;
    margin:10px 75px 80px; 
}

.point-ex2 {
    display: flex;
    margin: 10px 5px 45px;
}

.inner_box_fukusa {
    float: left;
    width: 400px;
}

.caption_txt_float {
    width: 250px;
    font-size: 12px;
    line-height: 2;
    padding:0 5px 0 10px;
}


/*=====================金封pick up用 CSS========================*/

/*---------------金封pick up only ページ内リンクボタン--------------------*/




.shugi_btn_4{
    margin: 40px 50px  25px;

}

.shugi_btn_4 li {
	width: 154px;
    height: 60px;
    margin: 0 20px 18px 0;
    padding: 18px;
	box-sizing: border-box;
	/*text-align: center;
	position: relative;
	border: 2px solid #eeeeee;*/
    float: left;
    line-height: 1.6;
/*    border-radius: 10px;*/
}

.shugi_btn_4 li:nth-child(4n) {
	margin-right: 0;
}


.shugi_btn_4 li a {
	display: block;
	color: #555;
	font-weight: bold;
	font-size: 13px;
    text-decoration: none;
    letter-spacing: 1.5px;
    text-align: center;
	position: relative;
	border: 2px solid #eeeeee;
    border-radius: 10px;
    width: 154px;
    height: 60px;
    margin: 0 20px 18px 0;
    padding: 18px;
    box-sizing: border-box;
}


.shugi_btn_4 li a:after {
	content: "";
	background: url(../cimages/shugi_special/shugi_btn_down.png) no-repeat;
	background-size: contain;
	width: 12px;
	height: 6px;
	position: absolute;
	right: 13px;
	top: 45%;
}

.shugi_btn_4 li a:hover {
    background-color: #eeeeee;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

/*------/ページ内リンクボタン終了-------------------------*/


.shugi_btn_online {
    margin: 50px 190px 70px;
    display: block;
    text-align: center;
}

.shugi_btn_online a {
 text-decoration: none;
 color: #383838;
 position: relative;
 z-index: 1;
}

.shugi_btn_online a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 10px;
  background: #e8f409;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .2s;
  opacity: 0;
  z-index: -1;
}

.shugi_btn_online a:hover::after {
    transform: scale(1, 1);
    opacity: 0.5;
}

.shugi_btn_online_2{
     margin: 50px 190px 70px;
    display: block;
    text-align: center;
}


.shugi_btn_online_2 a {
    text-decoration: none;
    color: #555555;
    position: relative;
    background: #eee;
    padding: 15px 20px;
    border-radius: 5px;
}

.shugi_btn_online_2 a:hover{
    opacity: 0.5;
    transition: .3s;
}









.s_pickup_ttl {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin: 0.1em 0 0.1em 1em;
}

.p_sample_ttl {
    margin: 0 0 20px 0;
    padding: 10px;
    font-size: 18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, serif;    
    letter-spacing: 5px;
    font-weight: normal;
    text-align: center;
    position: relative;
}

.p_sample_ttl::before,
.p_sample_ttl::after {
     position: absolute;
     left: 0;
     content: '';
     width: 100%;
     height: 6px;
     box-sizing: border-box;
}

.p_sample_ttl::before{
    top: 0;
    border-top: 2px solid #c71c31;
    border-bottom: 1px solid #c71c31;
}


.p_sample_ttl::after{
    bottom: 0;
    border-top: 1px solid #c71c31;
    border-bottom: 2px solid #c71c31;
}



.p_sample_ttl_2 {
    margin: 60px 0 20px 0;
    padding: 10px;
    font-size: 18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, serif;    
    letter-spacing: 5px;
    font-weight: normal;
    text-align: center;
    position: relative;
}

.p_sample_ttl_2::before,
.p_sample_ttl_2::after {
     position: absolute;
     left: 0;
     content: '';
     width: 100%;
     height: 6px;
     box-sizing: border-box;
}

.p_sample_ttl_2::before{
    top: 0;
    border-top: 2px solid #c71c31;
    border-bottom: 1px solid #c71c31;
}


.p_sample_ttl_2::after{
    bottom: 0;
    border-top: 1px solid #c71c31;
    border-bottom: 2px solid #c71c31;
}



.float_box_p p.leadtxt{
    float: right;
    width: 350px;
    margin-right: 10px;
}



/*--------------表書き拡大ボタン追加-----------------------*/



.col_omotegaki_btn {
   margin-left: 640px;
}

button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

.btn-l,
.btn-s {
    display: inline-block;
    font-size: 12px;
    border: solid 1px #555;
    padding: 2px 10px;
    color: #555;
    border-radius: 3px;
}

.btn-l{
    margin-right: 1em;
}

p.kakudai {
    margin: 0.5em 1em 0;
    line-height: 2.4;
    letter-spacing: 1.5px;
}



a.s_txt_link{
    color:#c71c31; 
    border-bottom:none;
}


a.s_txt_link:hover{
    color:#c71c31; 
}

/*--------New icon 1903追加------------*/

span.new-icon{
    font-size: 0.5em;
    color: #E1080C;
    margin-left: 0.5em;
}

span.new_icon_h3{
    font-size: 0.3em;
    font-weight: bold;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0.1em;
    color: #E1080C;
    position: absolute;
    top:13px;
}













