@charset "utf-8";

/*▼▼▼リセットcss▼▼▼*/
/*
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;
}
/*▲▲▲リセットcss▲▲▲*/

/* ▼header Cartアイコン▼ */
    .header-bar {
        background:#d54c46;
        padding:10px;
        margin-bottom:20px;
        height: 26px;
    }
    .container-headbar{
        width: 880px;
        margin-right: auto;
        margin-left: auto;
    }
    .cart-icon {
        width:auto;
        height:auto;
        float: right;
    }
    .cart-icon ul {
        display: -webkit-flex;
        display: flex;
    }
    .cart-icon p {
        font-size:20px;
        text-align:right;
        color:#fff;
    }
    .cart-icon p, a {
        text-decoration: none;
    }
@media only screen and (max-width: 640px){
    .container-headbar {
        width: 96%;
        margin-right: 2%;
        margin-left: 2%;
    }
    .cart-icon p {
        position: relative;
        top: 8px;
    }
}
/* ▲header Cartアイコン▲ */

.container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
img {
	display: block;
}
p {
	font-family: "Noto Sans JP";
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
}
h1 {
	font-family: "Noto Serif JP";
	font-size: 29px;
	font-weight: 700;
	text-align: center;
	height: 70px;
	line-height: 70px;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
}
h2 {
	font-family: "Noto Sans JP";
	font-size: 26px;
	line-height: 45px;
	height: 45px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 8px;
	border: 1px solid #000000;
}

h3 {
	font-family: "Noto Sans JP";
	font-size: 23.5px;
	font-weight: 700;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #000000;
	color: #D44C46;
    margin-bottom: 22px;
	clear: both;
}
h4 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 1em;
}
hr{
	margin-top: 10px;
}
p.intro {
	text-align: center;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 60px;
}
p.intro02 {
	text-align: center;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}
p.intro03 {
	text-align: center;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 10px;
}
p.intro04 {
	text-align: center;
	line-height: 30px;
	font-weight: 500;
	margin: 10px 0 10px 0;
}

.call-text {
text-align: center;
    height: 60px;
    border-bottom: 1px solid #aaa;
    width: 100%;
    /*width: 500px;*/
    margin: 0 auto;
}
.call-text.border-none {
    border-bottom: 0;
	margin-bottom: 50px;
}
.call-text.border-none_fujieda {
    border-bottom: 0;
	margin-bottom: 80px;
}
.call-text p {
	font-family: "Noto Serif JP";
	font-weight: 400;
}
.call-text .place {
    font-size: 29px;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
}
.call-text .place span {
   font-size: 16px;
    margin: 0 20px;
    position: relative;
    top: -4px;
}
.call-text .tellnumber {
    font-size: 42px;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
}
.content {
    margin: 0 auto;
    display: block;
    width: 680px;
    overflow: hidden;
}
.content .leftbox, .content .rightbox  {
	float: left;
}
.content .rightbox  {
	margin-left: 30px;
  width: 267px;
}
.content p.text {
    margin-top: 10px;
}
.content input, select {
    border-radius: 5px;
    border-color: #aaaaaa;
    border-style: solid;
}
.content .leftbox img {
	margin-bottom: 40px;
  height: auto;
}
p.price {
	color: #D44C46;
	font-size: 22.6px;
	margin: 10px 0;
	font-weight: 700;
}
p.price span {
    font-size: 15.5px;
    color: #ffffff;
    background-color: #D44C46;
    padding: 0px 7px 2px;
    vertical-align: bottom;
    margin-right: 16px;
}
.cart-button {
	margin-top: 20px;
	margin-bottom: 50px;
    width: 246px;
}
.rightbox.height370px {
    height: 370px;
}
.rightbox p.title {
	font-size: 19px;
	font-weight: 700;
}
img.cart-button:active {
    opacity: 0.5;
}
.flow-area {
	clear: both;
    height: 560px;
}
.flow-area .title {
	color: #CC5E90;
	font-size: 22px;
	font-weight: 700;
	font-family: "Noto Sans JP";
	height: 53px;
	line-height: 53px;
	border: 3px solid #CC5E90;
	text-align: center;
	margin-bottom: 24px;
    letter-spacing: 2px;
}
.flow01, .flow02, .flow03, .flow04, .flow05, .flow06, .flow07 {
	font-size: 19.54px;
	font-family: "Noto Sans JP";
	color: #ffffff;
	height: 39px;
	line-height: 39px;
	letter-spacing: 1px;
    font-weight: 700;
}
.flow-area .leftbox {
	width: 520px;
    margin-left: 80px;
}
.flow-area .rightbox {
	padding-top: 60px
}
.flow-area .leftbox, .flow-area .leftbox, .flow-linebox {
	float: left;
}
.flow-linebox {
	height: 400px;
}
.flow-linebox img {
	position: relative;
    top: 201px;
    width: 17.5px;
    height: auto;
}
span.oswald {
	font-family: 'Oswald', sans-serif;
	border-right: 1px solid #ffffff;
	margin-right: 10px;
	padding: 0 10px;
	font-size: 18px;
	font-weight: normal;
}
.flow01 {
    background-color: #D2A971;
}
.flow02 {
    background-color: #CCAD7E;
}
.flow03 {
    background-color: #C3B08C;
}
.flow04 {
    background-color: #BAB399;
}
.flow05 {
    background-color: #AFB5A6;
}
.flow06 {
    background-color: #A3B6B2;
}
.flow07 {
    background-color: #94B7BE;
}
p.notice {
	font-size: 13px;
	line-height: 18px;
}
p.notice02 {
	font-size: 13px;
	line-height: 18px;
	margin-top:116px;
}
.notice-box {
	border: 2px solid #AFB5A6;
	display: inline-block;
    margin-top: 8px;
	padding-bottom: 10px;
}
.notice-box .title {
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	background-color: #AFB5A6;
	border: 0;
	color: #ffffff;
	margin-bottom: 0;
	width: 176px;
	display: inline-block;
	letter-spacing: 1px;
}
.notice-box .notice {
	text-align: center;
}
.flow-triangle {
width: 0;
height: 0;
border-style: solid;
border-width: 10px 6px 0 6px;
margin-left: 35px;
margin-bottom: 12px;
}
.flow-triangle.triangle01 {
	border-color: #D2A971 transparent transparent transparent;
}
.flow-triangle.triangle02 {
	border-color: #CCAD7E transparent transparent transparent;
}
.flow-triangle.triangle03 {
	border-color: #C3B08C transparent transparent transparent;
}
.flow-triangle.triangle04 {
	border-color: #BAB399 transparent transparent transparent;
}
.flow-triangle.triangle05 {
	border-color: #AFB5A6 transparent transparent transparent;
}
.flow-triangle.triangle06 {
	border-color: #A3B6B2 transparent transparent transparent;
}
.notice-box .flow-triangle {
	border-color: #AFB5A6 transparent transparent transparent;
	margin: 0 auto 6px;
	text-align: center;
}
.content .leftbox img.marbottom80px {
    margin-bottom: 80px;
}
.content-border {
	border: 1px solid #D44C46;
	padding: 10px;
	width: 600px;
    margin: 0 auto 16px;
	clear: both;
}
.content-border .content img {
    margin-bottom: 0;
}
.content-border .rightbox .margintop50px {
	margin-top: 50px;
}
/* ▼▼▼弔電・供物のご注文▼▼▼ */
p.info-title {
	font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.info-list {
	font-size: 20px;
    font-family: "Noto Sans JP";
	width: 640px;
    margin: 0 auto 30px;
}
.info-list dt, .info-list dd {
	display: inline-block;
	margin-bottom: 11px;
}
.info-list dt {
	width: 140px;
	height: 42px;
	line-height: 42px;
	background-color: #e2e2e2;
	text-align: center;
}
.info-list dd {
	width: 500px;
	height: 42px;
	line-height: 42px;
	background-color: #efefef;
	padding-left: 1em;
	box-sizing: border-box;
}
.cart-intro-area {
	background-color: #F8E4DD;
    font-family: "Noto Sans JP";
    padding: 40px 0 50px;
}
.cart-intro-area .inner-container {
	width: 640px ;
	margin: 0 auto;
}
.cart-intro-area .title {
	color: #D44C46;
	font-size: 26.6px;
	text-align: center;
	font-weight: 700;
    margin-bottom: 45px;
}
.cart-intro-area .title:before {
    background-image: url(../images/cart.png);
    content: "";
    margin-right: 14px;
    position: relative;
    top: -3px;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}
.cart-intro-area p.intro {
    margin-bottom: 30px;
}
td {
	border: 1px solid #000000;
	background-color: #ffffff;
	height: 110px;
	vertical-align: middle;
	text-align: center;
}
td img {
	display: inline-block;
    vertical-align: middle;
}
tr.item td{
	background-color: #D44C46;
	opacity:0.7;
	color: #ffffff;
	text-align: center;
	height: 46.5px;
}
.choose-button, .procedure-button {
	background-color: #D44C46;
	width: 312px;
	height: 59px;
	line-height: 59px;
    font-family: "Noto Sans JP";
	font-size: 22.5px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	letter-spacing: 2px;
}
.choose-button:active, .procedure-button:active {
	opacity: 0.5;
}
.choose-button a, .procedure-button a {
	color: #ffffff;
	text-decoration: none;
}
.procedure-button {
	margin-left: 14px;
}
p.total {
	text-align: right;
	font-size: 26px;
	font-weight: 500;
    margin: 20px 0 50px;
}
.change-button {
	background-color: #007698;
    color: #ffffff;
    border: 1px solid #666;
    border-radius: 2px;
    margin-left: 6px;
}
input.change-button:active {
    border-style: inset;
    opacity: 0.5;
    border: 1px solid #666;
}
td.left-border-none {
	border-left: none;
}
td.right-border-none {
	border-right: none;
}
.align-left {
	text-align: left;
}
.padding12px {
	padding: 12px;
	line-height: 22px;
}
/*▼タブ切り替えcss▼*/
/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 64px;
  width: 622px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
    width: calc(97%/4);
    height: 92px;
    background-color: #d44c46a6;
    line-height: 30px;
    font-size: 22.5px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    display: block;
    float: left;
    transition: all 0.2s ease;
    margin-right: 1%;
    padding-top: 16px;
    box-sizing: border-box;
}
.tab_item.fujieda_item {
    width: calc(98%/3);
}
.tab_item.condolence_item {
    width: calc(99%/2);
}
.tab_item span{
    font-size: 19.8px;
    display: block;
}
label.tab_item:last-of-type {
    margin-right: 0;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 8px 0 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#box1:checked ~ #content01,
#box2:checked ~ #content02,
#box3:checked ~ #content03,
#box4:checked ~ #content04 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #D44C46;
  color: #fff;
}
/*▲タブ切り替えcss▲*/

.application-button h3.question {
  text-align: center;
  margin-top: 5px;
}
.application-button {
  margin-bottom: 20px;
}
.application-button a {
    text-decoration: none;
}

.application-button02 h3.question02 {
  text-align: center;
}
.application-button02 {
  margin-bottom: 100px;
}
.application-button02 a {
    text-decoration: none;
}

.red-line-box {
    border: 1px solid #D44C46;
    padding: 10px;
    box-sizing:border-box;
}
.tab_content .content-border .rightbox h3 {
    line-height: initial;
    padding: 8px 0;
    height: auto;
}
@media only screen and (max-width:640px) {
/*スマホ用のcssを記述*/

.container {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
}
h1 {
	font-family: "Noto Serif JP";
	font-size: 4.5vw;
	height: 11vw;
	line-height: 11vw;
	margin-bottom: 6.25vw;
}
h2 {
	font-size: 4vw;
	line-height: 7vw;
	height: 7vw;
	margin-bottom: 1.6vw;
}
h3 {
	font-family: "Noto Sans JP";
	font-size: 3.67vw;
	line-height: 7.8vw;
	height: 7.8vw;
	margin-bottom: 3.43vw;
}
p {
	font-size: 2.65vw;
	line-height: 4.2vw;
	}
/*
p.intro {
	margin-bottom: 10vw;
	line-height: 4.8vw;
}
*/
.call-text .place {
    font-size: 4.5vw;
    height: 9.375vw;
    line-height: 9.375vw;
}
.call-text .place_fujieda {
    font-size: 4.5vw;
    height: 6.375vw;
    line-height: 9.375vw;
}
.call-text .tellnumber {
    font-size: 6.56vw;
    height: 9.375vw;
    line-height: 9.375vw;
}
.call-text {
    height: 9.375vw;
    width: 78vw;
}
.call-text .place span, .call-text .place_fujieda span {
    font-size: 2.5vw;
    margin: 0 3vw;
    top: -0.5vw;
}
.call-text.border-none {
    margin-bottom: 7.8vw;
}
.call-text.border-none_fujieda {
    margin-bottom: 12.8vw;
}
.content .leftbox img {
    width: 45.78vw;
    height: auto;
    margin-bottom: 7vw;
}
.rightbox p.title {
	font-size: 2.97vw;
}
.content {
    width: 100%;
}
.content .rightbox {
    margin-left: 3vw;
    width: 47vw;
}
.cart-button {
	width: 47vw;
	height: auto;
    margin-top: 3vw;
    margin-bottom: 6vw;
}
.content p.text {
    margin-top: 1vw;
}
p.price {
    font-size: 3.53vw;
    margin: 3vw 0;
}
p.price span {
    font-size: 2.4vw;
    padding: 0px 1vw 2px;
    margin-right: 2.5vw;
}
input[type="number"] {
    font-size: 2vw;
    border: 1px solid #aaa;
	border-radius: 1vw;
    width: 5vw;
}
.rightbox.height370px {
    height: 53vw;
}
.content .leftbox img.marbottom80px {
    margin-bottom: 10vw;
}
.flow-area .title {
    color: #CC5E90;
    font-size: 3.4375vw;
    height: 8.281vw;
    line-height: 8.281vw;
    border: 3px solid #CC5E90;
    margin-bottom: 3.75vw;
}
.flow-area .leftbox {
    width: 61vw;
    margin-left: 0;
}
.flow01, .flow02, .flow03, .flow04, .flow05, .flow06, .flow07 {
    font-size: 2.8vw;
    height: 6.094vw;
    line-height: 6.094vw;
    letter-spacing: 0;
}
span.oswald {
    margin-right: 1vw;
    padding: 0 1vw;
    font-size: 2vw;
}
.flow-triangle {
    border-width: 1.563vw 0.938vw 0 0.938vw;
    margin-left: 4.5vw;
    margin-bottom: 1.875vw;
}
.flow-linebox img {
    top: 31.406vw;
    width: 2.734vw;
}
.flow-area .rightbox {
    padding-top: 9.375vw;
}
p.notice {
    font-size: 2.031vw;
    line-height: 3vw;
}
p.notice02 {
    font-size: 2.031vw;
    line-height: 3vw;
    margin-top:10vw;
}
span.sp-br {display: block
}
.notice-box {
    border: 0.3125vw solid #AFB5A6;
    display: inline-block;
    margin-top: 1.5vw;
    padding-bottom: 1.563vw;
    width: 31vw;
}
.notice-box .title {
    font-size: 2.344vw;
    height: 5vw;
    line-height: 5vw;
    border: 0;
    color: #ffffff;
    margin-bottom: 0;
    display: block;
    letter-spacing: 1px;
    width: 100%;
}
.flow-linebox {
    height: 50vw;
}
.flow-area {
    height: 84vw;
}
.content-border {
    border: 1px solid #D44C46;
    padding: 2%;
    width: auto;
    margin: 0 auto 2vw;
}
.content-border .content .leftbox img {
    width: 41vw;
    margin-bottom: 0;
}
span.p-number {
    margin-right: 13vw;
}
.content-border .content .rightbox img {
    width: 47vw;
    margin-top: 2vw;
}
.content-border .rightbox .margintop50px {
	margin-top: 6vw;
}
.content-border .rightbox p.price {
    margin: 2vw 0;
}
/* ▼▼▼弔電・供物のご注文▼▼▼ */
p.info-title {
    font-size: 4.688vw;
	margin-bottom: 3.125vw;
}
.info-list {
	font-size: 3.125vw;
	width: 90vw;
    margin: 0 auto 4.6875vw;
}
.info-list dt, .info-list dd {
	margin-bottom: 1.719vw;
}
.info-list dt {
	width: 20vw;
	height: 6.563vw;
	line-height: 6.563vw;
}
.info-list dd {
	width: 70vw;
	height: 6.563vw;
	line-height: 6.563vw;
}
.cart-intro-area {
    padding: 6.25vw 0 7.813vw;
}
.cart-intro-area .inner-container {
	width: 90vw ;
}
.cart-intro-area .title {
	font-size: 4.156vw;
    margin-bottom: 7.031vw;
}
.cart-intro-area .title:before {
    margin-right: 2vw;
    top: -1vw;
    width: 6vw;
    height: 6vw;
}
.cart-intro-area p.intro {
    margin-bottom: 4.688vw;
}
td {
	border: 1px solid #000000;
	height: 17.188vw;
}
tr.item td{
	height: 7.266vw;
    font-size: 2.4vw;
}
.choose-button, .procedure-button {
    width: 43.5vw;
	height: 9.219vw;
	line-height: 9.219vw;
	font-size: 3.516vw;
	border-radius: 0.781vw;
	letter-spacing: 0.2vw;
}
.procedure-button {
	margin-left: 3vw;
}
p.total {
	font-size: 4.063vw;
    margin: 3.125vw 0 7.813vw;
}
.change-button {
    border-radius: 0.8vw;
    margin-left: 0.938vw;
    font-size: 2vw;
    padding: 0px 0.4vw;
}
.padding12px {
	padding: 1.875vw;
	line-height: 3.438vw;
}
table {
	width: 100%;
    font-size: 2.65vw;
}
span.sp-br {
	display: block;
}
input[type="button"] {
    font-size: 2vw;
    padding: 0px 0.4vw;
}
.per25 {width: 25%;}
.per22 {width: 22%;}
.per20 {width: 20%;}
.per13 {width: 13%;}
.per10 {width: 10%;}
td img {
    width: 80%;
    height: auto;
}
/*▼タブ切り替えcss▼*/
.tabs {
    padding-bottom: 10vw;
    width: 100%;
}
.tab_item {
    font-size: 3.516vw;
    line-height: 4.688vw;
    letter-spacing: 0.3vw;
    height: 14.375vw;
    padding-top: 2.5vw;
}
.tab_item span {
    font-size: 3.094vw;
}
/*▲タブ切り替えcss▲*/
.application-button {
  margin-bottom: 2vw;
}
.application-button02 {
  margin-bottom: 10vw;
}
.red-line-box {
    padding: 2%;
}
.tab_content .content-border .rightbox h3 {
    padding: 0 0 1vw;
}

p.intro {
	text-align: left;
	font-size:13px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
p.intro02 {
	text-align: center;
	font-size:13px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
p.intro03 {
	text-align: center;
	font-size:13px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.br-sp {
		display: none;
	}
.tab_content {
    padding: 1.6vw 0 0;
}
}

/* PC_SP表示調整 */
@media only screen and (min-width:641px) {
    .pc { display:block; }
    .sp { display:none; }
}
@media only screen and (max-width:640px) {
    .pc { display:none; }
    .sp { display:block; }
}

/* 推奨環境 */
.recommend {
	border: 1px solid red;
	padding: 10px 30px 20px 30px;
	margin-bottom:20px;
}
.recommended {
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: top;
	margin-bottom:10px;
}
.recomm_title {
	text-align:center;
	font-size:120%;
	font-weight: bolder;
	margin:5px 0 10px 0;
}
.recomm_midashi {
	text-align:center;
	font-size:110%;
	font-weight: bolder;
	margin-top:10px;
}
.recomm_cont {
	text-align:center;
	font-size:100%;
}
.recomm_cont02 {
	text-align:left;
	font-size:100%;
}

.requirements_btn {
    background-color: #4d6feb;
    text-align: center;
    padding :20px;
    margin-bottom: 30px;
    border-radius: 5px;
    font-size: 18px;
    }
    a.white:link {color: #fff;}
	a.white:visited {color: #fff;}
	a.white:active { color: #175b95;}
	a.white:hover {color:#175b95; }
	
@media only screen and (max-width:640px) {
.recommend {
	border: 1px solid red;
	padding: 5px 3px 5px 8px;
	margin-bottom:20px;
}
.recommended {
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom:5px;
}
.recomm_title {
	text-align:center;
	font-size:90%;
	font-weight: bolder;
	margin:5px 0 10px 0;
}
.recomm_midashi {
	text-align:center;
	font-size:65%;
	line-height:130%;
	font-weight: bolder;
	margin-top:5px;
}
.recomm_cont {
	font-size:65%;
	line-height:130%;
	text-align:left;
}
.recomm_cont02 {
	text-align:left;
	font-size:70%;
}
.requirements_btn {
    font-size: 14px;
    line-height: 20px;
    padding :10px;
    }
}

/*---------------------------------セット弔電注意書き.202509追加 --------------------------------*/
p.notice_offering {
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    background: #c11111;
    padding: 8px;
    margin-top: 20px;
    width: fit-content;
    text-align: center;
}
@media only screen and (max-width: 640px){
    p.notice_offering {
        font-size: 2.65vw;
    }
}

p.notice_offering02 {
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    background: #c11111;
    padding: 12px 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 640px){
    p.notice_offering02 {
        font-size: 2.65vw;
    }
}