@charset "utf-8";


/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width:1px) and (max-width:960px){
/*==========================================
 body
===========================================*/
body {
	min-width: 100%;
	text-align: center;
	width: 100%;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
; 	text-align: center;
	}
    
.spImg {
    display: inherit;
}

.pcImg {
    display: none;
}

/*==========================================
Menu
===========================================*/    
nav.NavMenu {
position: fixed;	/*表示位置を固定*/
z-index: 2;		/*重ね順を変更*/
top: 0;		/*表示位置を指定*/
left: 0;	/*表示位置を指定*/
background: #ECF4FE;
color: #000;	/*文字色を黒にする*/
text-align: center;		/*テキストを中央揃え*/
width: 100%;	/*全幅表示*/
transform: translateX(100%);	/*ナビを上に隠す*/
height: 100vh;
}

/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active {
transform: translateX(0%);
transition: all 0.6s;	/*アニメーションの時間を指定*/
}
/*トグルを閉じる操作をしたら付与するクラス*/
nav.NavMenu.off {
transition: all 0.6s;	/*アニメーションの時間を指定*/
}

/*トグルボタンのスタイルを指定*/
.Toggle {
  position: fixed;    /* bodyに対しての絶対位置指定 */
  right: 16px;
  top: 12px;
  width: 49px;
  height: 49px;
  cursor: pointer;
  z-index: 3;
  background-color: #2B5DBF;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Toggle span {
  position: absolute;          /* 中央に重ねるため */
  display: block;
  width: 19px;
  height: 1px;                 /* border-bottom ではなく高さで線を作る */
  background: #FFF;
  transition: .35s ease-in-out;
}

/* 3本線の位置 */
.Toggle span:nth-child(1) {
  top: 16px;
}
.Toggle span:nth-child(2) {
  top: 24px;
}
.Toggle span:nth-child(3) {
  top: 32px;
}

/* active時の変形 */
.Toggle.active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 24px;   /* 真ん中に寄せる */
}
.Toggle.active span:nth-child(2) {
  opacity: 0;  /* 真ん中の線は消す */
}
.Toggle.active span:nth-child(3) {
  transform: rotate(45deg);
  top: 24px;   /* 真ん中に寄せる */
}

/*==========================================
Other
===========================================*/
.NavMenu h1 {
	display: inherit;
}

header section p {
	margin-right: 80px;
}

header section h1 {
max-width: 175px;
min-width: 175px;
width: 100% ;
}

header section {
	margin-left: 16px;
	margin-top: 16px;
}
  
.NavMenu h1 {
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 45px;
	}
	
.NavMenu ul {
	display: block;
	margin-left: 16px;
	margin-right: 16px;
}

.NavMenu ul li {
	margin-left: 0px;
	margin-bottom: 28px;
	font-size: 1.375em;
}

.NavMenu ul li a {
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

.NavMenu ul li a img {
	display: inherit;
}

.NavMenu ul li a {
display: flex;
justify-content: center;
align-items: center;
}

.NavMenu ul li:first-child a img {
	margin-right: 8px;
}

.NavMenu ul li:last-child a img {
margin-left: 8px;
}

header ul li a {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
}

#i02 {
	right: 0px;
}
	
.font {
	max-width: 100%;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
}

.btn li {
	font-size: 1.3em;
}

#y_block .inner section h2 {
	font-size: 1.563em;
}

#btnBlock p {
	margin-top: 16px;
width: calc(100% - 1.5em);
}

footer .btn {
justify-content: center;
margin-top: 35px;
}

footer .btn li {
	max-width: 349px;
	width: 100%;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: auto;
margin-right: auto;
}
}


@media only screen and (max-width:768px){
/*==========================================
 Other
===========================================*/
#copy {
	padding-bottom: 35px;
}

#m_price {
	display: inherit;
}

#mainTop {
	display: block;
	padding-top: 16px;
}

#mainTop section {
    margin-top: 0px;
}

#mainTop section h2 {
	font-size: 2.0em;
	padding-left: 9px;
	margin-bottom: 10px;
}

#mainTop section p {
	font-size: 1.5em;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 6px;
}

#mainTop section figure {
	display: none;
}


.mt_text {
	margin-left: 0px;
}

.font {
	text-align: left;
	font-size: 0.875em;
}

.font br {
	display: none;
}

#mainList {
	flex-wrap: wrap;
	justify-content: space-between;
}

#mainList li {
    max-width: 49%;
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0px;
    margin-right: 0px;
}

.btn {
	display: block;
}

.btn li {
	margin-left: auto;
	margin-right: auto;
		margin-bottom: 16px;
}

#ex_tit figure {
justify-content: center;
}

#ex_tit figure img {
	width: 104px;
	height: auto;
	margin-right: 5px;
	margin-left: 5px;
}

#ex_tit h2 {
	font-size: 1.313em;
	position: static;
	margin-top: 16px;
}

#ex_tit {
	margin-bottom: 30px;
}

#ex_block section h3 {
	font-size: 1.125em;
	color: #FFFFFF;
	font-weight: 900;
	background-color: #2B5DBF;
	border-radius: 10px 10px 0px 0px;
	align-self: stretch;
	max-width: 100%;
	width: 100%;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
}

#ex_block section p {
	background-color: #FFFFFF;
	border-radius: 0px 0px 10px 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 0px;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	font-size: 1em;
}

#release section .inner {
	display: block;
	text-align: center;
}

#release section .release_comm {
	max-width: 100%;
	width: 100%;
	text-align: left;
}

#release section:nth-of-type(1) .inner figure {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#release section:nth-of-type(2) .inner figure {
margin-left: auto;
margin-right: auto;
	margin-bottom: 20px;
}

#release section .release_comm p {
	font-size: 1em;
}

.caseTop {
display: block;
}

.case_comm section {
	margin-right: 0px;
}

.case_comm section h3 {
	font-size: 1.250em;
}

.caseTop figure {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}

#y_block .inner {
	display: block;
}

#y_block .inner section {
	margin-bottom: 50px;
}

#y_block .inner figure {
	position: static;
	bottom: 0px;
	padding-bottom: 50px;
	max-width: 384px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

.btn li {
	margin-left: auto;
	margin-right: auto;
		margin-bottom: 16px;
}

#btnBlock .btn {
	display: block;
}

#btnBlock .btn li {
    max-width: 100%;
    width: 100%;
}

#topForm .inner h2 {
font-size: 1.313em;
	padding-bottom: 30px;
}

#f_navi {
	display: block;
		margin-top: 35px;
}

#f_navi li {
	background-image: none;
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align: center;
}
}

@media only screen and (min-width: 600px) and (max-width: 768px){
	#i01 {
		left: 80px;
	}
    #i02 {
        right: 80px;
    }
}


@media only screen and (max-width: 470px){
/*==========================================
 幅470px以下から ヘッダー等微調節
===========================================*/
    #m_price {
	margin-top: 20px;
    }
	
#release section .release_comm ul li br {
	display: none;
}

#ex_tit h2 {
        font-size: 1.2em;
    }
	
#page-top {
max-width: 64px;
width: 100%;
}

.form_btn {
    background-position: right 20px center;
}

#topForm {
	background-color: #2B5DBF;
	padding-top: 50px;
	padding-bottom: 80px;
}

#topForm .inner .form {
	border-radius: 10px;
	padding-top: 35px;
	padding-bottom: 35px;
}

#btnBlock p {
	font-size: 1.2em;
	line-height: 1.5;
}

#btnBlock .btn li {
font-size: 1.2em;
}

#y_block .inner section h2 {
	font-size: 1.1em;
}

.case_number {
	display: block;
	margin-bottom: 15px;
}

.case_number aside {
	margin-right: 0px;
	line-height: 1;
}

.caseTop figure {
max-width: 156px;
width: 100%;
}

.caseBlock {
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}

#release section h2 {
	font-size: 1.313em;
	padding-bottom: 8px;
	margin-bottom: 30px;
}

#policy {
	padding-bottom: 50px;
}

#policy .inner {
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-position: left -50px top;
	padding-top: 30px;
	background-size: 226px auto;
}

#policy h2 {
font-size: 1.313em;
	margin-bottom: 25px;
}

#policy figure {
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#policy p {
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#policy p br {
	display: none;
}

.block {
	padding-top: 40px;
	padding-bottom: 70px;
}

.block h2 {
	padding-bottom: 20px;
font-size: 1.500em;
}

.btn li {
	font-size: 1.2em;
}

.btn li img {
	width: 45px;
}

#mainList {
	display: block;
}

#mainList li {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	max-width: 100%;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.375em;
	font-weight: bold;
	border-radius: 8px;
	margin-bottom: 8px;
	    -webkit-box-shadow: 0px 3px 6px hsla(0,0%,0%,0.16);
    box-shadow: 0px 3px 6px hsla(0,0%,0%,0.16);
}

#i01 {
	position: absolute;
	left: 0px;
	top: 8px;
	background-image: url(../images/illa01_sp.png);
	background-repeat: no-repeat;
	width: 118px;
	height: 58px;
}

#i02 {
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../images/illa02_sp.png);
	background-repeat: no-repeat;
	width: 124px;
	height: 62px;
}

#mainTop section h2 {
	font-size: 1.6em;
	padding-left: 9px;
	margin-bottom: 10px;
}

#mainTop section p {
	font-size: 1.125em;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 6px;
}
.spbr {
	display: inherit;
}

.NavMenu h1 {
	margin-top: 16px;
	margin-left: 16px;
	}
	
header section h1 {
	margin-right: 0px;
	margin-bottom: 16px;
}

header section {
	display: block;
}

header section p {
	margin-right: 16px;
}

    .NavMenu ul li {
        font-size: 1em;
    }
}

@media only screen and (max-width: 320px){
/*==========================================
 幅320px以下から ヘッダー等微調節
===========================================*/
ul#banners li {
display: block;
width: 100%;
margin-left: 0px;
margin-right: 0px;
}
}

@media only screen and (max-width: 1000px){
/* 画面中央に固定されるスワイプ案内 */
.swipe-indicator01 ,
.swipe-indicator02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: url(../images/swipe_finger.png) no-repeat center;
    background-size: contain;
    opacity: 1;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 9999;
    background-color: #d6ede657;
    border-radius: 50%;
    border: 1px solid #1e514157;
}
.swipe-indicator01.hide , 
.swipe-indicator02.hide {
    opacity: 0;
}
}
  