/* A Modern CSS Reset */
 
*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}html{scroll-behavior:smooth}body{
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    
}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}img:not([alt]){filter:blur(10px)}

@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
}


/* css 20200826 */

html { font-size:62.5%;
}
body {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 1.6rem;
    color: #333333;
}
a {
    text-decoration: none;
    color: #097DC6;
}
.nohreflink:hover {
    cursor: pointer;
}
input,textarea {
	-webkit-appearance:none-;
}
.wrapper img {
    animation: fadeIn 1s ease 0s 1 normal;
}
.header-block {
    background-color: #FFFFFF;
}
.header {
    width: 965px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    position: relative;
}
.header__logo--shinsei {
    background-image: url(../img/logo_shinsei@2x.png);
    text-indent: -9999px;
    display: block;
    background-repeat: no-repeat;
    width: 96px;
    background-size: contain;
    position: absolute;
    top: 24px;
    height: 20px;
}
.header__logo--hallo {
    background-image: url(../img/logo_dipo@2x.png);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    width: 250px;
    background-size: contain;
    position: absolute;
    top: 22px;
    right: 0px;
    height: 31px;
}
.menu-block {
    background-color: #ffffff;
}
.menu-wrap {
    height: 70px;
}
.menu-block.fixed {
    position: fixed;
    width: 100%;
    top: 0rem;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.30);
    z-index: 9999;
}
.menu {
    display: block;
    width: 965px;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    position: relative;
}
.menu__title {
    font-size: 3.2rem;
    position: absolute;
    top: 8px;
}
.menu__title-link {
color: #333333;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-style: italic;
}
.menu__title-small{
font-size: 1.6rem;
font-style: normal;
font-weight: 700;
font-family: "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
margin-left: 2.4rem;
vertical-align: middle;
}
.menu__list-block {
    position: absolute;
    right: 0px;
    top: 22px;
}
.menu__list {
    float: left;
    margin-left: 2rem;
    margin-right: 2rem;
    font-weight: bold;
}
.menu__list-link {
    color: #004595;
}
.menu__list-link::after {
    border-bottom: solid 1px #004595;
    opacity: .5;
    bottom: 0;
    padding-bottom: .5rem;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
    }
.menu__list-link:hover::after {
    width: 100%;
}
.menu__list-link--contact {
    background-color: #004595;
    padding-top: 0.8rem;
    padding-right: 3.2rem;
    padding-bottom: 0.8rem;
    padding-left: 3.2rem;
    color: #ffffff;
    border-radius: 2rem;
}
.menu__list-link--contact:hover {
    background-color: #333333;
    color: #FFFFFF;
}
.drop{
position: relative;
}
.menu-second {
position: absolute;
background-color: #FFFFFF;
visibility: hidden;
opacity: 0;
z-index: 1;
padding-top: 5px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
-webkit-box-shadow: 0px 0px 4px hsla(0,0%,0%,0.24);
box-shadow: 0px 0px 4px hsla(0,0%,0%,0.24);
top: 29px;
left: -45px;
width: 200px;
}
.drop:hover .menu-second {
	visibility: visible;
	opacity: 1;
}
.menu-second__list{

}
.menu-second__list a{
padding-top: 8px;
padding-right: 16px;
padding-bottom: 8px;
padding-left: 16px;
display: block;
font-size: 1.4rem;
text-align: center;
color: #004495;
border-bottom: 1px solid #eeeeee;
}
.menu-second__list a:hover{
color: #ffffff;
background-color: #004495;
}
.menu-second__list:last-child a{
border-bottom: none;
}
.title-block {
    background-color: #F2F1ED;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
}
.title {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
}
.contents-header__wrapper{
background-color: #004395;
}
.header--a{
background-image: url(../img/title_A.png);
background-size: cover;
background-position: center 0%;
}
.header--b{
background-image: url(../img/title_B.png);
background-size: cover;
background-position: center 0%;
}
.header--c{
background-image: url(../img/title_C.png);
background-size: cover;
background-position: center 0%;
}
.contents-header{
width: 965px;
margin-left: auto;
margin-right: auto;
padding-top: 24px;
display: flex;
}
.contents-header__title{
font-size: 3.2rem;
color: #ffffff;
margin-top: 8px;
margin-bottom: 24px;
}
.contents-header__mark{
width: 86px;
}
@media screen and (max-width: 767px){
.contents-header__wrapper{
background-color: #004395;
height: 128px;
}
.contents-header{
width: 100%;
margin-left: auto;
margin-right: auto;
padding-top: 32px;
display: flex;
padding-left: 16px;
}
.contents-header__title{
font-size: 2.4rem;
color: #ffffff;
margin-top: 8px;
margin-bottom: 24px;
}
.contents-header__mark{
width: 72px;
}
.header--a{
background-image: url(../img/title_A.png);
background-size: cover;
background-position: -630px 0%;
background-repeat: no-repeat;
}
.header--b{
background-image: url(../img/title_B.png);
background-size: cover;
background-position: -630px 0%;
}
.header--c{
background-image: url(../img/title_C.png);
background-size: cover;
background-position: -630px 0%;
}
}
.contents-header--second{
margin-left: 32px;
}
.path-block {
}
.path-block:after{
    content: "";
    display: block;
    clear: both;
}
.path__list {
float: left;
background-image: url(../img/ar_path.svg);
background-repeat: no-repeat;
padding-right: 2.4rem;
background-size: auto 1rem;
background-position: right 0.8rem center;
color: #DDDDDD;
font-size: 1.4rem;
}
.path__list:last-child {
    background-image: none;
}
.path__link {
    font-size: 1.4rem;
    color: #dddddd;
}
.title__text {
    clear: both;
    font-size: 3.2rem;
    margin-top: 1.6rem;
}
.main-block {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}
.background--second{
background-color: #EFF2F4;
}
.main {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
}

.top-main {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
}
.top-main__catch{
background-repeat: no-repeat;
background-image: url(../img/top-second-catch@2x.png);
display: block;
text-align: center;
color: #FFFFFF;
background-position: center 48px;
padding-bottom: 40px;
background-size: 778px auto;
}
.top-switch__block{
background-color: #FFFFFF;
background-image: url(../img/bg_sq01.png);
background-repeat: repeat-y;
}
.top-switch__title{
background-color: #333333;
padding-top: 8px;
padding-right: 32px;
padding-bottom: 8px;
padding-left: 32px;
font-size: medium;
}
.top-switch__sub{
margin-left: 24px;
font-size: 1.4rem;
font-weight: normal;
}
.top-switch__mark{
background-color: #D7E83E;
font-weight: 700;
width: 32px;
height: 32px;
display: inline-block;
text-align: center;
line-height: 32px;
margin-right: 16px;
}
.top-switch__name{
color: #FFFFFF;
font-weight: 700;
display: inline-block;
}
.top-switch__link-block{
margin-bottom: 16px;
}
.top-switch__link{
background-color: #004395;
color: #FFFFFF;
padding-top: 8px;
padding-right: 16px;
padding-bottom: 8px;
padding-left: 16px;
background-image: url(../img/ico-ar01@2x.png);
background-repeat: no-repeat;
background-size: 24px auto;
background-position: right 16px center;
border-radius: 24px;
width: 566px;
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.top-switch__link:hover{
background-color: #333333;
}
.top-switch__list-block:after{
content: "";
display: block;
clear: both;
}
.top-switch__list{
background-image: url(../img/ico-cr01@2x.png);
background-repeat: no-repeat;
background-size: 14px auto;
background-position: left 5px;
padding-left: 20px;
margin-bottom: 8px;
}
.top-switch__img{
float: right;
width: 240px;
margin-left: 24px;
}
.top-switch__txt-block{
width: 566px;
margin-left: 64px;
}
.top-switch__main{
display: flex;
margin-top: 24px;
margin-bottom: 24px;
margin-left: 32px;
margin-right: 32px;
}
.top-switch__body{
margin-bottom: 16px;
}
.top-switch__fig{
width: 272px;
border: 2px solid #555555;
border-radius: 8px;
}
.top-switch__note{
font-size: 1.4rem;
margin-top: 24px;
}
@media screen and (max-width: 767px){
.top-main {
width: 100%;
}
.top-main__catch{
font-size: 1.6rem;
background-position: center 61px;
}
.top-switch__block{
background-repeat: repeat-x;
background-size: auto 190px;
}
.top-switch__title{
padding-left: 16px;
padding-right: 16px;
}
.top-switch__sub{
display: block;
margin-left: 0px;
margin-top: 8px;
}
.top-switch__mark{
}
.top-switch__name{
display: inline;
}
.top-switch__link-block{
}
.top-switch__link{
width: 100%;
}
.top-switch__link:hover{
}
.top-switch__list-block:after{
}
.top-switch__list{
}
.top-switch__img{
float: none;
margin-left: auto;
margin-right: auto;
margin-bottom: 16px;
}
.top-switch__txt-block{
width: 100%;
margin-left: 0px;
}
.top-switch__main{
display: block;
margin-left: 16px;
margin-right: 16px;
margin-bottom: 16px;
}
.top-switch__body{
padding-bottom: 24px;
}
.top-switch__fig{
width: 172px;
margin-left: auto;
margin-right: auto;
margin-bottom: 24px;
}
.top-switch__note{
}
}
.nav__pagetop {
    background-image: url(../img/btn_page_up@2x.png);
    background-repeat: no-repeat;
    width: 4rem;
    height: 4rem;
    background-size: contain;
    z-index: 9998;
    text-indent: -9999px;
    display: block;
    position: fixed;
    bottom: 80px;
    right: 40px;
}
.footer-block {
    background-color: #6F7477;
}
.footer {
width: 965px;
margin-left: auto;
margin-right: auto;
position: relative;
padding-bottom: 24px;
}
.footer-rows{
display: flex;
padding-top: 48px;
padding-bottom: 40px;
}
.footer-rows__column{
	width: 218px;
}

.footer-rows__list--first{
margin-bottom: 8px;	
}
.footer-rows__list--first a{
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 700;
}
.footer-rows__list--first ul{
padding-left: 0px;
}
.footer-rows__list{
list-style: none;
}
.footer-rows__list a{
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: normal;
}

.footer__text {
    font-size: 1.2rem;
    position: absolute;
    top: 20px;
}
.footer__link {
    color: #FFFFFF;
}
.footer-rows__company{
color: #FFFFFF;
font-weight: 700;
font-size: 1.4rem;
margin-bottom: 8px;
}
.footer-rows__address{
color: #FFFFFF;
font-size: 1.4rem;
margin-bottom: 8px;
}
.footer-rows__number{
color: #FFFFFF;
font-size: 1.4rem;
}
.footer__copyright {
color: #FFFFFF;
font-size: 1.2rem;
text-align: center;
}
@media screen and (max-width: 767px){
.footer-rows{
display: block;
padding-top: 48px;
padding-bottom: 40px;
}
.footer-rows__column{
	width: 100%;
}
.footer-rows__company{
margin-top: 40px;
border-top: 1px solid #CCCCCC;
padding-top: 24px;
text-align: center;
}
.footer-rows__address{
color: #FFFFFF;
font-size: 1.4rem;
margin-bottom: 8px;
text-align: center;
}
.footer-rows__number{
color: #FFFFFF;
font-size: 1.4rem;
text-align: center;
}
}
.block {
margin-top: 4rem;
    padding-bottom: 4rem;
}
@media screen and (max-width: 767px){
.block {
margin-top: 2.4rem;
    padding-bottom: 2.4rem;
}
}
.hr{
border-bottom: 1px solid #CCCCCC;
border-top-style: none;
}
.block:after {
    content: "";
    display: block;
    clear: both;
}
.anchor__block{
display: block;
margin-top: 32px!important;
margin-bottom: 48px!important;
}
.anchor__list{
display: inline-block;
margin-right: 8px;
}
.anchor__link{
background-color: #004495;
color: #FFFFFF;
padding-top: 16px;
padding-right: 24px;
padding-bottom: 16px;
padding-left: 48px;
background-image: url(../img/ico_ar03@2x.png);
background-repeat: no-repeat;
background-size: 12px auto;
background-position: 24px center;
}
@media screen and (max-width: 767px){
.anchor__list{
display: block;
margin-right: 0px;
margin-bottom: 32px;
}
}
.new-mark{
background-color: #ffffff;
color: #004595;
padding-top: 2px;
padding-right: 8px;
padding-bottom: 2px;
padding-left: 8px;
display: inline-block;
font-weight: 700;
border: 2px solid #004595;
font-size: 1.4rem;
margin-right: 8px;
top: -4px;
position: relative;
}
.section__text {
margin-bottom: 1.6rem;
padding-left: 24px;
}
@media screen and (max-width: 767px){
.section__text {
margin-bottom: 1.6rem;
padding-left: 0px;
}
}
.lead__text--first {
font-size: 2.4rem;
border-bottom: 2px solid #CCCCCC;
padding-bottom: 1.6rem;
margin-bottom: 3.2rem;
position: relative;
margin-top: 1.6rem;
}
.lead__text--first:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 300px;
    height: inherit;
    border-bottom: 2px solid #004595;
}
.lead__text--second {
    border-left: 8px solid #004595;
    padding-left: 1.6rem;
    color: #004595;
    font-size: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    margin-bottom: 3.2rem;
}
.lead__text--third {
    font-size: 2.4rem;
    background-image: url(../img/cr1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px auto;
    padding-left: 2.4rem;
    margin-bottom: 1.6rem;
}
.products-pic__block{
margin-bottom: 40px;
}
.products-pic{
width: 540px;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 767px){
.products-pic__block{
margin-bottom: 0px;
}
}
.company__catch{
color: #004495;
font-size: 3.2rem;
}
.company__lead{
font-size: 2.4rem;
margin-top: 8px;
}
@media screen and (max-width: 767px){
.company__catch{
color: #004495;
font-size: 2.4rem;
}
.company__lead{
font-size: 1.6rem;
margin-top: 8px;
}
}
.company-pic__block{
margin-top: 32px;
margin-bottom: 32px;
}
.company-pic{
width: 100%;
margin-left: auto;
margin-right: auto;
}
.company-pic--small{
width: 720px;
margin-left: auto;
margin-right: auto;
}
.company__ceo{
text-align: right;
font-weight: 700;
margin-top: 56px;
}
.products-pic--full{

}
.products-fig__block{
margin-bottom: 40px;
}
.products-fig{
width: 640px;
margin-left: auto;
margin-right: auto;
border: 1px solid #707070;
}
.fig__block {
    margin-bottom: 2.4rem;
}
.pic--products {
    width: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.table__block {
border-collapse : collapse;
border-width : 1px 0 0 1px;
border-style : solid;
border-color : #707070;  /* IE 6(Win) */
margin-bottom: 10px;
clear: both;
width: 100%;
background-color: #FFFFFF;
}

.table__td {
	border-width : 0 1px 1px 0;
	border-style : solid;
	border-top-color: #707070;
	border-right-color: #707070;
	border-bottom-color: #707070;
	border-left-color: #707070;
	padding: 8px;
	width: auto;
	text-align: center;
}
.table__td--company {
border-width : 0 1px 1px 0;
border-style : solid;
border-top-color: #707070;
border-right-color: #707070;
border-bottom-color: #707070;
border-left-color: #707070;
padding-top: 8px;
padding-right: 24px;
padding-left: 24px;
padding-bottom: 8px;
width: auto;
text-align: left;
}
.table__td--form-title {
border-width : 0 1px 1px 0;
border-style : solid;
border-top-color: #707070;
border-right-color: #707070;
border-bottom-color: #707070;
border-left-color: #707070;
padding-top: 8px;
padding-right: 24px;
padding-left: 24px;
padding-bottom: 8px;
width: auto;
text-align: center;
background-color: #DDDDDD;
font-weight: 700;
}
.table__th {
border-width : 0 1px 1px 0;
border-style : solid;
border-top-color: #707070;
border-right-color: #707070;
border-bottom-color: #707070;
border-left-color: #707070;
padding-top: 8px;
padding-right: 24px;
padding-left: 24px;
padding-bottom: 8px;
color: #FFFFFF;
background-color: #555555;
text-align: left;
font-weight: 700;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 248px;
position: relative;
}
.contact__label--require{
background-color: #E60027;
border-radius: 4px;
padding-top: 4px;
padding-right: 8px;
padding-bottom: 4px;
padding-left: 8px;
font-size: 1.2rem;
line-height: 100%;
position: absolute;
top: 50%;
right: 24px;
transform: translateY(-50%);
}
.table__th--form{
border-width : 0 1px 1px 0;
border-style : solid;
border-top-color: #707070;
border-right-color: #707070;
border-bottom-color: #707070;
border-left-color: #707070;
padding-top: 8px;
padding-right: 16px;
padding-left: 16px;
padding-bottom: 8px;
color: #FFFFFF;
background-color: #555555;
text-align: left;
font-weight: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
font-size: 1.4rem;
width: 160px;
}
@media screen and (max-width: 767px){
.table__th {
width: 40%;
font-size: 1.4rem;
padding-left: 8px;
padding-right: 8px;
}
.table__td {
font-size: 1.4rem;
}
.table__td--company {
font-size: 1.4rem;
padding-left: 8px;
padding-right: 8px;
}
.table__td--form-title {
font-size: 1.4rem;
}
.contact__label--require{
right: 4px;
}
.table__th--form{
width: 30%;
padding-left: 8px;
padding-right: 8px;
}
}
.contact-form__text{
border: 1px solid #CCCCCC;
border-radius: 2px;
padding-top: 8px;
padding-right: 8px;
padding-bottom: 8px;
padding-left: 8px;
width: 100%;
}
.contact-form__checkbox:nth-child(2){
margin-left: 16px;
margin-right: 4px;
}
.contact-form__value{
border: 1px solid #CCCCCC;
border-radius: 2px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 50%;
}
.contact-form__value--short{
border: 1px solid #CCCCCC;
border-radius: 2px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
width: 20%;
}
.contact-form__sub{
font-size: 1.2rem;
margin-left: 4px;
margin-right: 4px;
}
.form__trig{
background-color: #004495;
color: #FFFFFF;
font-weight: 700;
padding-left: 56px;
padding-top: 16px;
padding-bottom: 16px;
font-size: 2rem;
margin-bottom: 8px;
background-image: url(../img/ico_ar02@2x.png);
background-repeat: no-repeat;
background-size: 12px auto;
background-position: 24px center;
padding-right: 24px;
cursor: pointer;
}
.form__trig--confirm{
color: #333333;
font-weight: 700;
font-size: 2rem;
margin-bottom: 8px;
}
.form__content{
margin-bottom: 32px;
display: none;
}
.form__content--confirm{
margin-bottom: 32px;
}
.contact__btn {
background-color: #004495;
color: #FFFFFF;
font-size: 2.4rem;
font-weight: bold;
text-align: center;
width: 440px;
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 2.4rem;
padding-bottom: 2.4rem;
border-radius: 4rem;
margin-bottom: 6.4rem;
margin-top: 6.4rem;
}
.contact__btn:hover {
    background-color: #333333;
}
.contact-form__btn {
background-color: #C60022;
color: #FFFFFF;
font-size: 2.4rem;
font-weight: bold;
text-align: center;
width: 440px;
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 2.4rem;
padding-bottom: 2.4rem;
border-radius: 4rem;
border: none;
margin-bottom: 6.4rem;
margin-top: 6.4rem;
-webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form__btn--back {
background-color: #eeeeee;
color: #aaaaaa;
font-size: 1.6rem;
font-weight: bold;
text-align: center;
width: 320px;
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 1.6rem;
padding-bottom: 1.6rem;
border-radius: 4rem;
margin-bottom: 3.2rem;
margin-top: 6.4rem;
}
.contact-form__btn:hover {
    background-color: #333333;
}
@media screen and (max-width: 767px){
.contact-form__btn {
width: 80%;
}
}
.lineup__block {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.lineup__list{
width: 300px;
text-align: center;
margin-bottom: 2.4rem;
}
.lineup__link {
    display: block;
}
.lineup__pic{
border: 1px solid #CCCCCC;
margin-bottom: 16px;
}

.lineup__name {
    color: #333333;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
    margin-top: 0.4rem;
}
.lineup__name sup {
    vertical-align: super;
    font-size: 1.3rem;
}
.lineup_thumb {
    height: 194px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.lineup__text {
    color: #004595;
}
.lineup__text--feature {
    font-weight: bold;
    color: #097DC6;
}
@media screen and (max-width: 767px){
.lineup__list{
width: 48%;
text-align: center;
margin-bottom: 2.4rem;
border: 1px solid #CCCCCC;
}
}
.chart {
	border-collapse : collapse;
	border-width : 1px 0 0 1px;
	border-style : solid;
	border-color : #CCCCCC;  /* IE 6(Win) */
	margin-bottom: 10px;
	clear: both;
	width: 100%;
}

.chart td {
    border-width : 0 1px 1px 0;
    border-style : solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding: 1.2rem;
    vertical-align: top;
}
.chart th {
    border-width : 0 1px 1px 0;
    border-style : solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding: 6px;
    background-color: #F2F1ED;
    text-align: left;
    font-weight: normal;
}
.chart.product-spec th {
    width: 24rem;
}
.section-btn__block {
    text-align: center;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
}
.section-btn {
    background-color: #097DC6;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 0.8rem;
    padding-right: 3.2rem;
    padding-bottom: 0.8rem;
    padding-left: 3.2rem;
    border-radius: 2.4rem;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.section-btn:hover {
    background-color: #333333;
}
.section-btn--white {
    background-color: #FFFFFF;
    color: #097DC6;
    font-weight: bold;
    padding-top: 0.8rem;
    padding-right: 3.2rem;
    padding-bottom: 0.8rem;
    padding-left: 3.2rem;
    border-radius: 2.4rem;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.section-btn--white:hover {
    background-color: #333333;
    color: #FFFFFF;
}
.section-list__block{
padding-left: 2.4rem!important;
}
.section-list__list {
    margin-bottom: 1.6rem;
    background-image: url(/img/cr1.svg);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: left .5rem;
    padding-left: 2rem;
}
.section-list__block--second{
padding-left: 2.4rem!important;
padding-top: 2.4rem!important;
padding-bottom: 1.6rem!important;
}
.section-list__list--second {
margin-bottom: 1.6rem;
background-image: url(/img/cr2.svg);
background-repeat: no-repeat;
background-size: 8px auto;
background-position: left 0.8rem;
padding-left: 2rem;
}
.section-list__note {
    padding-left: 1.6rem;
}
.section-list__dl dt {
    float: left;
}
.section-list__dl dd {
    padding-left: 8rem;
}
@media screen and (max-width: 767px){
.section-list__block{
padding-left: 0rem!important;
}
.section-list__list {
    margin-bottom: 1.6rem;
    background-image: url(/img/cr1.svg);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: left .5rem;
    padding-left: 2rem;
}
}
.note__text {
    font-size: 1.2rem;
    color: #555555;
    line-height: 2.4rem;
}
.square-list__block{
display: flex;
flex-wrap: wrap;
}
.square-list{
border: 0px solid #004595;
padding-top: 16px;
padding-right: 16px;
padding-bottom: 16px;
padding-left: 16px;
width: 305px;
margin-bottom: 16px;
background-color: #FFFFFF;
font-weight: 700;
margin-left: 8px;
margin-right: 8px;
}
@media screen and (max-width: 767px){
.square-list__block{
display: block;
}
.square-list{
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 8px;
margin-left: 0px;
}
}
.ph-right{
float: right;
width: 300px;
margin-left: 32px;
margin-bottom: 24px;
}
.ph-right::after{
content: "";
display: block;
clear: both;
}
.ph-right__pic{

}
.ph-right__caption{
font-size: 1.4rem;
margin-top: 8px;
}
@media screen and (max-width: 767px){
.ph-right{
float: right;
width: 120px;
margin-bottom: 24px;
}
.ph-right__caption{
font-size: 1.2rem;
margin-top: 8px;
}
}
.voice__block{
background-color: #EBE9DF;
padding-top: 32px;
padding-right: 24px;
padding-bottom: 24px;
padding-left: 24px;
}
.voice__title{
font-size: 1.6rem;
font-weight: 700;
color: #333333;
margin-bottom: 24px;
}
.voice__section{
margin-bottom: 24px;
padding-left: 72px;
background-size: 48px auto;
background-repeat: no-repeat;
background-position: left center;
}
.voice__section:last-child{
margin-bottom: 0px;
}
.voice__people--a{
background-image: url(../img/people01@2x.png);
}
.voice__people--b{
background-image: url(../img/people02@2x.png);
}
.voice__text{
display: block;
background-color: #FFFFFF;
border-radius: 8px;
padding-top: 16px;
padding-right: 16px;
padding-bottom: 16px;
padding-left: 16px;
position: relative;
}
.voice__text::before{
content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 16px solid #ffffff;
}
.sample-card__block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sample-card {
    width: 460px;
    margin-bottom: 2.4rem;
}
.img-border .sample-card img {
    border: 1px solid #CCCCCC;
}
.partner-card__block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partner-card {
    width: 220px;
    margin-bottom: 2.4rem;
    height: 43px;
}

.chart.ink-spec th,.chart.ink-spec td {
    width: 12%;
    text-align: center;
    font-size: 1.4rem;
}
.fig-right {
    float: right;
    width: 330px;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
}
.product-num {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #747474;
}
.chart.compare-spec td {
    text-align: center;
    font-size: 1.4rem;
}
.chart.compare-spec th {
    font-size: 1.4rem;
}
.case__text--title {
    font-weight: bold;
}
.option__name {
    font-weight: bold;
    margin-bottom: 1.6rem;
    color: #555555;
}
sup {
    font-weight: normal;
    color: #777777;
    margin-left: 0.8rem;
}
.text--red {
    color: #FF0004;
}
.text--blue {
    color: #0066FF;
}
.text--white {
    color: #DDDDDD;
}
.top-visual__block {
background-image: url("/img/visual.jpg");
background-repeat: no-repeat;
background-size: cover;
text-indent: -9999px;
min-height: 420px;
height: 31vw;
background-position: center 0%;
}
.top-visual {
    width: 965px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.top-visual__text-block {
    width: 510px;
    color: #FFFFFF;
    position: absolute;
    top: 56px;
    left: 0px;
}
.top-visual__shoulder {
    margin-bottom: 0.8rem;
}
.top-visual__title {
    margin-bottom: 1.6rem;
    font-size: 4rem;
}
.top-visual__text {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
}
.top-visual__pic {
    width: 385px;
    height: auto;
    display: block;
    position: absolute;
    right: 24px;
    top: 40px;
    animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {

  0% {opacity: 0}

  100% {opacity: 1}

}
.top-sample__block {
    display: flex;
    flex-wrap: wrap;
}
.top-sample {
    display: block;
    width: 311px;
    margin-right: 1.6rem;
    margin-bottom: 1.6rem;
}
.top-sample:nth-child(3n) {
    margin-right: 0rem;
}
.top-catch  {
    color: #097DC6;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.4rem;
    margin-top: 2.4rem;
}
.second-block {
    background-color: #778693;
}
.third-block {
    background-color: #F2F1ED;
}
.movie {
    display: block;
    width: 965px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.movie iframe {
    width: 720px;
    height: 405px;
}
.info-block {
    padding-top: 5.6rem;
	padding-bottom: 5.6rem;
}
.top-info__title {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
}
.top-info__list {
    
}
.top-info__list::after {
content: "";
display: block;
clear: both;
}
.top-info__list dt {
    float: left;
    width: 8em;
    color: #777777;
}
.top-info__list dd {
margin-bottom: 1.6rem;
display: flex;
}
.top-info__body{
margin-right: 24px;
}
.top-info__img{
width: 186px;
}
.info {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
}
.main-block.top-main {
    padding-bottom: 0px;
}
.main-block.top-main .main {
    margin-bottom: -40px;
}
.contact__lead {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
    margin-top: 4rem;
}
.contact__req {
    color: #E3001F;
}
.form-control {
    
    padding-top: 0.8rem;
    padding-right: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 0.8rem;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
}
.form__btn {
    background-color: #097DC6;
    color: #FFFFFF;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    width: 790px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    border-radius: 4rem;
    margin-bottom: 6.4rem;
    margin-top: 6.4rem;
    /* [disabled]-webkit-box-shadow: 0px 0px 0px; */
    /* [disabled]box-shadow: 0px 0px 0px; */
    border-style: none;
}
.form__btn:hover {
    background-color: #00619D;
}
.qa__list--q {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    font-weight: 600;
    cursor: pointer;
    padding-left: 4rem;
    position: relative;
}
.qa__list--q:hover {
    color: #097DC6;
}
.qa__list--q:before {
    content: 'Q';
    display: inline-block;
    color: #6AB5E4;
    font-weight: 600;
    position: absolute;
    left: 0rem;
}
.qa__list--a {
    margin-bottom: 4.8rem;
    display: none;
    padding-left: 4rem;
}








@media screen and (max-width: 767px){
body {
-webkit-text-size-adjust: 100%;
}

 .header__trigger, .header__trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 9999;
  }
  .header__trigger {
position: absolute;
width: 24px;
height: 20px;
top: 22px;
right: 24px;
  }
  .header__trigger span {
position: absolute;
left: 0;
width: 100%;
height: 4px;
background-color: #004495;
border-radius: 1px;
  }
  .header__trigger span:nth-of-type(1) {
    top: 0;
  }
  .header__trigger span:nth-of-type(2) {
    top: 8px;
  }
  .header__trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .header__trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .header__trigger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }
  .header__trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .header__trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(8px) rotate(45deg);
    }
  }
  .header__trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(-8px) rotate(-45deg);
    }
  }
.header-block {
    padding-left: 1rem;
    padding-right: 1rem;
}
.header {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    position: relative;
}
.header__logo--shinsei {
    background-image: url(../img/logo_shinsei@2x.png);
    text-indent: -9999px;
    display: block;
    background-repeat: no-repeat;
    width: 53px;
    background-size: contain;
    position: absolute;
    top: 14px;
    height: 13px;
}
.header__logo--hallo {
    background-image: url(../img/logo_dipo@2x.png);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    width: 160px;
    background-size: contain;
    position: absolute;
    top: 12px;
    right: 0px;
    height: 21px;
}
.menu-block {
}
.menu-wrap {
    height: 64px;
}
.menu-block.fixed {
position: fixed;
width: 100%;
top: 0rem;
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.30);
box-shadow: 0px 0px 4px rgba(0,0,0,0.30);
z-index: 9998;
height: 64px;
}
.menu {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 40px;
}
.menu__title {
font-size: 3.2rem;
position: relative;
top: 8px;
margin-left: 16px;
}
.menu__title-link {
    
}
.menu__list-block {
display: none;
background-color: #004395;
width: 100vw;
position: absolute;
height: 100vh;
top: 64px;
z-index: 9998;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.menu__list {
    float: none;
    font-weight: bold;
    text-align: center;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
	padding-bottom: 2.4rem;
	border-bottom: 1px solid #CCCCCC;
}
.menu__list:last-child {
	border-bottom: none;
}
.menu__list-link {
color: #FFFFFF;
}
.menu__list-link::after {
    border-bottom: solid 1px #ffffff;
    opacity: .5;
    bottom: 0;
    padding-bottom: .5rem;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
    }
.menu__list-link:hover::after {
    width: 0%;
}
.menu__list-link--contact {
    background-color: #333333;
    padding-top: 0.8rem;
    padding-right: 3.2rem;
    padding-bottom: 0.8rem;
    padding-left: 3.2rem;
    color: #ffffff;
    border-radius: 2rem;
}

.drop{

}
.menu-second {
visibility: visible;
opacity: 1;
width: 80%;
position: relative;
top: auto;
left: auto;
background-color: #1255A7;
-webkit-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;
margin-bottom: -16px!important;
margin-top: 16px!important;
margin-left: auto!important;
margin-right: auto!important;
}
.drop:hover .menu-second {

}
.menu-second__list{
width: 100%;
}
.menu-second__list a{
width: 100%;
color: #F0F0F0;
border-bottom-color: #004395;
}
.menu-second__list a:hover{
background-color: inherit;
}
.title-block {
    background-color: #F2F1ED;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.path-block {
}
.path-block:after{
    content: "";
    display: block;
    clear: both;
}
.path__list {
float: left;
background-image: url(../img/ar_path.svg);
background-repeat: no-repeat;
padding-right: 2.4rem;
background-size: auto 1rem;
background-position: right 0.8rem center;
font-size: 1rem;
}
.path__list:last-child {
    background-image: none;
}
.path__link {
    font-size: 1.0rem;
    color: #777777;
}
.title__text {
    clear: both;
    font-size: 2.4rem;
    margin-top: .8rem;
}
.main-block {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.nav__pagetop {
    background-image: url(../img/btn_page_up@2x.png);
    background-repeat: no-repeat;
    width: 4rem;
    height: 4rem;
    background-size: contain;
    z-index: 9998;
    text-indent: -9999px;
    display: block;
    position: fixed;
    bottom: 80px;
    right: 40px;
}
.footer-block {
    padding-left: 1rem;
    padding-right: 1rem;
}
.footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.footer__text {
    font-size: 1.2rem;
    position: relative;
    text-align: center;
    top: 1.4rem;
}
.footer__link {
    color: #FFFFFF;
}
.footer__copyright {
    color: #FFFFFF;
    font-size: 1.2rem;
    position: relative;
    text-align: center;
}
.lead__text--first {
    font-size: 2rem;
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 1.6rem;
    margin-bottom: 3.2rem;
    position: relative;
}
.lead__text--first:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    height: inherit;
    border-bottom: 2px solid #097DC6;
}
.lead__text--second {
    font-size: 2rem;
}
.contact__btn {
    background-color: #004495;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    width: 342px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    border-radius: 4rem;
    margin-bottom: 6.4rem;
    margin-top: 6.4rem;
}
.contact__btn:hover {
    background-color: #00619D;
}
.lineup__link {
    display: block;
    width: 300px;
    border: 1px solid #CCCCCC;
    padding-top: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 2.4rem;
    padding-left: 2.4rem;
}
.lineup__name {
    color: #333333;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
    margin-top: 1.6rem;
}
.lineup_thumb {
    height: 194px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.lineup__text {
color: #004595;
font-size: 1.4rem;
}
.top-visual__block {
background-image: url("/img/visual_sp.jpg");
padding-left: 10px;
padding-right: 10px;
background-size: cover;
height: 100vw;
}
.top-visual {
    width: 100%;
}
.top-visual__text-block {
    width: 100%;
    top: 40px;
    text-align: center;
}
.top-visual__pic {
    width: 260px;
    left: 50%;
    right: auto;
    margin-left: -130px;
    top: 360px;
}
.top-visual__text {
    font-size: 1.4rem;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.movie {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.movie iframe {
    width: 350px;
    height: 200px;
}
.info-block {
    padding-left: 10px;
    padding-right: 10px;
}
.info {
    width: 100%;
}
.top-info__list dt  {
    float: none;
}
.top-info__list dd {
    padding-left: 0px;
}
.top-sample {
    width: 164px;
    margin-right: 10px;
}
.top-sample:nth-child(2n) {
    margin-right: 0px;
}
.top-sample:nth-child(3n) {
    margin-right: 10px;
}
.top-catch {
    font-size: 1.6rem;
}
.nav__pagetop {
    right: 10px;
    bottom: 20px;
}
.lineup__link {
width: 100%;
margin-right: 0px;
padding-top: 8px;
padding-right: 8px;
padding-bottom: 8px;
padding-left: 8px;
border-style: none;
}
.pic--products {
    width: 240px;
    height: auto;
}
.chart.product-spec th {
    font-size: 1.2rem;
    width: 90px;
}
.chart.product-spec td {
    font-size: 1.2rem;
}
.sample-card {
    width: 170px;
}
.sample-card p {
    font-size: 1.2rem;
}
.fig-right {
    float: none;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
}
.chart-block {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
}
.chart.compare-spec th {
    font-size: 1.2rem;
}
.chart.compare-spec td {
    font-size: 1.2rem;
}
.form__btn {
    width: 240px;
    font-size: 2rem;
}
.qa__list--q {
    font-size: 1.6rem;
    padding-left: 2.4rem;
    position: relative;
}
.qa__list--q:before {
    margin-right: 0rem;
    position: absolute;
    left: 0rem;
}
.qa__list--a {
    padding-left: 2.4rem;
}
}
