@charset "UTF-8";

/*================================================================================
個別CSS PC
=================================================================================*/

/* --- icon --- */
.txt-icon--arrow-bottom.beta-mod-txt-icon--arrow-bottom {
	display: inline;
	margin: 0;
	word-break: break-all;
	word-wrap: break-word;
}

.txt-icon--arrow-bottom.beta-mod-txt-icon--arrow-bottom .icon-common--arrow-bottom {
	position: static;
	right: 0;
	top: 0;
	bottom: 0;
	vertical-align: middle;
	margin-left: 2px;
}
.img-blank-adj {
	top: auto;
	bottom: 14px;
}

/* --- bg color --- */
.bg-color-01 {
	background-color: transparent;
}
.bg-color-02 {
	background-color: #ffcccc;
}

/* --- h2 bg color --- */
.btn-color-red .btn-common__item a {
	padding: 12px 24px;
	background-color: #c03;
	border-color: #c03;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-color-red .btn-common__item a:hover {
	background: #c03;
	opacity: 0.85;
}
.btn-color-red .btn-common__item .icon {
	width: 36px;
	height: 36px;
	margin-right: 8px;
}

/* --- txt --- */
.txt-slash {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.txt-slash::before,
.txt-slash::after {
	content: "";
	width: 25px;
	height: 2px;
	margin: 0px 4px 4px;
	background-color: #c03;
}
.txt-slash::before {
	transform: rotate(45deg);
}
.txt-slash::after {
	transform: rotate(-45deg);
}

/* --- modal --- */
.modal-active {
	overflow: hidden;
}
.modal-wrapper {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
}
/* モーダル表示時のスタイル */
.modal-show .modal-wrapper {
	display: flex;
}
/* 特定のハッシュでアクセス時はモーダルを非表示 */
.modal-hidden .modal-wrapper {
	display: none;
}
.modal-content {
	width: 98%;
	max-width: 940px;
	max-height: 98%;
	overflow: auto;
	padding: 30px 20px 40px;
	border: 1px solid #888888;
	background-color: #FFF;
}
.modal-close {
	display: block;
	width: 20px;
	margin-left: auto;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}
.modal-link {
	position: relative;
	height: 100%;
	text-decoration: none;
	color: #000;
	display: flex;
	align-items: center;
	padding: 60px 16px;
}
.modal-link:visited {
	color: #000;
}
.modal-link:hover,
.modal-link:focus {
	color: #055be6;;
}
.modal-common {
	display: flex;
	gap: 10px;
}
.modal-common__col--col3 {
	border-radius: 10px;
	padding: 4px;
}
.modal-common__col--col4-image {
	width: 25%;
	margin-right: 10px;
}
.modal-common__col--detail .txt-read {
	font-size: clamp(12px, 1.5vw, 15px);
}
.modal-common__col--detail .txt-common {
	font-size: clamp(10px, 1.2vw, 12px);
}
.modal-common__col--col3 .icon-common--blank-image-wa {
	right: 0;
}

/* --- コンバージョンボタン icon調整 --- */
.btn-cvn__button--call-arrow.btn-cvn__icon--olt:before{
	background: url(/images_osp/common/ico/ico_conversion_olt.png) center no-repeat;
	background-size: contain;
}

/* --- table bg-pink --- */
.table-bg-pink .table-common__table{
	border-bottom: none;
	border-right: none;
}
.table-bg-pink .table-common__th,
.table-bg-pink .table-common__td{
	border-color: #fff;
	border-width: 3px;
}
.table-bg-pink .table-common__th{
	color: #fff;
	background-color: #E65A55;	
	background-clip: padding-box;
}
.table-bg-pink .table-common__td{
	background-color: #FCEEED;
	padding: 20px 12px;
	background-clip: padding-box;
}
.table-bg-pink .table-common__td.table-bg-img01{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 12px;
}
.table-bg-pink .table-common__td.table-bg-img01 .img-common__image{
	width: 30%;
	max-width: 100px;
	margin-right: 30px;
}

.mark-plue{
	position: relative;
	height: 30px;
}
.mark-plue:before,
.mark-plue:after{
	content: "";
	display: block;
	width: 5px;
	height: 20px;
	background-color: #000;
	position: absolute;	
}
.mark-plue:before{
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.mark-plue:after{
	top: 0;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
}


/* --- btn-flex --- */
.btn-flex{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.btn-flex .btn-flex__item{
	width: calc((100% - 10px) / 2);
	margin-right: 10px;
}
.btn-flex .btn-flex__item:nth-child(2n){
	margin-right: 0;
}
.btn-flex .btn-flex__item a.btn-flex__item__button{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 5px;
	padding: 8px 10px 8px 15px;
	position: relative;
	text-decoration: none;
	min-height: 115px;
}
.btn-flex .btn-flex__item a.btn-flex__item__button:before{
	display: block;
	content: "";
	width: calc(100% - 1px);
	height: calc(100% - 1px);
	border: 1px solid #d6d6d6;
	border-radius: 5px;	
	position: absolute;
	top: -1px;
	left: -1px;
}
.btn-flex .btn-flex__item a.btn-flex__item__button:hover:before{
	border: 2px solid #69a1fe;
}
.icon-common--arrow{
	right: 6px;
}
.btn-flex__head{
	width: 30%;
	max-width: 70px;
	margin-right: 15px;
}
.btn-flex__head img{
	width: 100%;
}
.btn-flex__body{
	width: calc(70% - 10px);
	color: #000;
}

/* --- スタートガイド --- */

.txt-startgide{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: #000080;
  border-bottom: 0;
  line-height: 1.2;
  font-size: 16px;
}

.txt-startgide::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/service/smart_anshin_hoshou/images/startgide_icon.svg) no-repeat center center;
  background-size: contain;
}

.box-startgide{
  border: 2px dashed #c03 !important;
  color: #000 !important;
}


/* --- table 横幅調整 --- */
.s-w-20per-pc{
	width: 20% !important;
}
.s-w-30per-pc{
	width: 30% !important;
}

/* --- margin control --- */
/* margin top */
.beta-mod-mt0--pc{
	margin-top:0 !important;
}
.beta-mod-mt5--pc{
	margin-top:5px !important;
}
.beta-mod-mt10--pc{
	margin-top:10px !important;
}
.beta-mod-mt15--pc{
	margin-top:15px !important;
}
.beta-mod-mt20--pc{
	margin-top:20px !important;
}
.beta-mod-mt25--pc{
	margin-top:25px !important;
}
.beta-mod-mt30--pc{
	margin-top:30px !important;
}
.beta-mod-mt35--pc{
	margin-top:35px !important;
}
.beta-mod-mt40--pc{
	margin-top:40px !important;
}
.beta-mod-mt45--pc{
	margin-top:45px !important;
}
.beta-mod-mt50--pc{
	margin-top:50px !important;
}
.beta-mod-mt55--pc{
	margin-top:55px !important;
}
.beta-mod-mt60--pc{
	margin-top:60px !important;
}
.beta-mod-mt65--pc{
	margin-top:65px !important;
}
.beta-mod-mt70--pc{
	margin-top:70px !important;
}
.beta-mod-mt75--pc{
	margin-top:75px !important;
}
.beta-mod-mt80--pc{
	margin-top:80px !important;
}
/* margin bottom */
.beta-mod-mb0--pc{
	margin-bottom:0 !important;
}
.beta-mod-mb5--pc{
	margin-bottom:5px !important;
}
.beta-mod-mb10--pc{
	margin-bottom:10px !important;
}
.beta-mod-mb15--pc{
	margin-bottom:15px !important;
}
.beta-mod-mb20--pc{
	margin-bottom:20px !important;
}
.beta-mod-mb25--pc{
	margin-bottom:25px !important;
}
.beta-mod-mb30--pc{
	margin-bottom:30px !important;
}
.beta-mod-mb35--pc{
	margin-bottom:35px !important;
}
.beta-mod-mb40--pc{
	margin-bottom:40px !important;
}
.beta-mod-mb45--pc{
	margin-bottom:45px !important;
}
.beta-mod-mb50--pc{
	margin-bottom:50px !important;
}
.beta-mod-mb55--pc{
	margin-bottom:55px !important;
}
.beta-mod-mb60--pc{
	margin-bottom:60px !important;
}
.beta-mod-mb65--pc{
	margin-bottom:65px !important;
}
.beta-mod-mb70--pc{
	margin-bottom:70px !important;
}
.beta-mod-mb75--pc{
	margin-bottom:75px !important;
}
.beta-mod-mb80--pc{
	margin-bottom:80px !important;
}
.beta-mod-mb85--pc {
	margin-bottom: 85px !important;
}
/* font size */
.btn-color-red .s-fz-l {
	font-size: 1.8rem!important;
}
/* line height */
.s-lh-15-pc {
	line-height: 1.5!important;
}