@charset "utf-8";

.c5-heading1__beltbg2 {
	text-align: left;
    background: #cccccc;
    padding: 12px 15px;
    color: #2f353d;
    font-size: 1.25rem
}
.c5-tac {
	text-align: center;
}
.c5-flex-col {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.c5-flex-col .img {
	margin-right: 20px;
}
.c5-flex-col img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.c5-slidebox {
    margin: 0;
    padding: 30px;
    border: solid 5px;
    background-color: #FFF;
    color: #2f353d;
    border-color: #f3f4f6;
    height: 300px;
    overflow: auto;
}
.c5-enq_form h2 {
  margin-top: 60px;
}

.c5-enq_form fieldset {
  margin-top: 40px;
}

.c5-enq_form h2 + fieldset {
  margin-top: 10px;
}

.c5-enq_form legend {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 0.8em;
}

.c5-enq_form ul {
  padding: 0 1em;
  list-style-type: none;
}
.c5-enq_form td ul {
	padding: 0;
	margin: 0;
}
.c5-enq_form td ul:last-child {
	margin-bottom: -7px;
}
.c5-enq_form td ul + p {
	margin-top: 7px;
}
.c5-enq_form td ul.inline li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.c5-enq_form ul li {
  margin-bottom: 7px;
}
.c5-enq_form.is-confirm td ul.inline li {
	display: block;
}

.c5-enq_form label:hover {
  cursor: pointer;
}

.c5-enq_form input + label {
  padding-left: 5px;
}

.c5-enq_form input[type=submit]:hover,
.c5-enq_form input[type=button]:hover {
  cursor: pointer;
}

.c5-enq_form textarea {
  width: 80%;
  height: 150px;
}

.c5-enq_form .c5-required {
  position: relative;
}

.c5-enq_form .c5-required::after,
.c5-required-icon {
  content: '必須';
  display: inline-block;
  color: #fff;
  background: #cc3232;
  padding: 2px 5px;
  font-size: 0.7em;
  margin-left: 10px;
  border-radius: 5px;
	vertical-align: middle;
}

.c5-enq_form .c5-number span.autoConfirmVal:empty:before {
  content: '0';
}

.c5-enq_form .c5-number li {
  margin-top: 10px;
}

.c5-enq_form .c5-button {
  text-align: center;
  margin: 40px auto 0;
  display: block;
  max-width: 300px;
  font-size: 1.2rem;
  font-weight: bold;
}

.c5-enq_form .c5-button a:hover {
  text-decoration: none;
  color: #fff;
  width: 100%;
}

.c5-enq_form .c5-button input {
  background: trnsparent;
  border: none;
  width: 100%;
}

.c5-enq_form .c5-button input:hover {
  text-decoration: none;
}

.c5-button.c5-reset {
  background: #81858b;
  color: #fff;
  max-width: 150px;
  margin-top: 20px;
  font-size: 0.8rem;
}

.c5-button.c5-reset input {
  width: 100%;
  padding: 2px;
  background: #81858b;
  color: #fff;
  text-decoration: none;
  border: none;
}

.c5-button.c5-reset input:hover {
  text-decoration: none;
}

.c5-button.c5-reset:hover {
  color: #fff;
  text-decoration: none;
  background: #81858b;
  opacity: 0.8;
}

#c5-conf {
  display: none;
}
.c5-formbtns {
	text-align: center;
	margin: 30px 0;
}
.c5-formbtns input {
	min-width: 150px;
	display: inline-block;
	vertical-align: top;
}
textarea.read-only {
	background-color: #ccc;
}
.c5-error {
	display: block;
	padding: 8px;
    border: 1px solid #C00;
    margin-bottom: 6px;
    color: #C00;
    background-color: #FFF5F5;
}
.confirm-message {
	display: none;
}
.s5-button.autoConfirmBack {
	background-color: #666 !important;
}
.s5-button.autoConfirmBack:hover {
	opacity: .7;
	transition: opacity .2s;
}
.c5-form-table {
	width: 100%;
	margin-bottom: 60px;
}
.c5-form-table th,
.c5-form-table td {
	padding: 15px;
	border: 1px solid silver;
}
.c5-form-table th {
	font-weight: bold;
	text-align: left;
	background-color: #f5f5f5;
}
.c5-input-comment {
	padding: 0;
	margin: 0;
	color: #666;
}
.c5-input-comment + input {
	margin-top: 5px;
}
input + .c5-input-comment {
	margin-top: 5px;
}
.c5-input-text-s {
	width: 25%;
	box-sizing: border-box;
}
.c5-input-text-m {
	width: 50%;
	box-sizing: border-box;
}
.c5-input-text-l {
	width: 100%;
	box-sizing: border-box;
}
.c5-thanks {
	font-size: 18px;
	text-align: center;
	padding: 100px 0;
}
.c5-enq_form input[type="text"],
.c5-enq_form input[type="tel"],
.c5-enq_form input[type="email"],
.c5-enq_form textarea {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid silver;
}
.c5-enq_form select {
	border: 1px solid silver;
}
.c5-enq_form input[type="text"]:focus,
.c5-enq_form input[type="tel"]:focus,
.c5-enq_form input[type="email"]:focus,
.c5-enq_form textarea:focus {
	background-color: #f5f5f5;
}
.c5-free-dl {
	display: inline-block;
	font-size: 16px;
	background-color: #cc0000;
	color: #fff;
	padding: 3px 10px;
	vertical-align: middle;
}

@media screen and (max-width: 639px){
	.c5-free-dl {
		font-size: 13px;
	}
	.c5-flex-col {
		display: block;
	}
	.c5-flex-col .img {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.c5-slidebox {
		padding: 0 15px 15px 15px;
		word-wrap: break-word;
	}
	.c5-enq_form textarea {
		width: 100%;
		box-sizing: border-box;
	}
	.c5-form-table th {
		border-bottom: none;
	}
	.c5-form-table tr:not(:last-child) td {
		border-bottom: none;
	}
	.c5-form-table th,
	.c5-form-table td {
		display: block;
		width: auto;
	}
	.c5-input-text-s,
	.c5-input-text-m {
		width: 100%;
	}
	.c5-enq_form input[type="text"],
	.c5-enq_form input[type="tel"],
	.c5-enq_form input[type="email"],
	.c5-enq_form textarea {
		font-size: 16px;
	}
}











.s5-mikatakv {
	max-width: 1200px;
	width: 100%;
	margin-bottom: 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.s5-mikatakv p.kome {
	font-size: 12px;
	text-align: right;
}
.s5-mikatakv .s5-category {
	position: absolute;
	left: 0;
	top: 0;
}
.s5-mikatakv .s5-category p {
	color: #fff;
	background-color: #7584c3;
	padding: 0.8em 0.8em 0.8em 1.7em;
	display: block;
	line-height: 1em;
	position: relative;
	margin: 0;
}
.s5-mikatakv .s5-category p:after {
	position: absolute;
	content: "";
	background-color: #7584c3;
    width: 1.5em;
    height: 3em;
    transform: rotate(30deg);
    bottom: 0.17em;
    right: -0.85em;
    z-index: 0;
}
.s5-mikatakv dl {
	border-left: #7584c3 4px solid;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f2f2f2;
}
.s5-mikatakv dl.c5-category__inner {
	padding-bottom: 78px;
}

.s5-mikatakv dl dt {
	order: 2;
	width: 42.5%;
	margin: 0;
}
.s5-mikatakv dl dt img {
	width: 100%;
	display: block;
}

.s5-mikatakv dl dd {
	order: 1;
	width: 56%;
	margin: 0;
	padding-top: 50px;
}
.s5-mikatakv dl dd .s5-mikataSttl {
	margin: 0 0 0 58px;
	color: #2f353d;
	font-size: 16px;
}
.s5-mikatakv dl dd .s5-mikataLttl {
	margin: 5px 0 40px 58px;
	color: #2f353d;
	font-size: 26px;
}

.s5-mikatakv dl dd .s5-mikatatxt {
	margin: 30px 0 0 58px;
	color: #2f353d;
	position: relative;
}
.s5-mikatakv dl dd .s5-mikatatxt.c5-mikatatxt_tel {
	margin: 0 0 0 58px;
	color: #2f353d;
	position: relative;
}
.s5-mikatakv dl dd .s5-mikatatxt img {
	width: 200px;
	height: auto;
}
.s5-mikatakv dl dd .s5-mikatatxt p {
	color: #2f353d;
	font-size: 13px;
	margin: 0;
}

.s5-mikatakv dl dd .s5-mikatatxt p span {
	font-size: 1.6em;
}
.s5-mikatakv dl dd .s5-mikatatxt .c5-sonylogo {
	width: 70px;
}
.s5-mikatakv dl dd .s5-mikatatxt .c5-sonylogo img{
	width: 100%;
}
.s5-mikatakv dl dd .s5-mikatalogo {
	position: absolute;
	right: 40px;
	}
	.s5-mikatakv dl dd .s5-mikatalogo.c5-mikatalogo__more-bottom {
		top: calc(1277 / 1277 * 100%);
		}
.s5-mikatakv dl dd .s5-mikatalogo.c5-mikatatxt_tel{
	position: absolute;
	right: 0;
	top: 56%;
	width: 25%;
}
.s5-mikatakv dl dd .s5-mikatalogo.c5-mikatatxt_tel img{
	width: 100%;
}
.s5-mikata_box .s5-mikata_box_in {
	margin-bottom: 50px;
}
.s5-mikata_box .s5-mikata_box_in h3 {
	margin-bottom: 5px;
	font-size: 28px;
	border-bottom: 1px solid #aaa;
}
.s5-mikata_box .s5-mikata_box_in p {
	margin-bottom: 5px;
}
.s5-mikata_dl {
	width: 96%;
	max-width: 1060px;
	margin: 0 auto 70px;
	background-color: #e3e6f3;
	text-align: center;
	padding: 10px 0 15px;
}
.s5-mikata_dl_txt {
	text-align: center;
	font-size: 20px;
	color: #505e97;
}
@media screen and (min-width: 639px){
	.c5-category__imgWrap {
		position: relative;
	}
	.s5-mikatakv dl dt img.c5-mikatakv__img {
		position: absolute;
		top: 66%;
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 639px) and (max-width: 1277px){
	.s5-mikatakv {
		width: calc(1200 / 1277 * 100vw);
	}
	.s5-mikatakv dl dd .s5-mikataSttl {
		margin: calc(70 / 1277 * 100vw) 0 0 calc(58 / 1277 * 100vw);
		font-size:  calc(16 / 1277 * 100vw);
	}
	.s5-mikatakv dl dd .s5-mikataLttl {
		margin: calc(5 / 1277 * 100vw) 0 0  calc(58 / 1277 * 100vw);
		font-size: calc(28 / 1277 * 100vw);
	}
	.s5-mikatakv dl dd .s5-mikatatxt.c5-mikatatxt_tel {
		margin: calc(30 / 1277 * 100vw) 0 0 calc(58 / 1277 * 100vw);
	}
	.s5-mikatakv dl dd .s5-mikatatxt img {
		width: calc(200 / 1277 * 100vw);
		height: auto;
	}
	.s5-mikatakv dl dd .s5-mikatatxt p {
		color: #2f353d;
		font-size: calc(13 / 1277 * 100vw);
	}
	.s5-mikatakv dl dd .s5-mikatatxt p span {
		font-size: 1.6em;
	}
	.s5-mikatakv dl dd .s5-mikatalogo {
		position: absolute;
		right: calc(40 / 1277 * 100vw);
	}

}

@media screen and (min-width: 840px) and (max-width: 960px){
	.s5-mikatakv dl dd .s5-mikatalogo.c5-mikatalogo__more-bottom {
		top: calc(100 / 1277 * 100vw);
	}
}

@media screen and (min-width: 638px) and (max-width: 840px){
	.s5-mikatakv dl dd .s5-mikatalogo.c5-mikatalogo__more-bottom {
		top: calc(120 / 1277 * 100vw);
	}
}


@media screen and (max-width: 639px){
	.s5-mikatakv {
		border-left: none;
		position: relative;
	}
	.s5-mikatakv .s5-category {
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
		background-color: #7584c3;
	}
	.s5-mikatakv dl {
		border-left: none;
		width: 100%;
		height: 150vw;
		margin: 0;
		padding: 0;
		display: block;
		background-color: #f2f2f2;
	}

	.s5-mikatakv dl dt {
		order: 2;
		width: 100%;
		margin: 0;
	}
	.s5-mikatakv dl dt img {
		width: 100%;
	}
	.s5-mikatakv dl dd {
		width: 100%;
	}
	.s5-mikatakv dl dd .s5-mikataSttl {
		margin: 0 4%;
	}
	.s5-mikatakv dl dd .s5-mikataLttl {
		margin: 0 4%;
	}
	.s5-mikatakv dl dd .s5-mikataLttl.c5-mikatatxt_tel {
		font-size: 22px;
	}
	.s5-mikatakv dl dd .s5-mikatatxt {
		margin: 0 4%;
	}
	.s5-mikatakv dl dd .s5-mikatatxt.c5-mikatatxt_tel{
		margin: 0 4%;
	}
	.s5-mikatakv dl dd .s5-mikatatxt img {
		width: 200px;
		height: auto;
	}
	.s5-mikatakv dl dd .s5-mikatalogo.c5-mikatatxt_tel{
		right: 3%;
		top: auto;
		bottom: 2%;
		width: 24vw;
	}
	.s5-mikatakv dl dd .s5-mikatalogo {
		width: 60%;
		top: 100%;
		right: auto;
	}
	.s5-mikatakv dl dd .s5-mikatalogo img {
		width: 100%;
	}
	.s5-mikatakv dl dd .s5-mikatatxt .c5-sonylogo {
		width: 14vw;
	}
	.s5-mikatakv dl dd .s5-mikatalogo.c5-mikatalogo__more-bottom {
		top: calc(400 / 1277 * 100vw);
	}
}










.s5-pdfdlkv {
	max-width: 1200px;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 5px;
	border: #007fb5 2px solid;
	position: relative;
}
.s5-pdfdlkv .s5-officesolution {
	position: absolute;
	left: 55px;
	top: 25px;
	width: 362px;
	height: 492px;
	background: transparent url(../images/img_officesolution.png) left top/50% no-repeat;
}
.s5-pdfdlkv .s5-terms03 {
	position: absolute;
	left: 55px;
	top: 25px;
	width: 362px;
	height: 492px;
	background: transparent url(../images/img_terms03.png) left top/50% no-repeat;
}

.s5-pdfdlkv .s5-pdfSttl {
	color: #2f353d;
	font-size: 18px;
	margin: 20px 0 0 284px;
}
.s5-pdfdlkv .s5-pdfLttl {
	color: #007fb5;
	font-size: 34px;
	margin: 0 0 0 284px;
	font-weight: 700;
}
.s5-pdfdlkv .s5-pdfLttl.mt{
	color: #007fb5;
	font-size: 34px;
	margin: 20px 0 0 284px;
	font-weight: 700;
}
.s5-pdfdlkv .s5-pdftxt {
	color: #007fb5;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 0 284px;
}
.s5-pdfdlkv .s5-pdfKometxt {
	color: #83838f;
	font-size: 14px;
    text-align: right;
    margin: 105px 20px 15px;
}
.s5-pdfdlkv .s5-pdfKometxt.mt{
	color: #83838f;
	font-size: 14px;
    text-align: right;
    margin: 125px 20px 15px;
}
@media screen and (min-width: 639px) and (max-width: 1277px){
	.s5-pdfdlkv {
		width: calc(1200 / 1277 * 100vw);
	}
}

@media screen and (max-width: 638px){
	.s5-pdfdlkv {
		line-height: 2.5em;
	}
	.s5-pdfdlkv .s5-officesolution {
		position: absolute;
		left: auto;
		right: 3.2vw;
		top: 2vw;
		width: calc(180 / 750 * 100vw);
		height: calc(380 / 750 * 100vw);
		background: transparent url(../images/img_officesolution.png) left top / calc(180 / 750 * 100vw) no-repeat;
	}
	.s5-pdfdlkv .s5-terms03 {
		position: absolute;
		left: auto;
		right: 3.2vw;
		top: 2vw;
		width: calc(180 / 750 * 100vw);
		height: calc(380 / 750 * 100vw);
		background: transparent url(../images/img_terms03.png) left top / calc(180 / 750 * 100vw) no-repeat;
	}
	.s5-pdfdlkv .s5-pdfSttl {
		font-size: calc(28 / 750 * 100vw);
		margin: 23vw 0 0 4vw;
	}
	.s5-pdfdlkv .s5-pdfLttl {
		font-size: calc(40 / 750 * 100vw);
		margin: 1vw 0 0 4vw;
	}
	.s5-pdfdlkv .s5-pdfLttl.mt {
		font-size: calc(40 / 750 * 100vw);
		margin: 23vw 0 0 4vw;
	}
	.s5-pdfdlkv .s5-pdftxt {
		font-size: calc(28 / 750 * 100vw);
		margin: 1vw 0 0 4vw;
	}
	.s5-pdfdlkv .s5-pdfKometxt {
		font-size: calc(20 / 750 * 100vw);
		text-align: right;
		margin: 1vw 4vw 0 0;
	}
	.s5-pdfdlkv .s5-pdfKometxt.mt {
		font-size: calc(20 / 750 * 100vw);
		text-align: right;
		margin: 1vw 4vw 0 0;
	}
	
}

.s5-formConfig__textListItem input {
	position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
}
.s5-formConfig__textListItem label::before {
	display: none;
}

@media screen and (max-width: 768px) {
.c5-only-pc {
	display: none !important;
}
}

.c5-only-sp {
	display: none !important;
}

.c5-mikata_img {
	width: 55.833%;
	margin: 20px auto;
}

.c5-mikata_img img{
    width: 100%;
}

.c5-mikata_weight {
	font-weight: bold;
}

.c5-flex {
	display: flex;
	justify-content: space-between;
}
.c5-flex .c5-flex_content_left {
	width: 36%;
}
.c5-flex .c5-flex_content_right {
	width: 60%;
}
.c5-flex .c5-mikata_img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.c5-only-sp {
		display: block !important;
	}

	.c5-mikata_img {
		width: 100%;
	}
	.c5-flex {
		display: block;
	}
	.c5-flex .c5-flex_content_left {
		width: 100%;
	}
	.c5-flex .c5-flex_content_right {
		width: 100%;
	}
}
h1.c5-mikata__headTitle {
	font-weight: 400;
}

@media screen and (min-width: 639px) and (max-width: 900px){
	.s5-mikatakv dl.c5-category__inner {
		padding-bottom: 48px;
	}
}
@media screen and (max-width: 637px){
	.s5-mikatakv dl.c5-category__inner {
		padding-bottom: 40px;
	}
}

.c5-mikata__paddingWrap > div.s5-mikata_box_in {
	padding: 0% 5%;
}

