
/**mailマガジンここから**/

body#form_contact{
	background: #fff;
}

#form_contact footer{
	background: #f7f7f7;
}
#mailmagazine {
    font: normal normal bold 13px / 20px BIZ UDPGothic;
}

#form_contact #mailmagazine #hdrCNT header {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    background: #fff;
    box-shadow: none;
    height: auto;
}


#mailmagazine .header {
    box-sizing: border-box;
}

@media screen and (min-width: 769px) {
    #mailmagazine .header {
        padding-top: 34px;
        padding-bottom: 28px;
    }
}
@media screen and (min-width: 769px) {
    #mailmagazine .header {
        padding-top: 0;
        padding-bottom: 0;
    }
}



#mailmagazine .header__inner {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    #mailmagazine .header__inner {
        height: 93px;
		/*min-width: 1104px;*/
        max-width: 1280px;
        padding: 0 40px;
    }
}





#mailmagazine .header-logo a {
    display: block;
}
@media screen and (min-width: 769px) {
    #mailmagazine .header-logo {
        height: 31px;
        margin: 0 auto 0 0;
    }
}



@media screen and (min-width: 769px) {
    #mailmagazine .header-logo a {
        transition: all .2s ease;
    }
}


@media screen and (min-width: 769px) {
    .header-logo img {
        width: 278px;
        height: 31px;
        vertical-align: baseline;
    }
}

#mailmagazine #hdrCNT {
    border-top: none;
    border-bottom: none;
	background: #fff;
}







@media screen and (min-width: 769px) {
    #mailmagazine .breadcrumbs {
        display: flex;
        position: absolute;
        width: calc(100% - 40px);
        padding-bottom: 2px;
        overflow: hidden;
    }
}

@media screen and (min-width: 769px) {
    #mailmagazine .breadcrumbs {
        max-width: fit-content;
		top: 0;
        left: 30px;
    }
}

@media screen and (min-width: 769px) {
    #mailmagazine .header__inner.header__inner_type_breadcrumbs {
        position: relative;
        padding: 0 30px;
        height: 29px;
    }
}


.breadcrumbs__item {
    color: #45494b;
}

.breadcrumbs__item a{
    color: #45494b;
	text-decoration: none;
}

@media screen and (min-width: 769px) {
    #mailmagazine .breadcrumbs__item {
        font-size: 14px;
        white-space: nowrap;
    }
}

@media screen and (min-width: 769px) {
    #mailmagazine .breadcrumbs__item:not(:last-child) {
        padding-right: 27px;
        background-image: url(/common/image/icon-breadcrumbs-arrow-01@2x.png);
        background-position: top 50% right 10px;
        background-size: 5px 8px;
        background-repeat: no-repeat;
    }
}


@media screen and (min-width: 769px) {
    #mailmagazine .breadcrumbs__item:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width: 769px) {
    #mailmagazine .breadcrumbs__item a {
        padding-bottom: 2px;
        border-bottom: 1px solid #a2a4a5;
        transition: all .2s ease;
		
    }
}


#mailmagazine .breadcrumbs__item#breadcrumbLast a{
	border: none;
}

#mailmagazine .main {
		background: #fff;
    }

@media screen and (min-width: 769px) {
    #mailmagazine .main {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /*min-width: 1104px;*/
        padding-bottom: 120px;
    }
}

#mailmagazine .L01-001-item__inner {
    width: 100%;
	padding: 0;
}

@media screen and (min-width: 769px) {
    #mailmagazine .L01-001-item__inner {
       /*min-width: 1104px;*/
        max-width: 1280px;
        margin: 0 auto;

    }
}


.form-type-twocolumn{
	display: flex;
    justify-content: center;
    box-sizing: border-box;
    align-items: flex-start;
	flex-wrap: nowrap;
    gap: 34px;
	width: 100%;
    min-width: 1104px;
    max-width: 1280px;
}
.form-type-twocolumn__left{
	padding-top: 16px;
    max-width: 740px;
    width: 740px;
}

.form-type-twocolumn__right{
	
    margin-top: 16px;
    padding: 0px 0px 30px;
    background: #f7f7f7;
	width: clamp(300px, 34vw, 426px);
	width: 425px;
    min-width: 425px;
    max-width: 425px;
}

.form-type-twocolumn__right.form-type-twocolumn__right--white{
	background: #fff;
	padding: 0;
}

.ftt__left-banner{
	margin-bottom:clamp(10px, 1vw, 30px) ;
}
.ftt__left-desc{
	margin-bottom:clamp(10px, 1vw, 30px) ;
	text-align: center;
    letter-spacing: 0;
	color: #45494B;
	font-size: clamp(14px, 1vw, 16px);
}
.card-box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
	gap: 8px;
    padding-bottom: 20px;
}

.card {
    background-color: #F4F7F9;
    border-radius: 5px;
    padding: 20px;
    max-width: 240px;
    text-align: center;
	min-height: 343px;
}



.card-icon {
    max-width: 120px;
    max-height: 120px;
    
    border-radius: 120px;
	margin: 0 auto;
}


.card-title {
    font: normal normal bold 18px/24px BIZ UDPGothic;
	letter-spacing: 0px;
	color: #003C70;
	text-align: center;
	margin-top:20px;
	margin-bottom: 26px;
}

.card-desc {
    font-size: 14px;
    color: #45494B;
    text-align: left;
}


#mailmagazine .form-control {
    height: 38px;
    padding: 8px 12px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.467;
    color: #34495e;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}


#mailmagazine input::placeholder {
    color: #ddd;
    opacity: 1;
}



.ftt__right-label{
	color: #156D65;
	font: normal normal bold 13px/20px BIZ UDPGothic;
}

.ftt__right-cap{
	font-size: 13px;
	color: #666666;
	display: block;
}


#mailmagazine .entryForm .required-label:after {
    content: "必須";
    background-color: rgba(209, 0, 0, 1.00);
    color: #fff;
    font-size: 10px;
    padding: 2px;
    margin-left: 12px;
    font-weight: normal;
}

#mailmagazine .entryForm{
    padding: 0;
}

#mailmagazine #agree_box {
    width: auto;
    padding: 0;
    margin: 0;
    background-color: unset;
    border-radius: unset;
    text-align: left;
}

#mailmagazine .checkbox .icons, #mailmagazine .radio .icons {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}


#mailmagazine .checkbox .icon-checked:before, #mailmagazine .radio .icon-checked:before, #mailmagazine .checkbox .icon-unchecked:before, #mailmagazine .radio .icon-unchecked:before {
    font-family: Flat-UI-Icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -moz-osx-font-smoothing: grayscale;
}

#mailmagazine .checkbox input[type=checkbox].custom-checkbox:checked+.icons .icon-checked {
    color: #0a847b;
}

#mailmagazine .btn-info {
    color: #fff;
    background-color: #0a847b;
	box-shadow: 0px 6px 10px rgb(0 0 0 / 16%);
}

#mailmagazine .btn-info[disabled]{
	background-color: #0a847b;
	opacity: 1;
}

#mailmagazine .btn-lg, .btn-group-lg>.btn {
    padding: 10px 19px;
    font-size: 17px;
    line-height: 1.471;
    border-radius: 40px;
}
.ftt__right-submit{
	margin-bottom: clamp(28px, 1.7vw, 30px);
	margin-top: clamp(28px, 1.7vw, 30px);
}
.ftt__right-pptext{
	margin-left: 31px;

}
.ftt__right-pptext .txtS {
    font-size: 100%;
	color: #666666;
}

.ftt__right-pptext .txtS a{
	color: #126BF1;
}

#mailmagazine .sct_content{
    padding: 0px 15px;
	margin: 0;
	background: #f7f7f7;
}

#mailmagazine .sct_content p{
    margin: 0;
	color: #666666;
}


#mailmagazine .error-text{
	font-size: 13px;
    color: #C8143D;
    line-height: 1.5;
}

#mailmagazine .form-control.error-form__input {
    border: 1px solid #C8143D;
    background-color: #FFDFDF;
}

#mailmagazine input.error-form__input::placeholder {
    color: #C8143D;
    opacity: 1;
}


/*メルマガサンクスページ*/
#mailmagazine .sct_content p.sct_content__title {
    color: #343D45;
    margin: 30px 0;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

#mailmagazine .sct_content p.sct_content__text {
	font-size: 13px;
    color: #343D45;
	margin-bottom: 10px;
}

#mailmagazine .sct_content .sct_content__thanksdesc{
	font-size: 10px;
}

#mailmagazine .sct_content p.link-box__title{
	color: #343D45;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
	margin-bottom: 10px;
}

#mailmagazine .sct_content .link-box__attract {
    color: #343D45;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

#mailmagazine .sct_content.sct_content--thanks{
	padding-bottom: 80px;
}


.form-box {
    background: #F7F7F7;
}

.link-box {
    margin: 20px auto;
    text-align: center;
}

.link-box a{
    display: inline-block;
    line-height: 1;
    margin-bottom: 9px;


}

.link-box img{
    width: 220px;

}

.backhome-link-box {
	text-align: center;
    display: block;
    background: #fff;
    margin-top: 0px;
    padding: 14px;
}

.backhome-link-box a{
    color: #3286D9;
    font-size: 16px;
    display: block;
}


@media screen and (min-width: 769px) {
    .footer__inner {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 40px;
    }
}
.footer-copyright-wrapper {
    height: auto;
    padding-top: 44px;
}
@media screen and (min-width: 769px) {
    .footer-copyright-wrapper {
        display: flex;
        align-items: center;
    }
}

.footer-groups-pc {
    height: 1rem;
    padding: .84rem 0 2rem 0;
    color: #65676a;
    font-size: 10px;
    line-height: 1.15;
}

@media screen and (max-width: 768px) {
	.footer-groups-pc {
		display: none;
	}
	.footer-mark {
		margin-bottom: 0px;
		justify-content: center;
	}
}

.footer-groups-sp {
    font-size: 8px;
    height: 1rem;
    line-height: 1.15;
    padding: 0.75rem 0 2rem 0;
    color: #65676a;
    text-align: center;
}


@media screen and (min-width: 769px) {
	.footer-groups-sp {
		display: none;
	}
}

.footer-rule__item {
	text-align: left;
}

.footer-rule,
.footer-aboutma {
	display: flex;
	flex-wrap: wrap;
}

.footer-rule__item a,
.footer-aboutma__item a {
	color: #65676a;
	text-decoration: none;
}

.footer-rule__item a {
	color: #65676a !important;
	text-decoration: none !important;
}

@media screen and (min-width: 769px) {
	.footer-rule__item a,
	.footer-aboutma__item a {
		padding-bottom: 2px;
		border-bottom: 1px solid rgba(0, 0, 0, 0);
		transition: all .2s ease;
	}

	.footer-rule__item a:hover,
	.footer-aboutma__item a:hover {
		border-color: #65676a;
	}

	.footer-rule__item,
	.footer-aboutma__item {
		font-size: 14px;
	}

	.footer-rule__item:not(:last-child),
	.footer-aboutma__item:not(:last-child) {
		margin-right: 25px;
	}
}

@media screen and (max-width: 768px) {
	.footer-rule,
	.footer-aboutma {
		justify-content: center;
	}

	.footer-rule__item,
	.footer-aboutma__item {
		font-size: 12px;
	}

	.footer-rule__item:not(:last-child),
	.footer-aboutma__item:not(:last-child) {
		margin-right: 28px;
	}

	.footer-logo {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 769px) {

	.breadcrumbs {
		max-width: fit-content;
	}
}

.footer-mark {
    display: flex
;
}
@media screen and (min-width: 769px) {
    .footer-mark {
        margin-right: 40px;
    }
}


.footer-copyright {
    margin-top: 10px;
    color: #65676a;
    font-family: "Roboto", sans-serif;
    letter-spacing: .8px;
}
@media screen and (min-width: 769px) {
    .footer-copyright {
        margin-left: auto;
        font-size: 11px;
        text-align: right;
    }
}

@media screen and (min-width: 769px) {
    .footer-link ul:not(:last-child) {
        margin-bottom: 18px;
    }
}
@media screen and (min-width: 769px) {
    .footer-mark__item:not(:last-child) {
        margin-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    .footer-link ul:not(:last-child) {
        margin-bottom: 15px;
    }
}

.goto-top-button {
    display: block;
    z-index: 1;
    position: fixed;
    background-color: #fff;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .goto-top-button {
        right: 25px;
        bottom: 20px;
        width: 40px;
        height: 40px;
        line-height: 25px;
        transition: all .2s ease;
    }
}

@media screen and (min-width: 769px) {
    .goto-top-button img {
        vertical-align: bottom;
    }
}

.goto-top-button#b2t {
    display: unset;
    position: fixed;
    bottom: 0;
    right: 0;
    right: 25px;
    bottom: 20px;
}





@media screen and (max-width: 767px) {
    .form-type-twocolumn__right.form-type-twocolumn__right--white{
        background: #fff;
        padding: 0 15px;
    }
	.backhome-link-box {
		padding: 20px;
	}
	#mailmagazine .sct_content.sct_content--thanks {
		padding-bottom: 30px;
	}
	.link-box img{
    width: 300px;

	}

	.form-type-twocolumn__right{
		width: 100%;
		margin-top: 0;
		min-width: 100%;
        max-width: 100%;
		padding: 0 15px;
		background: #fff;
	}
	

	.form-type-twocolumn {
		gap: 0px;
		flex-wrap: wrap;
		min-width: 100%;
        max-width: 100%;
	}
	.form-type-twocolumn__left {
		margin-bottom: 15px;
		padding: 16px 15px;
		margin-top: 20px;
	}
    .form-type-twocolumn__left.form-type-twocolumn__left--thanks {
		margin-bottom: 0px;
        padding-bottom: 0px;
	}
	.ftt__left-desc {
		font-size: 16px;
		text-align: left;
		margin: 0;
		}
    .card {
		padding: 15px 10px;
		max-width: 100%;
		text-align: center;
		min-height: auto;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.card-box{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 10px;
        padding: 20px 0px 15px; 
		background: #fff;
		}
	.card-title {		
		text-align: left;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 10px;
	}
	.card-desc {
		margin-top: 10px;
		font-size: 16px;
	}
	#mailmagazine .sct_content {
		padding-bottom: 30px;
	}
	.card-icon {
		max-width: 60px;
		max-height: 60px;
		border-radius: 120px;
		margin: 0;
	}
	.footer-copyright-wrapper {
		padding: 20px 0 0;
	}
	.ftt__left-banner {
		margin-bottom: 20px;
	}
	
	.footer-copyright {
        padding-bottom: 30px;
        font-size: 10px;
        text-align: center;
		margin-top: 25px;
		margin-bottom: 0;
    }

	#form_contact #mailmagazine #hdrCNT header {
        background-image: none;
		padding-top: 0;
		padding-bottom: 0;
		width: auto;
		background: #fff;
		box-shadow: none;
		height: auto;
		z-index: 10;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

	#form_contact #mailmagazine .header-logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 147px;
        height: 17px;
        margin: -9px 0 0 -73px;
    }
	#form_contact #mailmagazine .col-sm-6 {
        width: 50%;
		float: left;
    }

	#mailmagazine .breadcrumbs {
        display: flex;
        position: absolute;
        top: 50px;
        width: 95%;
        overflow-x: scroll;
        white-space: nowrap;
    }
	#mailmagazine .header__inner.header__inner_type_breadcrumbs {
        background: #ffffff;
        padding: 10px 15px;
    }
	#mailmagazine .breadcrumbs__item:not(:last-child) {
        padding-right: 27px;
        background-image: url(/common/image/icon-breadcrumbs-arrow-01@2x.png);
        background-position: top 50% right 10px;
        background-size: 5px 8px;
        background-repeat: no-repeat;
    }
	#mailmagazine .header-logo a {
		display: block;
		position: relative;
		height: 100%;
		/* width: 100px; */
	}
	#mailmagazine .header-logo{
		box-sizing: border-box;
		flex: 1;
		height: 50px;
		border-bottom: 1px solid #e8e9ec;
		text-align: center;
	}
	.form-box {
		padding-top: 15px;
	}


}



.verisignBox {
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 0 15px 30px;
}

.verisignBox dl{
    display: flex;
}

.verisignBox dl dd {
    margin-left: 0;
    padding-top: 1px;
    color: rgba(153, 153, 153, 1.00);
    font-size: 85%;
    line-height: 1.25;
    width: 80%;
    margin-left: 15px;
}

.verisignBox dl dt {
    margin: 0;
    padding: 0;
    float: none;
}

@media screen and (max-width: 479px) {
    .verisignBox {
        width: 100%;
        padding: 5px 15px 30px;
        box-sizing: border-box;
    }
    .verisignBox dl dd {
        margin-left: 0;
        padding-top: 0;
        width: 60%;
    }
    .verisignBox dl dt {
        margin: 0 auto;
        float: none;
        width: 30%;
    }
}



/**mailマガジンここまで**/