﻿@charset "UTF-8";

/* add css */

.fullpage #contents {

}

.fullpage #contents #anc01 h2 {
	font-size: 125%;
	font-weight: normal;
	margin: 0 0 1.25rem 0;
}

.fullpage #contents #anc01 .btn-link {
	display: block;
}
.fullpage #contents #anc01 .btn-link .link-text {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}

.fullpage #contents div.column.col02 .col-link dl {
	padding-bottom: 1.5rem;
}
.fullpage #contents div.column.col02 .col-link dt.no-link.align-center {
	padding: 25px 10px 8px 10px;
}

.fullpage #contents p.contact-info {
	margin-bottom: 0.75rem;
}
.fullpage #contents p.contact-info span {
	font-size: 180%;
}

.fullpage #contents #anc03-1 div.col-round01 {
/*	background: #f7f7f7;*/
}
.fullpage #contents #anc03-1 div.col-round01 ul li.ttl {
	font-size: 125%;
}

@media print, screen and (min-width: 769px) {

	.fullpage #contents #anc03-1.col03 .col {
		width: 320px;
		margin: 20px 60px 20px 0;
	}

	.fullpage #contents #anc03-1.col03 .col + .col + .col {
		margin-right: 0;
	}
}

@media only screen and (max-width: 768px) {

	.fullpage #contents #anc03-1.col03 .col.col-round01 {
		margin: 0 0 1.5rem 0;
		padding: 1.75rem 30px 0.25rem 30px;
	}
	.fullpage #contents #anc03-1.col03 .col.col-round01 .normal-list {
		margin-bottom: 1.5rem;
	}

}

/* 20220323追加分 */
#contentsContainer.voiceIndex {
	padding-bottom: 70px;
	font-size: 16px;
}
#contentsContainer.voiceIndex .section-index01 .heading01 h1 {
	margin: 0;
	font-size: 41px;
	color: #333333;
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-weight: 300;
}
.voice-dot::before {
	content: "・";
	color: #333333;
	padding: 0 0 5px 0;
}
.voice-text-01 {
	margin-top: 30px !important;
}
.voice-thumbnail{
	width: 65.1%;
	display: block;
	margin: 40px auto 80px;
}
.voice-img {
	max-width: 100%;
	height: auto;
}
.voice-text-02 {
    line-height: 1.7;
}
.voice-text-03 {
	margin: 20px 0 5px;
}
.voice-list{
	line-height: 2;
}
@media print, screen and (min-width: 769px) {
	#contentsContainer.voiceIndex .section-index01 {
		background: url(/svcsol/customer/images/bg_title_voice_pc.png) no-repeat 50% 0;
		background-size: 1200px;
		max-width: 100%;
	}
	#contentsContainer.voiceIndex .section-index01 .heading01 {
		min-height: 177px;
		background: none;
		display: flex;
		align-items: center;
		text-align: start;
		padding: 0 30px;
		height: 177px;
	}
}
@media only screen and (max-width: 768px) {
	#contentsContainer.voiceIndex {
		padding-bottom: 60px;

	}
	#contentsContainer.voiceIndex .section-index01 {
		background: #DAE9F3 url(/svcsol/customer/images/bg_title_voice_sp.png);
		background-size: contain;
		background-repeat: no-repeat, no-repeat;
		background-position: right top;
	}
	#contentsContainer.voiceIndex .section-index01 .heading01 {
		min-height: 145px;
		background-color: initial;
	}
	#contentsContainer.voiceIndex .section-index01 .heading01 h1 {
		text-align: center;
		font-size: 24px;
	}
	.voice-thumbnail{
		margin: 30px auto 5px;
		max-width: initial;
		width: auto;
	}
	.voice-scroll .voice-img {
		width: 682px;
		max-width: initial;
		height: initial;
	}
	.voice-scroll{
		overflow: auto;
	}
	.voice-scroll::-webkit-scrollbar{
		height: 5px;
	}
	.voice-scroll::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.voice-scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	.voice-text-01{
		font-size: 16px;
		line-height: 1.7;
	}
	.voice-text-02 {
		margin-top: 10px !important;
		font-size: 14px;
		line-height: 1.77;
	}
	.voice-text-03 {
		margin: 18px 0 0px
	}
	.voice-list{
		font-size: 14px;
		line-height: 1.8;
	}
}
/* 20230428追加分 */
@media print, screen and (min-width: 769px) {
    .col-box-wp{
         display: flex;
        justify-content: space-between;
    }
    .col-box-wp .col-box01{
        width: 48.25%;
    }
}

