@charset "utf-8";
/* CSS Document */
/* -------------------------- bunrei共通 -------------------------- */
.bunrei{
    font-size: 14px;
    font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"Lucida Grande",sans-serif;
    margin-bottom: 60px;
}

/*コピーボタン*/
.bunrei_copy {
    margin-bottom: 20px;
    width: 390px;
}
.bunrei_copy a {
    background: linear-gradient(#FCFCFC, #EFEFEF) repeat scroll 0 0;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #333333;
    font-weight: bold;
    padding: 15px 40px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    width:360px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
}
.bunrei_copy .check {
    display: none;
    padding-left: 10px;
}
/*注文するボタン*/
.original {
    width: 360px;
}
@media screen and (max-width:750px) {
    .bunrei{
        font-size:calc(17*100vw/750);
        letter-spacing: normal;
        margin-bottom: calc(80 * 100vw / 750);
    }
    /*コピーボタン*/
    .bunrei_copy {
        margin-bottom:calc(35*100vw/750);
        margin-inline: auto;
        width: calc(500 * 100vw / 750);
        position: relative;
    }
    .bunrei_copy a{
        width: 100%;
        padding: calc(15 * 100vw / 750) 0;
        font-size: calc(22 * 100vw / 750);
        border-radius: calc(8 * 100vw / 750);
    }
    .bunrei_copy .check {
        padding-left:0x;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: calc(30 * 100vw / 750);
        z-index: 10;
    }
    /*注文するボタン*/
    .original {
        width: calc(500 * 100vw / 750);
        margin-inline: auto;
    }
}

/* サンプル文例内 */
#sample .sample_wrap {
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
}
#sample dl{
    margin-bottom: 40px;
    border: #090 solid 1px;
}
#sample dt {
    padding: 5px 10px;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    background: #090;
}
#sample dd {
    padding: 20px 20px 40px;
}
#sample dd li{
    border: none;
    padding: 0 30px 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #090;
}
#sample dd li:last-child{
    border-bottom: 0;
    margin-bottom:0;
    padding-bottom: 0;
}
#sample .title_md{
    color: #090;
    margin-bottom: 20px;
}
@media screen and (max-width:750px) {
    #sample .sample_wrap {
        flex-direction: column-reverse;
        gap: calc(50 * 100vw / 750);
    }
    #sample .title_md{
        font-size: calc(35 * 100vw / 750);
        margin-bottom:  calc(35 * 100vw / 750);
    }
    #sample dt {
        font-size: calc(36 * 100vw / 750);
        padding: calc(8 * 100vw / 750) calc(16 * 100vw / 750);
    }
    #sample dd {
        padding: calc(35 * 100vw / 750) calc(20 * 100vw / 750);
    }
    #sample dd li{
        padding: 0 0 calc(60 * 100vw / 750);
        margin-bottom: calc(60 * 100vw / 750);
        box-sizing: border-box;
    }
}
/* -------------------------- PAGE LAYOUT START -------------------------- */

/* はがき画像 */
#sample .img_hagaki{
    font-weight: bold;
    line-height: 300%;
    width:180px;
    text-align: center;
    flex-shrink: 0;
}
#sample .img_hagaki img{
    border:1px solid #CCC;
    width:180px;
}
#sample .img_hagaki.round img{
    border-radius: 15px;
}
#sample .img_hagaki span {
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0;
    
}
#sample .img_hagaki img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
#sample .img_hagaki img:hover {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}
@media screen and (max-width:750px) {
    #sample .img_hagaki{
        width: 100%;
    }
    #sample .img_hagaki img {
        transform: none;
        -webkit-transition: none;
        width: 60%;
    }
    #sample .img_hagaki img:hover {
        transform: none;
    }
}

/* 挨拶状ドットコムリンクエリア */
#box_choose {
    margin: 30px 0 50px;
}
#box_choose strong {
    margin-bottom: 10px;
    font-size:18px;
}
#box_choose .box_btn{
    margin: 40px 0 0;
    text-align: center;
}
#box_choose .btn_top a {
    color: #fff;
    font-weight: bold;
    background: #003366;
    padding: 20px;
    display: inline-block;
    text-decoration: none;
    line-height: 120%;
    border-radius: 60px;
}
@media screen and (max-width:750px){
    #box_choose strong{
        font-size:calc(30 * 100vw / 750);
    }
    #box_choose .box_btn {
        margin: calc(40 * 100vw / 750) 0 0;
    }
    #box_choose .btn_top a {
        padding:calc(30 * 100vw / 750);
    }
}
#copytarget {
    width:1px;
    height:1px;
    opacity:0;
    position:fixed;
    left:-100%;
    top:-100%;
} 

/* 災害　======================== */
/* #main .disaster_note p{
	margin-bottom: 10px;
}
.disaster_note{
	background-color: #F0F0F0EE;
	padding: 3%;
	margin:30px 0 20px;
}
.count_list{
	padding-left: 3%;
}
.count_list li{
	list-style: decimal;
}
.link_list a{
	text-decoration: underline;
	display: inline-block;
	margin-right: 10px
}
.link_list a::before{
    content: "▲";
    transform: rotate(90deg);
    display: inline-block;
    font-size: 10px;
    margin-right: 2px;
} */

/* プロフェッショナルである５つの理由 */
.box_compro a {
    display: block;
    max-width: 660px;
    margin: 0 auto;
}
.box_compro a:hover img {
    opacity: .7;
}
.box_reason .text_area {
    margin: 0 10px 30px;
}
.box_reason {
    margin:0 0 40px;
}
.box_reason ul {
    max-width: 645px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.box_reason ul li {
    width: calc(100% / 2);
    font-weight: bold;
    line-height: 2;
    list-style: none;
}
.box_reason ul li span {
    color: #429729;
}

#box_link .btn_g-radius{
    margin: auto;
}
#box_link a:hover {
    color: #FFF;
    opacity: .7;
}
@media screen and (max-width:750px){
    .box_reason .text_area {
        text-align: justify;
        margin: 0 calc(20 * 100vw / 750) calc(40 * 100vw / 750);
    }
	.box_reason ul li{
		width: 100%;
	}
    .text_area{
        text-align: justify;
        margin: 0 calc(20 * 100vw / 750) calc(40 * 100vw / 750);
    }
}















