@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
    border-bottom: 1px solid #f2f2f2;
}
.headerIn, .footerIn {
    width: 960px;
    margin: 0 auto;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.copyRightIn {
    width: 960px;
}
#footer {
    padding-top: 20px;
    background-color: #fff;
}
.pageTop {
    border-radius: 50%;
}
#container {
}
#mainContents {
    color: #202020;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    letter-spacing: 0.10em;
    font-feature-settings: "palt"1;
}
.sp {
    display: none;
}
.releasedate {
	font-size: 11px; 
	color: #333;
	width: 960px; 
	margin: 20px auto 0; 
	text-align: right;
}
/* noto --------------------*/
@font-face {
    font-family: 'noto-light';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Light.woff);
}
@font-face {
    font-family: 'noto-bold';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
}
.noto-light {
	font-family: 'noto-light';
}
.noto-bold {
    font-family: 'noto-bold';
}
/*==============================================
 看板
============================================= */
.mainTitle {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_brother/bg_main_title.jpg) no-repeat center top;
}
.mainTitleIn {
	width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
}
.mainTitle h1 {
    width: 840px;
    height: 440px;
	margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_brother/h1.png) no-repeat center center;
    font-size: 0;
    text-indent: -999rem;
}
.lead {
    width: 960px;
    line-height: 2.0;
    margin: 80px auto 0;
    font-size: 16px;
}
.lead a:link, .lead a:visited {
    color: #eb5d04;
	font-weight: bold;
}
.lead a:hover, .lead a:active {
    text-decoration: underline;
}
/*==============================================
 .btn
============================================= */
.btn {
	display: block;
	position: relative;
	overflow: hidden;
	width: 760px;
	height: 60px;
	line-height: 54px;
	margin: 40px auto 0;
	border: 3px solid #202020;
	border-radius: 30px;
	background-color: #eb5d04;
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	transition: background-color .2s;
	box-sizing: border-box;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
}
.btn:hover,
a:hover .btn {
	background-color: #eba204;
	color: #fff;
}
/*.bnr*/
.bnr .btn {
	width: 520px;
	height: 50px;
	line-height: 44px;
	font-size: 14px;
}
/*.kakomi*/
.kakomi .btn {
	width: 640px;
	height: 50px;
	line-height: 44px;
	margin-top: 50px;
	font-size: 14px;
}
/*.product*/
.product .btn {
	width: 100%;
	height: 45px;
	line-height: 39px;
	font-size: 12px;
}
.product .btn::after {
	display: none;
}
/*==============================================
 .bnr
============================================= */
.bnr {
	width: 960px;
    height: 160px;
    margin: 80px auto 0;
}
.bnr a {
    display: block;
    position: relative;
    width: 100%;
    height: 160px;
	border: 3px solid #202020;
    box-sizing: border-box;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_brother/bg_bnr.jpg) no-repeat center center;
}
.bnr a .info dt {
	display: none;
}
.bnr a .info dd {
	position: absolute;
	top: auto;
	bottom: 27px;
	left: auto;
	right: 64px;
}
/*==============================================
 .lnav
============================================= */
.lnav {
	width: 960px;
    margin: 60px auto 0;
    padding: 40px 60px;
	border: 3px solid #202020;
	box-sizing: border-box;
}
.lnav ul {
    position: relative;
    margin: 0 auto;
}
.lnav ul li a {
    display: block;
    position: relative;
    line-height: 2.6;
    padding-left: 40px;
    font-size: 15px;
	font-weight: bold;
    transition: color 0.2s;
}
.lnav ul li a::before {
	content: "";
	display: block;
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto 0;
    border: 3px solid #202020;
	border-radius: 50%;
	background-color: #eb5d04;
	transition: background-color .2s;
	box-sizing: border-box;
}
/*
.lnav ul li a:hover::before {
	background-color: #eba204;
}
*/
.lnav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    bottom: 0;
    left: 8px;
    width: 5px;
    height: 5px;
    margin: auto 0;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
}
.lnav ul li a:hover {
    color: #eb5d04;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
	margin-top: 100px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_brother/dot_line.png) repeat-x 0 25px;
}
.paragraphIn {
    width: 960px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    width: 960px;
	line-height: 1.5;
    margin: 0 auto;
	padding-top: 90px;
	text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.paragraph h2 .i {
    display: inline-block;
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 250px;
	height: 50px;
	line-height: 44px;
	margin: 0 auto;
	border: 3px solid #eb5d04;
	background-color: #fff;
	color: #eb5d04;
    font-size: 16px;
	box-sizing: border-box;
}
.paragraph h3,
.product h3 {
	margin: 80px auto 0;
	text-align: center;
}
.paragraph h3 span,
.product h3 span {
	display: inline-block;
	line-height: 1.5;
	padding-bottom: 5px;
	border-bottom: 3px solid #eb5d04;
	font-weight: bold;
	font-size: 24px;
}
.paragraph h4 {
	margin-top: 60px;
	font-size: 18px;
	font-weight: bold;
}
.paragraph p {
    line-height: 2.0;
    margin-top: 60px;
    font-size: 16px;
}
.paragraph h3 + p {
	margin-top: 50px;
}
.paragraph p + p {
	margin-top: 50px;
}
.paragraph .bold {
	font-weight: bold;
}
.paragraph p a {
	position: relative;
	padding-left: 1.5em;
}
.paragraph p a:link, .paragraph p a:visited {
	color: #eb5d04;
	font-weight: bold;
}
.paragraph p a:hover, .paragraph p a:active {
    text-decoration: underline;
}
.paragraph p a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-right: 3px solid #eb5d04;
    border-bottom: 3px solid #eb5d04;
    transform: rotate(-45deg);
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin: 60px auto 0;
}
h4 + .imgBox {
	margin-top: 30px
}
.imgBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.imgBox a {
    display: block;
    width: 460px;
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 1.8;
    width: 460px;
    margin-top: 0;
    padding-left: 40px;
    font-size: 14px;
}
/*---- .one ----*/
.imgBox.one {
    width: 100%;
}
.imgBox.one a {
    width: 100%;
}
.imgBox.one .cap {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .two a {
    width: 460px;
}
.imgBox .two + .cap {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
}
/*---- .app ----*/
.imgBox .app {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.imgBox .app a {
	width: auto;
	height: 460px;
	margin: 0 20px;
}
.imgBox .app a img {
	width: 100%;
	height: 100%;
}
.imgBox .app + .cap {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
}
/*---- .table ----*/
.imgBox.table {
	display: block;
    width: 582px;
}
.imgBox.table a {
    width: auto;
}
.imgBox.table img {
    width: auto;
}
.imgBox.table .cap {
    width: auto;
    margin-top: 15px;
    padding-left: 0;
	text-align: right;
}
/*==============================================
 .note
============================================= */
ul.note {
	margin-top: 60px;
}
ul.note li {
	margin-top: 10px;
	font-size: 11px;
}
/*==============================================
 .kakomi
============================================= */
.kakomi {
	margin-top: 80px;
	padding: 50px 60px 60px;
	background-color: #fff0dc;
}
.kakomi h3 {
	line-height: 1.6;
	margin-top: 0;
	font-size: 30px;
	font-weight: bold;
}
.kakomi .img {
	margin-top: 50px;
	text-align: center;
}
/*==============================================
 #matome
============================================= */
#matome {
}
/*==============================================
 .product
============================================= */
.productWrap {
	margin-top: 100px;
	padding: 60px 100px 100px;
	background-color: #fff0dc;
}
.product {
    width: 960px;
    margin: 0 auto 0;
}
.product h2 {
	text-align: center;
    font-size: 30px;
}
/*---- .prdBox ----*/
.prdBox {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: 50px;
}
.prdBox li {
	position: relative;
	width: 293px;
	margin: 0 20px;
	text-align: center;
}
.prdBox li:first-child {
	margin-left: 0;
}
.prdBox li:last-child {
	margin-right: 0;
}
.prdBox li .model {
	position: absolute;
	top: -25px;
	left: -25px;
}
.prdBox li a {
	display: block;
	border: 3px solid #202020;
	background-color: #fff;
}
.prdBox li a:hover {
}
.prdBox li a {
	padding: 30px;
	box-sizing: border-box;
}
.prdBox li a .btn {
	margin: 10px auto 0;
}
.prdBox li a .img {
	margin-bottom: 20px;
}
.prdBox li a .img img {
	width: 100%;
}
.prdBox li a p {
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
}
.prdBox li a p.name {
	color: #eb5d04;
	font-size: 28px;
}
/*---- .bnrCampaign ----*/
.bnrCampaign {
    margin-top: 80px;
    text-align: center;
}
.bnrCampaign a {
	display: block;
	width: 960px;
	height: 140px;
	margin: 0 auto;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_brother/bnr_campaign.jpg) no-repeat center center;
	font-size: 0;
	text-indent: -999em;
	box-sizing: border-box;
    transition: opacity .2s;
}
.bnrCampaign a:hover {
    opacity: 0.7;
}
/*==============================================
 アンケート
============================================= */
.questionnaireInner {
    border: 1px solid #e4e4e4;
}
.questionnaire {
    /*margin-top: 100px;*/
    padding-bottom: 80px !important;
}
/*----　カラー変更　----*/
.questionnaire {
    color: #2e2e2e;
}
.question .select .arrow {
    border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2, .btnSend a {
    background-color: #0a7bc3;
}
.btnSend a:hover {
    background-color: #04619d;
}
.questionnaireInner h3 .q {
    color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
    background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
    border-color: #1b75bc !important;
}
/*----　ベースデザイン　----*/
.questionnaire {
    padding: 100px 0;
    background-color: #f2f2f2;
    letter-spacing: 0.1em;
    font-feature-settings: "palt"1;
}
.questionnaireInner {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 60px;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
}
.questionnaireInner h2 {
    padding: 25px 30px 25px;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.questionnaireInner h3 {
    line-height: 1.8;
    font-size: 16px;
    font-weight: bold;
}
.questionnaireInner h3 .q {
    margin-right: 10px;
    font-size: 24px;
}
.questionnaireInner h3 .required {
    margin-left: 10px;
    color: #e20000;
}
.question {
    padding: 40px 80px 0;
}
.question:first-child {
    padding-top: 50px;
}
.question ul {
    list-style: none;
    margin-top: 20px;
    overflow: auto;
}
.question ul li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.question ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    padding: 0 0 0 53px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .2s linear;
}
/* radio */
.question ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.question ul li .radio {
    display: block;
    position: absolute;
    border: 3px solid #cccccc;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 6px;
    left: 20px;
    z-index: 5;
    transition: border .2s linear;
    -webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
    border: 3px solid;
}
.question ul li .radio::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 6px;
    width: 6px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: background .2s linear;
    -webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
    border: 3px solid;
}
/* checkbox */
.question ul li input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.question ul li .check {
    display: block;
    position: absolute;
    border: 3px solid #cccccc;
    border-radius: 6px;
    height: 16px;
    width: 16px;
    top: 4px;
    left: 20px;
    z-index: 5;
    transition: border .2s linear;
    -webkit-transition: border .2s linear;
}
.question ul li:hover .check {
    border: 3px solid;
}
.question ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    height: 6px;
    width: 3px;
    top: -3px;
    bottom: 0;
    left: 0;
    right: 1px;
    margin: auto;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: border .2s linear;
    -webkit-transition: border .2s linear;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.question input[type=checkbox]:checked ~ .check {
    border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
    border-bottom: 2px solid;
    border-right: 2px solid;
}
/* select */
.question .select {
    display: inline-block;
    position: relative;
    margin: 20px 0 0 20px;
}
.question .select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 5px 35px 5px 15px;
    outline: 0;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border .2s linear;
}
.question .select .arrow {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
}
.question .select select:hover, .question .select select:focus {
    border: 1px solid;
}
/* textarea */
.question textarea {
    width: 80%;
    height: 150px;
    margin: 20px 0 0 20px;
    padding: 6px 10px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 16px;
    outline: 0;
    transition: border .2s linear;
}
.question textarea:hover, .question textarea:focus {
    border: 1px solid;
}
/* input */
.question input {
    width: 80%;
    margin: 20px 0 0 20px;
    padding: 6px 10px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 16px;
    outline: 0;
    transition: border .2s linear;
}
.question input:hover, .question input:focus {
    border: 1px solid;
}
.question ul li.text label {
    display: inline-block;
}
.question ul li.text input {
    width: 20%;
    margin: 0 0 0 10px;
}
/* .btnSend */
.btnSend {
    margin-top: 60px;
    text-align: center;
}
.btnSend a {
    display: inline-block;
    padding: 15px 100px;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: background-color .2s linear;
}
/* .thanks */
.thanks {
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
}