@charset "utf-8";
/* CSS Document */
/*---------------------------------------------

reset

---------------------------------------------*/
html {
    overflow: auto;
}
body {
    overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
	margin:0;
	padding:0;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,
img {
	border:0;
    max-width:100%;
    max-height:100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
	}
ol,
ul {
	list-style:none;
	}
caption,
th {
	text-align:left;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
	}

a {
	border:none; outline:none; text-decoration: none; color: #0C0C0C;
	}

*{
	zoom : 1;
	}

/*---------------------------------------------

basic

---------------------------------------------*/

body{
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size:24px;
	font-weight: 300;
	color:#333;
	background: #FFF;
	text-align:center;
	position:relative;
	height: 100%;
}

.section{
	overflow: hidden;
}

.header {
	background-color: #036DE0;
	width: 100%;
	height: 30px;
	position: fixed;
	top: 0;
	z-index: 1000;
}

#menu {
	display: table;
	width: 100%;
	max-width: 1040px;
	height: 30px;
	z-index: 70;
	padding: 0;
	margin: 0 auto;
	font-size: 0.5em;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}

#menu li {
	display: table-cell;
	vertical-align: middle;
	width: 16.7%;
}

#menu li a {
	color: #FFF;
}
	
#menu li a:hover {
	color: #F7B000;
	transition: 0.2s;
}

#toggle{
	display: none;
}

.container{
	width: 96%;
	max-width: 1040px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: table;
}

.container .content{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}

.head{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
	position: relative;
	margin-left: -500%;
	margin-right: -500%;
	padding: 5px 500% 0px;
	background-color: #F7B000;
}

.head h1{
	color: #FFF;
	font-size: 1.5em;
	font-weight: 500;
}

.head h1.can{
	font-size: 0.6em;
	color: #FFF;
	line-height: 29px;
	background-color: #036DE0;
	width: 180px;
	height: 28px;
	border-radius: 20px;
	margin-bottom: 5px;
	margin-left: 12%;
}

.head h1.can span{
	display: inline-block;
	color: #036DE0;
	line-height: 19px;
	background-color: #FFF;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	padding-right: 1px;
}

.head p{
	font-size: 0.83em;
}

.content_a,
.content_b,
.content_c{
	width: 100%;
}

.content_b {
	display: table-cell;
	vertical-align: middle;
}

.content_a .image{
	display: table-cell;
	width: 50%;
	text-align: right;
	padding: 4%;
}

/*.content_a .image img,
.content_b .image img{
	filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, .4));
	-webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, .4));
	-moz-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, .4));
}*/

.content_a .disc{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	margin: 0 auto;
	box-sizing: border-box;
}

.content_b .disc{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.content_a .disc{
	padding-left: 6%;
}

.content_a .disc dt{
	color: #333;
    font-size: 1.2em;
	font-weight: bold;
    line-height: 1.5em;
	text-align: left;
	margin-bottom: 20px;
}

.content_a .disc dd,
.content_a .disc p{
	color: #333;
	font-size: 0.7em;
    line-height: 2em;
	text-align: left;
	padding-right: 10%;
}

.content_b .disc p {
	color: #333;
	font-size: 0.7em;
    line-height: 2em;
	margin-bottom: 20px;
}

.content_b .disc p.ttl{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}

.content_b .disc dt,
.content_c .disc dt{
	color: #333;
	font-size: 1.3em;
	line-height: 2.5em;
}

.content_b .disc dt{
	text-align: left;
}

.content_b .disc dd,
.content_c .disc dd{
	color: #333;
	font-size: 0.7em;
	line-height: 2em;
	text-align: left;
}

.content_c .disc dd{
	text-align: center;
}

figure figcaption {
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom: 5px;
}

.strong {
	font-size: 2em;
	font-weight: bold;
}

.em {
	font-size: 1.3em;
	font-weight: bold;
}

.small {
	font-size: 0.7em;
}

/*---------------------------------------------

back color

---------------------------------------------*/

/*#sec2 .content .back{
	background-color: #F7914C;
	padding: 0 500%;
    margin: 0 -500%;
}*/

#sec2 .content_a .image img {
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .4));
	-webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .4));
	-moz-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .4));
}

/*---------------------------------------------

switch

---------------------------------------------*/

/*.switch2 {
	margin: auto;
	background-color: white;
	position: relative;
}

.switch2 img {
	width: 100%;
	background-color: #FFF;
	animation-name: switch2;
	animation-duration: 4.5s;
	animation-iteration-count: infinite;
	opacity: 0;
}

.switch2 .img1 {
	display: block;
	margin: 0 auto;
}

.switch2 .img2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation-delay: 1.5s;
}

.switch2 .img3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation-delay: 3s;
}

@keyframes switch2 {
	0% {
		opacity: 0;
	}
	11.1111% {
		opacity: 1;
	}
	22.2222% {
		opacity: 1;
	}
	33.3333% {
		opacity: 0;
	}
}*/

.switch3 {
	margin: auto;
	background-color: white;
	position: relative;
}

.switch3 img {
	background-color: #FAFAFA;
	animation-name: switch3;
	animation-duration: 7.5s;
	animation-iteration-count: infinite;
	opacity: 1;
}

.switch3 .img1 {
	display: block;
	margin: 0 auto;
	z-index: 5;
}

.switch3 .img2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation-delay: 1.5s;
	z-index: 4;
}

.switch3 .img3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation-delay: 3s;
	z-index: 3;
}

.switch3 .img4 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation-delay: 4.5s;
	z-index: 2;
}

.switch3 .img5 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation-delay: 6s;
	z-index: 1;
}

@keyframes switch3 {
	0% { visibility: visible; z-index: 100; }
    10% { visibility: visible; z-index: 100; }
    20% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

.switch2 {
	margin: auto;
	background-color: white;
	position: relative;
}

.switch2 img {
	width: 100%;
	background-color: #FFF;
	animation-name: switch2;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	opacity: 1;
}

.switch2 .img_a {
	display: block;
	margin: 0 auto;
	z-index: 2;
}

.switch2 .img_b {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation-delay: 2.5s;
	z-index: 1;
}

@keyframes switch2 {
	0% { visibility: visible; z-index: 100; }
    33.3333% { visibility: visible; z-index: 100; }
    66.6666% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

.switch4 {
	margin: auto;
	background-color: white;
	position: relative;
}

.switch4 img {
	width: 100%;
	background-color: #FFF;
	animation-name: switch4;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	opacity: 0;
}

.switch4 .img1 {
	display: block;
	margin: 0 auto;
}

.switch4 .img2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation-delay: 1s;
}

@keyframes switch4 {
	0% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
}

/*---------------------------------------------

section

---------------------------------------------*/

#sec1{
	background-image: url(../img/sec1_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#sec1 p{
	margin-bottom: 50px;
}

#sec1 p img {
	width: 100%;
}

#sec1 .catch{
	background-color: rgba(255,255,255,0.8);
	padding: 20px 40px 85px;
}

#main-menu{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

#main-menu li{
	float: left;
	width: 25%;
}

#main-menu li a{
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	border: solid #0C0C0C 2px;
	padding: 15px 0 15px;
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
	transition: 0.3s;
}

#main-menu li a:hover{
	color: #F7B000;
	background: #036DE0;
	border-color: #036DE0;
}

#sec2{
	background-color: #FFF;
}

#sec2 .content_a .disc dt {
	margin-bottom: 10px;
}

#sec3{
	background-color: #FAFAFA;
}

/*


#sec1 ul{
	width: 100%;
	max-width: 980px;
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	margin: auto;
}

#sec1 ul li a {
	float: left;
	margin-right: 6%;
	font-size: 0.7em;
	font-weight: 300;
	width: 20%;
	border: solid #FFF 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	transition: 0.3s;
}

#sec1 ul li a:hover{
	color: #036DE0;
	background: #FFF;
}

#sec1 ul li:last-child a{
	margin-right: 0;
}
*/



/*
#sec2.section .contents .disc dt{
	color: #036DE0;
	font-size: 0.8em;
	line-height: 2em;
}

#sec2 .contents{
	padding-top: 50px;
}

#sec2.section .contents .disc dt,
#sec2.section .contents .disc dd{
	text-align: left;
}

#sec2.section .contents .image,
#sec6.section .contents .image{
	padding-right: 20px;
	padding-top: 30px;
}

#sec2.section .contents .disc{
	padding-left: 40px;
}

*/



#sec4{
	background-color: #FFF;
}

#sec4.section .contents .disc dt{
	font-size: 1.3em;
	line-height: 2em;
}

#sec4 dt {
	margin-bottom: 0;
}

#sec4 .small {
	margin-bottom: 20px;
	line-height: 1em;
	font-weight: bold;
}

#sec5{
	background-color: #FAFAFA;
}

#sec5 .content_a .image img{
	margin-right: 70px;
}

#sec5 .content_a .disc {
	padding-left: 0;
}

#sec5.section .contents .disc dt{
	color: #036DE0;
	font-size: 0.8em;
	line-height: 2em;
}

#sec5.section .contents figcaption{
	color: #333;
	font-size: 1.2em;
	line-height: 2em;
}

#sec5.section .contents .disc dt,
#sec5.section .contents .disc dd,
#sec6.section .contents .disc p{
	text-align: left;
}


#sec6{
	background-color: #FFF;
}

#sec6.section .disc dt,
#sec6.section .contents h1{
	font-size: 1.5em;
	color: #333;
}

#sec6 .content_c .disc dd{
	margin-bottom: 40px;
}

#sec6 .slide h1{
	color: #333;
	font-size: 1.5em;
	line-height: 2.5em;
	margin-bottom: 10px;
}

#sec7{
	background-color: #FAFAFA;
}

#sec7 p.plan-table{
	margin-bottom:7px;
}

#sec7 p.plan{
	font-size: 1em;
	margin-bottom: 10px;
}

#sec7 p small{
	font-size: 0.5em;
}

#sec7.section .container .notes{
	width: 100%;
	max-width: 900px;
	margin: 0 auto 20px;
	background: #E8E8E8;
}

#sec7.section .container .notes p{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#sec5 .toform{
	color: #FFF;
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 40%;
	box-sizing: border-box;
	max-width: 300px;
    padding:7px;
	background-color: #E33581;
	border-radius: 7px;
	margin: 0 20px 20px;
	display: inline-block;
}

#sec5 .toform a {
	color: #FFF;
}

#sec5 .toform:hover {
	opacity: 0.5;
	transition: 0.2s;
}

#sec8{
	background-color: #FFF;
	font-size: 0.6em;
}

#sec8 h1{
	color: #333;
	font-size: 1.75em;
	text-align: left;
	margin-left: 20px;
}

#sec8 p{
	font-size: 1em;
}

#sec8 .mod_form{
	margin-top: 110px;
}

#sec8.section header{
    padding-top: 50px;
    margin-bottom: -110px;
}

#sec8 header h1{
	position: relative;
}

#sec8 header h1 span.mark {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 7px;
    height: 25px;
    background-color: #036DE0;
}
.md_footer {
	width: 100%;
	height: 150px;
	background: #E0DFDB;
	margin-top: 30px;
}
#sec8 .md_footerLogo,
#sec8 .md_footerLink,
#sec8 .md_footerCopy {
	text-align: center;
	padding-top: 20px;
}
#sec8 .md_footerLink {
	padding-top: 0;
}
#sec8 .md_footerLink a {
	color: #333;
	text-decoration: underline;
}
#sec8 .md_footerLink a:hover {
	opacity: .5;
	transition: 0.2s;
}
#sec8 .md_footerCopy {
	color: #666;
	font-size: 1.2rem;
	line-height: 0.5rem;
}
@media (max-width: 767px) and (orientation: portrait) {
#sec5 .toform {
	margin: 0 5px 20px;
	font-size: 0.9em;
}
}


/*---------------------------------------------

form

---------------------------------------------*/

/* 必須
-----------------------------------------*/
.ex_essential{
    color:#CC0000;
    font-weight:normal;
}
/* エラー
-----------------------------------------*/
 
/* 注釈
-----------------------------------------*/
.ex_comment{
    color:#666;
}
/* フォームレイアウト
-----------------------------------------*/
.mod_form{
    margin:0 auto;
    margin-bottom:20px;
    padding:20px;
	width: 100%;
}
.mod_form p.point{
    text-align:right;
}
.mod_form table{
    width:100%;
    border-collapse:separate;
    border-spacing:2px;
	border:solid 1px #CCC;
}
.mod_form table tr th{
    padding:10px;
    white-space: nowrap;
    font-weight:bold;
    vertical-align: top;
    border-bottom:solid 1px #C1D0E3;
    background-color:#EBF0F6;
}
.mod_form table tr td{
    width:70%;
    padding:10px;
    border-bottom:solid 1px #B6D1F5;
	background-color: #EBEFF2;
}

.mod_form td{
	text-align: left;
}

.mod_form .mod_form_importance_txt{
	text-align: left;
}
 
/* フォーム内2段組
-----------------------------------------*/
.mod_form_listbox{
    width:100%;
}
.mod_form_listbox_left{
    float:left;
    width:50%;
}
.mod_form_listbox_right{
    float:left;
    width:50%;
}
 
/* 入力パーツ
-----------------------------------------*/
label {
  cursor: pointer;
}
select#item,
select#address01,
select#maker,
select#color{
    width:350px;
}
select#nengou,
select#year,
select#month,
select#day{
    width:60px;
}
input,
textarea{
    border:solid 1px #CCCCCC;
}
input#character_m,
input#character_w,
.mod_form_listbox input{
    border:none;
}
 
input#address02,
input#bill{
    max-width:350px;
    height:1.4em;
}
input#name,
input#name_kana,
input#hole,
input#hole_kana,
input#kana,
input#email,
input#emailcheck,
input#maker_etc,
input#color_etc,
input#zipcode,
input#tel{
    width:350px;
    height:1.4em;
}
textarea{
    width:500px;
}
/* フォーカス・チェック
-----------------------------------------*/
input:focus,
textarea:focus{
    background-color:#FFFFCC;
}
input:checked + label{
    background-color:#FFFFCC;
    font-weight:bold;
}
 
/* 重要なお知らせの同意
-----------------------------------------*/
.mod_form_importance{
    margin:20px 0 0 0;
    padding:10px;
    border:double 3px #CCC;
    background-color:#DDD;
}
.mod_form_importance h2{
    font-weight:bold;
}
.mod_form_importance_txt{
    height: 200px;
    overflow:scroll;
    margin:10px 0 20px 0;
    padding:10px 20px 15px 20px;
    background-color:#FFF;
}
.mod_form_importance_txt h3{
    margin:10px 0 5px 0;
    font-weight:bold;
    border-bottom:solid 1px #DDD;
}
.mod_form_importance_btn{
    text-align:center;
}
 
/* 送信ボタンとエラー表示
-----------------------------------------*/
.mod_form_btn{
    margin:20px 0 0 0;
    text-align:center;
}
 
.mod_form_btn input#back,
.mod_form_btn input#submit{
	color: #FFF;
	font-size: 1.7em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width:300px;
	height: 60px;
    padding:5px;
	background-color: #F7B000;
	border-radius: 7px;
}

.mod_form_btn p input#submit:hover{
	opacity: 0.5;
	transition: 0.2s;
}

#sec7 #toform:hover{
	opacity: 0.5;
	transition: 0.2s;
}
 
 
/* clearfix：float解除＆親要素に高さを算出させる
-----------------------------------------*/
.ex_clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.ex_clearfix {
  min-height: 1px;
}
* html .ex_clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*---------------------------------------------

レスポンシブ

---------------------------------------------*/

@media (min-width:768px) and (max-width: 991px){
body{
	font-size: 22px;
}

.container{
	padding-top: 170px;
}

#sec1 .container{
	padding-top: 0;
}

.head h1 {
	font-size: 1.5em;
}

.head h1.can{
	margin-left: 0;
}

#main-menu li a{
	width: 90%;
	font-size: 0.6em;
}

#sec8 .mod_form table tr th,
#sec8 .mod_form table tr td{ 
	width: 95%;
	display: block;
}

#sec8 .mod_form{
	width: 95%;
}

input#address02,
input#bill{
    width:75%;
    height:1.4em;
}
input#name,
input#name_kana,
input#hole,
input#hole_kana,
input#kana,
input#email,
input#emailcheck,
input#maker_etc,
input#color_etc,
input#zipcode,
input#tel{
    width:75%;
    height:1.4em;
}
textarea{
    width:85%;
}
select#item{
    width:75%;
}
}

@media (max-width: 767px) and (orientation: portrait) {
body{
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 12px;
	position: relative;
}

#menu {
	font-size: 0.6em;
	font-weight: bold;
}

#main-menu{
	position: absolute;
	bottom: 40px;
}

#main-menu li{
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 4%;
}

#main-menu li a{
	width: 85%;
	font-size: 1em;
	font-weight: 500;
	padding: 10px 0 10px;
	background: #FFF;
}

#sec1 p{
	margin-bottom: 0;
}

#sec1 .catch{
	padding: 10px 10px 15px;
}

.head {
	margin-top: 45px;
	margin-bottom: 15px;
}

.head h1{
	font-size: 1.5em;
}

.head h1.can{
	font-size: 0.6em;
	color: #FFF;
	line-height: 25px;
	background-color: #036DE0;
	width: 140px;
	height: 24px;
	border-radius: 20px;
	margin-bottom: 5px;
	margin-left: 0;
}

.head h1.can span{
	display: inline-block;
	color: #036DE0;
	line-height: 17px;
	background-color: #FFF;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	padding-left: 1px;
}

.content_b .disc p {
	margin-bottom: 10px;
}

.content_b .image img{
	width: 57%;
	height: auto;
	padding-left: 12%;
}

.content .fp-controlArrow.fp-prev{
	width: 25px;
	height: 25px;
}

.content .fp-controlArrow.fp-prev:after{
	width: 10px;
    height: 10px;
	left: 9px;
    top: 6px;
}

.content .fp-controlArrow.fp-next{
	width: 25px;
	height: 25px;
}

.content .fp-controlArrow.fp-next:after{
	width: 10px;
    height: 10px;
	right: 9px;
    top: 6px;
}

.fig {
	margin-bottom: 10px;
}

.strong {
	font-size: 1.2em;
}

#sec2 .container .content{
	vertical-align: top;
}

.container{
	padding-top: 40px;
}

#sec5 .content_a .image img{
	margin-right: 20px;
}

#sec5 figure img {
	width: 100%;
	height: auto;
}

#sec7 p.plan-table img {
	width: 100%;
	height:auto;
}

#sec8.section header {
	padding-top: 10px;
}

#sec8 h1 {
	font-size: 2.5em;
	margin-left: 10px;
}

#sec8 header h1 span.mark {
	top: 4px;
	height: 19px;
}

#sec8 .mod_form {
	margin-top: 100px;
}

#sec8 .mod_form {
	padding-left: 10px;
	padding-right: 10px;
}


#sec8 .mod_form table tr th {
	vertical-align: middle;
	border: none;
	padding-bottom: 0;
	font-size: 1.7em;
}

#sec8 .mod_form table tr th,
#sec8 .mod_form table tr td{ 
	width: 100%;
	display: block;
	box-sizing: border-box;
}

#sec8 .mod_form{
	width: 95%;
}

input#address02,
input#bill{
    width:75%;
    height:1.4em;
}
input#name,
input#name_kana,
input#hole,
input#hole_kana,
input#kana,
input#email,
input#emailcheck,
input#maker_etc,
input#color_etc,
input#zipcode,
input#tel{
    width:75%;
    height:1.4em;
}
textarea{
    width:85%;
}
select#item{
    width:75%;
}
/*
#sec8 .mod_form_importance h2 {
	text-align: left;
}
*/
.md_footer {
	height: 120px;
	margin-top: 0;
}
#sec8 .md_footerCopy {
	font-size: 0.7rem;
	line-height: 0;
}
.mod_form_btn input#submit {
	font-size: 1.5rem;
}
#sec8 img.image_01 {
	max-width: 120px;
	height: auto;
}
#sec8 h1 {
	font-size: 2.3em;
}
.mod_form_importance {
	font-size: 1.5em;
}
.mod_form_importance h2 {
	font-size: 1.0em;
}
}

@media (max-width: 767px) and (orientation: landscape) {
.header {
	height: 20px;
}
#menu {
	font-size: 0.4em;
	font-weight: bold;
	height: 20px;
}
#main-menu li a {
	font-size: 0.4em;
	width: 85%;
	padding: 7px 0 7px;
}
#sec1 p {
	margin-bottom: 20px;
}
#sec1 .catch {
	margin-top: 20px;
	padding: 20px 40px 50px;
}
.head {
	margin-top: 80px;
	margin-bottom: 0;
}
.head h1 {
	font-size: 0.4em;
}
.content_a .disc dt {
	font-size: 0.5em;
}
.content_a .disc dd,
.content_a .disc p {
	font-size: 0.3em;
}
.strong {
	font-size: 1.5em;
}
.em {
	font-size: 1.1em;
}
.content_a .image {
	text-align: center;
	width: 40%;
	vertical-align: top;
	padding: 0 4% 4%;
}
.content_a .disc dd,
.content_a .disc p {
	padding-right: 0;
}
.content_a .disc {
	width: 60%;
	vertical-align: top;
}
.fp-tableCell {
	padding-top: 20px;
}
#sec3 .content_a .disc {
	padding-left: 0;
}
#sec3 .content_a .image {
	background: #FAFAFA;
}
.content_b .disc p.ttl {
	font-size: 0.6em;
	line-height: 1em;
}
#sec5 .fp-tableCell {
	padding-top: 10px;
}
#sec5 .content_b .disc p {
	margin-bottom: 10px;
}
#sec5 .content_b .disc p {
	font-size: 0.3em;
}
.content .fp-controlArrow.fp-prev{
	width: 25px;
	height: 25px;
}

.content .fp-controlArrow.fp-prev:after{
	width: 10px;
    height: 10px;
	left: 9px;
    top: 6px;
}

.content .fp-controlArrow.fp-next{
	width: 25px;
	height: 25px;
}

.content .fp-controlArrow.fp-next:after{
	width: 10px;
    height: 10px;
	right: 9px;
    top: 6px;
}
.md_footer {
	height: 120px;
	margin-top: 0;
}
#sec8 .md_footerCopy {
	font-size: 0.7rem;
	line-height: 0;
}
#sec8 img.image_01 {
	max-width: 120px;
	height: auto;
}
#sec8 .mod_form {
	box-sizing: border-box;
}
#sec8 textarea {
	width: 100%;
}
#sec8 h1 {
	font-size: 1.5em;
}
.mod_form table tr th {
	font-size: 0.6em;
}
.mod_form_importance {
	font-size: 0.8em;
}
.ex_comment {
	font-size: 0.6em;
}
}

/*---------------------------------------------

img size

---------------------------------------------*/

@media (max-width: 767px) and (orientation: landscape){
#sec2 .content_a .image img {
	width: 75%;
}
#sec3 .content_a .image img {
	width: 65%;
}
#sec4 .content_a .image img {
	width: 75%;
}
#sec5 .fig img {
	width: 35%;
}
	
}









