/* フォーマット上書き */

a img{
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

a:hover img{
opacity: 0.6;
}

.bold{
	font-weight: bold;
}

/* トップページ用ロゴサイズ */
.s-header__logo-img-default, .s-header__logo-img-shrink {
}

.toplogo {
  width: 200px !important;

}

/* ミラクルコスモページ用ロゴサイズ */
.seclogo {
  width: 320px !important;
}

/* ロゴの空き調節 */

.s-header__logo-link {
	padding-top: 10px;
	padding-bottom: 10px;
}

.s-header__logo-img-shrink {
  top: 10px;
}

@media screen and (max-width:768px) {

.toplogo {
  width: 150px !important;
}

.seclogo {
  width: 220px !important;
}

}

@media screen and (max-width:768px) {
	
.seclogo {
  width: 200px !important;
}
	
}

@media screen and (max-width:568px) {

.seclogo {
  width: 200px !important;
}

}

.g-padding-y-80--xs-2 {
    padding-top: 7.8125rem;
  padding-bottom: 5rem;
}

.container2 {
    padding-top: 15rem;
  padding-bottom: 15rem;
}

.divlink{
    position:relative;
}
 
.divlink a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}

/*カーソルが乗っているリンクの色*/
.divlink:active,
.divlink:hover {
	opacity: 0.6;
} 

/* パララックス設定ここから */

.section1,
.section3,
.section5,
.section7 {
    background: #fff;
  }

.top-mimi {
	width: 100%;
	margin-top: 100px;
}

.top-mimi2 {
	width: 100%;
	margin-top: 50px;
}

.top-mimi2 img {
    width:100%;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

.top-edo {
    width:100%;
	margin-bottom: 50px;
}

.top-edo2 {
    width:100%;
	margin-top: 30px;
	margin-bottom: 50px;
}

.top-edo2 img {
    width:100%;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

.parallax {
    min-height: 400px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;    
}

.parallax.bg-01 {
    background-image: url(../img/img_health02.jpg);
}
.parallax.bg-02 {
    background-image: url(../img/img_product.jpg);
}
.parallax.bg-03 {
    background-image: url(../img/img_campany4.jpg);
}
.parallax.bg-04 {
    background-image: url(../img/img_contact.jpg);
}
.parallax.bg-05 {
    background-image: url(../img/img_health01.jpg);
}


/* タブレットサイズから下 */
@media screen and (max-width:992px) {
.parallax.bg-01 {
	background-image: url(../img/img_presidentsp.jpg);
	background-position: left 0%;
}
.parallax.bg-02 {
    background-image: url(../img/img_productsp.jpg);
}
.parallax.bg-03 {
    background-image: url(../img/img_campanysp.jpg);
}
.parallax.bg-04 {
	background-image: url(../img/img_contactsp.jpg);
	background-position: right 0%;
}
}

/* スマホサイズから下 */
@media screen and (max-width:568px) {
.parallax {
    min-height: auto;
}
.parallax.bg-01 {
	background-image: none;
}
.parallax.bg-02 {
	background-image: none;
}
.parallax.bg-03 {
	background-image: none;
}
.parallax.bg-04 {
	background-image: none;
}
}





.miralogo {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}


@media screen and (max-width:1200px) {
	
.s-header__logo-img-default, .s-header__logo-img-shrink {
  width: 350px;
}
	
.g-font-size-20--xs {
  font-size: 0.9rem !important;
}
	
.g-padding-x-25--xs {
  padding-left: 1rem;
  padding-right: 1rem;
}

}

@media screen and (max-width:768px) {
	
.s-header__logo-img-default, .s-header__logo-img-shrink {
  width: 250px;
}
	
.g-font-size-20--xs {
  font-size: 1.4rem !important;
}
	
.g-font-size-32--xs {
  font-size: 1.6rem !important;
}
	
.g-padding-y-125--sm-2 {
    padding-top: 7.8125rem;
    padding-bottom: 4rem;
}
	
.g-padding-y-80--xs-2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.parallax1 {
	background-image: url(../img/img_presidentsp.jpg);
	padding-top: 10rem;
	padding-bottom: 10rem;
}
	
.parallax2 {
	background-image: url(../img/img_productsp.jpg);
	padding-top: 10rem;
	padding-bottom: 10rem;
}
	
.parallax3 {
	background-image: url(../img/img_campanysp.jpg);
	padding-top: 10rem;
	padding-bottom: 10rem;
}
	
.parallax4 {
	background-image: url(../img/img_contactsp.jpg);
	padding-top: 10rem;
	padding-bottom: 10rem;
}
	
.container2 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
	
}

/* スマホサイズから下 */
@media screen and (max-width:568px) {
	
.s-header__logo-img-default, .s-header__logo-img-shrink {
  width: 250px;
}
	
.g-font-size-20--xs {
  font-size: 1.1rem !important;
}
	
.g-padding-y-80--xs-2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
	
.parallax1,
.parallax2,
.parallax3,
.parallax4 {
	padding-top: 7rem;
	padding-bottom: 7rem;
	background-attachment: scroll;
	background-position: left center;
  -webkit-background-size: 120% auto;
  -moz-background-size: 120% auto;
  -o-background-size: 120% auto;
  background-size: 120% auto;
}
	
.container2 {
    padding-top: 7rem;
  padding-bottom: 7rem;
}
	
}

/* 基礎上書き */

h1{
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
}

h2{
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
}

.noto{
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
}

h3{

}

p{

}

.logo{

}

.logo2{
	width: 150px;
}

.logoimg{
	width: 100%;
}

.img100{
	width: 100%;
	height: auto;
}

.img-pc{
	width: 100%;
	display: inline-block;
}

.img-pc-t{
	width: 100%;
	display: inline-block;
}

.img-pc-tb{
	width: 100%;
	display: inline-block;
}

.img-pc-tb768{
	width: 100%;
	display: inline-block;
}

.img-tb{
	display: none;
}

.img-tb768{
	display: none;
}

.img-sp{
	display: none;
}

.img-sp-t{
	display: none;
}

/* 1200以下 */
@media screen and (max-width:1200px) {


}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {

.img-pc-tb{
	display: none;
}
	
.img-tb{
	width: 100%;
	display: inline-block;
}

}

@media screen and (max-width:768px) {
	
.logo2{
	width: 120px;
}
	
.img-pc-tb768{
	display: none;
}
	
.img-tb768{
	width: 100%;
	display: inline-block;
}
	
}

/* スマホサイズから下 */
@media screen and (max-width:568px) {

.img-pc{
	display: none;
}
	
.img-pc-t{
	display: none;
}
	
.img-sp{
	width: 100%;
	display: inline-block;
}
	
.img-sp-t{
	width: 100%;
	display: inline-block;
}
	
	
}

/* 追加 */

.clover1 {
	background-image: url(../img/clover01.png);
	background-size: 500px auto;
	background-repeat: no-repeat;
	background-position: left top;
}

.clover2 {
	background-image: url(../img/clover02.png);
	background-size: 650px auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.clover3 {
	background-image: url(../img/clover03.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.shintojo {
	font-size: 18px;
	color: #fff;
	background-color: #e60012;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align:middle;
}


/* 1200以下 */
@media screen and (max-width:1200px) {
	
.clover1 {
	background-size: 400px auto;
}

.clover2 {
	background-size: 450px auto;
}

}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {

.clover1 {
	background-image: url(../img/clover01sp.png);
	background-size: 250px auto;
}

.clover2 {
	background-image: url(../img/clover02sp.png);
	background-size: 400px auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
	
.clover3 {
	background-image: url(../img/clover03sp.jpg);
	background-size: 100% auto;
}

}

/* スマホサイズから下 */
@media screen and (max-width:568px) {

.clover1 {
	background-size: 150px auto;
}

.clover2 {
	background-size: 300px auto;
}
	
}

.mainback {
	background-image: url(../img/topimg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 890px;
	z-index: 1;
	position:relative;
}

.mainback-sec {
	background-image: url(../img/topimg_sec.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 700px;
	z-index: 1;
	position:relative;
}

.dus1 {
	width: 450px;
	margin-left: 30px;
	margin-top: 100px;
}

.dus1tb {
	display: none;
}

.dus1sp {
	display: none;
}

.all-link {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.all-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.all-link:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

.all-link img {
	border-radius: 10px 10px 0px 0px;
}

@media screen and (max-width:1350px) {

.mainback {
	height: 800px;
}
	
.mainback-sec {
	height: 550px;
}
	
.dus1 {
	width: 400px;
}
	
}

@media screen and (max-width:1200px) {

.mainback {
	height: 750px;
}
	
.mainback-sec {
	height: 500px;
}
	
.dus1 {
	display: none;
}

.dus1tb {
	display: block;
	width: 200px;
	margin-left: 30px;
	margin-top: 100px;
}
	
}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {

.mainback {
	height: 600px;
}
	
.mainback-sec {
	height: 350px;
}
	
.dus1tb {
	width: 150px;
}	

}

/* タブレットサイズから下 */
@media screen and (max-width:768px) {

.mainback {
	background-image: url(../img/topimg_sp.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	height: 100vh;
	background-color: #DFDED9;
}
	
.mainback-sec {
	background-image: url(../img/topimg_secsp.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	height: 400px;
	background-color: #DFDED9;
}
	
.dus1sp {
	position: absolute;
	display: block;
	width: 90%;
	bottom: 30px;
	left: 5%;
	right: 5%;
}
	
.dus1tb {
	display: none;
}	

}

/* スマホサイズから下 */
@media screen and (max-width:568px) {
	
.mainback {
	background-image: url(../img/topimg_sp.jpg);
	height: 90vh;
}
	
.mainback-sec {
	background-image: url(../img/topimg_secsp.jpg);
	height: 300px;
}
	
}



/*# clearfix */
.clearfix:after {
	clear: both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }


/*# ★★フォームパーツ★★ */

table.sec-table03 {
	width: 300px;
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table.sec-table03 tr {

}

table.sec-table03 td{
	width: 300px;
	font-size: 16px;
	line-height: 120%;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	text-align: center;
}

table.sec-table04 {
	table-layout:fixed;
	width: 100%;
}

table.sec-table04 td{
	font-size: 16px;
	line-height: 130%;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: middle;
}

table.sec-table04 td.i1{
	width:200px;
	padding-left: 30px;
}

table.sec-table04 td.i4{
	width:100px;
	text-align: center;
}

table.sec-table04 td.i5{
	width:auto;
	text-align: left;
}

table.sec-table04 td.sh03{
	width: 100% !important;
	text-align: center;
}

table.sec-table05 {
	width:100%;
}

table.sec-table05 td{
	font-size: 14px;
	line-height: 130%;
	vertical-align: top;
	padding: 5px;
}

table.sec-table05 th{
	font-size: 12px;
	line-height: 130%;
	vertical-align: top;
	padding: 5px;
	background-color: #eeeef0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

table.sec-table05 th.h3{
	text-align: right;
}

table.sec-table05 td.i1{
	background-color: #eeeef0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

table.sec-table05 td.i2{
	line-height: 130%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeef0;
}

table.sec-table05 td.i3{
	line-height: 130%;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeef0;
	font-weight: bold;
}


.tois {
	font-size: 13px;
	color: #944A31;
}

.soushin{
	text-align: center;
	width: 100%;
}

.must {
	display: inline-block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-size: 100% 100%;
	line-height: 16px;
	width: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

.must-sp {
	display: none;
}

label {
	font-weight: normal;
	padding-left: 5px;
}

input[type="text"],
input[type="email"],
textarea {
	padding: 3px 8px;
	border:1px solid #999;
	border-radius: 3px;
	-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0 1px 0 0 rgba(0,0,0,0.1) inset;
	box-shadow:0 1px 0 0 rgba(0,0,0,0.1) inset;
	vertical-align: middle;
	outline:none;
}

input[type="text"],
input[type="email"] {
	max-width: 550px;
	width: 100% !important;
	padding:10px;
	font-size:18px;
	color: #333333;
	margin:5px 0 5px;
}

.cp_ipselect {
	overflow: hidden;
	width: 300px;
	margin: 5px auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

input.short {
	max-width: 150px;
	width: 40% !important;
	padding:10px;
	font-size:18px;
	color: #333333;
	margin:5px 0 5px;
}

input.short2 {
	width: 60% !important;
	max-width: 300px;
	padding:10px;
	font-size:30px;
	font-weight: bold;
	color:#FF0000;
	margin:5px 0 5px;
}

textarea {
	max-width: 550px !important;
	width: 100% !important;
	height: 250px !important;
	padding:10px;
	font-size:16px;
	color: #333333;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.btms {
padding: 15px 40px;
font-size: 16px;
}

.square_btn {
	display: inline-block;
	text-decoration: none;
	color: #007391;
	border: solid 2px #007391;
	border-radius: 3px;
    transition: .4s;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-size: 20px;
	font-weight: 200;
}

.square_btn:hover {
    background: #007391;
    color: white;
}

input#submit_button {
	display: inline-block;
	text-decoration: none;
	color: #007391;
	border: solid 2px #007391;
	border-radius: 3px;
    transition: .4s;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-size: 20px;
	font-weight: 200;
	background-color: #FFFFFF;
}

input#submit_button:hover {
    background: #007391;
    color: white;
}

.markwaku-s1 {
	width:580px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

button {
	color: #333333;
	}

button:hover {
	color: #676767;
	}

.formLayout .rule {
	BORDER-RIGHT: #999 1px solid;
	BORDER-TOP: #999 1px solid;
	BORDER-LEFT: #999 1px solid;
	BORDER-BOTTOM: #999 1px solid;
	PADDING-TOP: 10px;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 10px;
	MARGIN: 30px auto;
	OVERFLOW: auto;
	LINE-HEIGHT: 1.3em;
	WIDTH: 100%;
	HEIGHT: 300px;
	background-color: #FFFFFF;
}
.formLayout .rule .ruleHeader {
	FONT-WEIGHT: bold;
	color: #000000;
	text-align: center;
	font-size: 18px;
}
.formLayout .rule .ruleFooter {
	TEXT-ALIGN: right;
	font-size: 18px;
}

.ruleContents {
	text-align: left;
	width: 100%;
	font-size: 18px;
}

.rule-p {
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	width: 100%;
	font-size: 1em;
}

.rule-p2 {
	text-align: left;
	width: 100%;
}


@media screen and (max-width:1200px) {
	
table.sec-table04 td{
	font-size: 14px;
}
	
table.sec-table04 td.i1{
	width:150px;
}
	
table.sec-table05 td{
	font-size: 12px;
}
	
table.sec-table05 th{
	font-size: 12px;
}

}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {
	
table.sec-table04 tr{
	width:100%;
	display: block;
}
	
table.sec-table04 td{
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

table.sec-table04 td.i1{
	width: 100%;
	display: block;
	padding-left: 10px;
}
	
table.sec-table04 td.i4{
	display: none;
}

table.sec-table04 td.i5{
	width: 100%;
	display: block;
	text-align: left;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	margin-bottom: 20px;
}
	

table.sec-table05 td{
	font-size: 12px;
	padding: 3px;
}
	
table.sec-table05 th{
	font-size: 12px;
	padding: 3px;
}
	
input[type="text"],
input[type="email"] {
	max-width: 100% !important;
	width: 100% !important;
}
	
textarea {
	max-width: 800px !important;
	width: 100% !important;
	height: 250px !important;
	padding:10px;
	font-size:14px;
	height: 250px;
}
	
.must {
	display: none;
}

.must-sp {
	display: inline-block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-size: 100% 100%;
	line-height: 16px;
	width: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-left: 20px;
}
	
}




@media screen and (max-width:768px) {
		
.formLayout .rule {
	font-size: 14px;
}
.formLayout .rule .ruleHeader {
	font-size: 14px;
}
.formLayout .rule .ruleFooter {
	font-size: 14px;
}

.ruleContents {
	font-size: 14px;
}
	
.rule-p {
	font-size: 14px;
}
.rule-p2 {
	font-size: 14px;
}
	
p.note {
	font-size: 14px;
}

.must {
	border: none;
	text-shadow: none;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 4px;
	box-shadow: none;
	line-height: 16px;
	width: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

textarea {
		max-width: 100% !important;
}

}

/*# ★★フォームのリセット★★ */

radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sample input{
	display: none;
}
.sample label{
	display: block;
	float: left;
	cursor: pointer;
	width: 250px;
	height: 50px;
	line-height: 50px;
	background: #bdc3c7;
	color: #555e64;
	font-size: 18px;
	text-align: center;
	padding: 0;
	transition: .2s;
	border-radius: 5px;
	margin-right: 5px;
}

.sample label.mfp_checked {
	background-color: #fff;
}

.sample2 input{
	display: none;
}
.sample2 label{
	display: inline-block;
	cursor: pointer;
	width: 400px;
	height: 50px;
	line-height: 50px;
	background: #bdc3c7;
	color: #555e64;
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	transition: .2s;
	border-radius: 5px;
}

.sample2 label.mfp_checked {
	color: #fff;
	background-color: #bc1b29;
	font-weight: bold;
}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {

.sample label{
	width: 100%;
	font-size: 16px;
	margin-right: 0px;
	margin-top: 5px;
}
	
.sample2 label{
	width: 100%;
	font-size: 16px;
	margin-top: 5px;
}
	
}

/*# ★★テーブル★★ */

table.sec-table01 {
	width:100%;
    border-collapse: separate;  /* 表の線と線の間を空ける */
    border-spacing: 30px;       /* 表の線と線の間の幅 */
}

table.sec-table01 td{
    font-family: 'M PLUS 1p', sans-serif;
	font-size: 21px;
	line-height: 130%;
	font-weight: 400;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.ts-back-b table.sec-table01 td{
	color: #ffffff;
}

table.sec-table01 td.i1{
	width:200px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

table.sec-table01 td.i2{
	line-height: 130%;
	text-align: left;
}

table.sec-table01 td.i3{
	line-height: 130%;
	text-align: left;
}

table.sec-table01 td.i4{
	width:150px;
}

table.sec-table01 td.i5{
	width:70px;
	line-height: 130%;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

table.sec-table01 td.i6{
	line-height: 130%;
	text-align: left;
}

table.sec-table01 td.i7{
	text-align: center;
}

table.sec-table02 {
	width:100%;
}

table.sec-table02 td{
	font-size: 16px;
	line-height: 130%;
	font-weight: 400;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

table.sec-table02 td.i1{
	width: 280px;
	background-color: #eeeef0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}

table.sec-table02 td.i2{
	line-height: 130%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeef0;
}

table.sec-table02 td.i3{
	width: 100%;
	display: block;
	line-height: 150%;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeef0;
	font-weight: bold;
	border-left-width: 5pt;
	border-left-style: solid;
	border-left-color: #EEEEF0;
}

table.sec-table02 td.i4{
	width: 100%;
	display: block;
	line-height: 150%;
	margin-bottom: 30px;
}

table.sec-table02 td.i5{
	width: 100%;
	display: block;
	line-height: 150%;
	margin-bottom: 30px;
}






@media screen and (max-width:1200px) {
	
table.sec-table01 td{
	font-size: 18px;
}
	
table.sec-table01 td.i1{
	width:150px;
}
	
}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {

table.sec-table01 {
	width:100%;
    border-spacing: 10px;       /* 表の線と線の間の幅 */
}

table.sec-table01 td{
	font-size: 14px;
	line-height: 120%;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

table.sec-table01 td.i1{
	width: 100%;
	float: left;
	clear: both;
	border-right-style: none;
	border-bottom-style: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}

table.sec-table01 td.i2{
	width:100%;
	float: left;
	clear: both;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
	
table.sec-table01 td.i3{
	width:100%;
	float: left;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
	
table.sec-table01 td.i4{
	display: inline-block;
	width: 80%;
}

table.sec-table01 td.i5{
	display: inline-block;
	width:20%;
	line-height: 130%;
	text-align: right;
	border-right-style: none;
}

table.sec-table01 td.i6{
	width:100%;
	display: block;
	line-height: 130%;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
	
table.sec-table02 {
	width:100%;
}

table.sec-table02 td{
	font-size: 14px;
	line-height: 120%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

table.sec-table02 td.i1{
	width: 100%;
	display: block;
	font-weight: bold;
	border-bottom-style: none;
}

table.sec-table02 td.i2{
	width: 100%;
	display: block;
	margin-bottom: 10px;
	border-bottom-style: none;
}
	
.sample2 label{
	width: 100%;
}

}



/*# ★★PC、スマホの表示非表示★ */

/*# PCで改行しない */
.br-sp { display:none; }

/*# 1140以下では改行しない */
.br-1140 { display:inline; }

/*# 1140以上で改行しない */
.br-1139 { display:none; }

/*# スマホで改行しない */
.br-pc { display:inline; }

/*# PCで表示しない文字 */
.f-sp { display:none; }

@media screen and (max-width:1140px) {
.br-1140 { display:none; }
.br-1139 { display:inline; }
}

@media screen and (max-width:768px) {
.br-pc { display:none; }
.br-sp { display:inline; }
.f-sp { display:inline; }
}

.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt100 {
	margin-top: 100px !important;
}

/* スマホサイズから下 */
@media screen and (max-width:568px) {
.mt50 {
	margin-top: 30px !important;
}
.mt100 {
	margin-top: 50px !important;
}
}

.blogbana{
	color: #2186CA;
	border : solid 1px #333 ;
	display: block;
	width: 300px;
	text-align: center;
	padding: 15px;
	margin-top: 50px;
	font-weight: bold;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.blogbana a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.blogbana:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
	
@media screen and (max-width:768px) {
	
.blogbana{
	margin-top: 20px;
}
	
}

/* 新ロゴ */
.slogo {
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.slogo img {
	width: 100%;
}

.print-logo{
	display: none;
}

.swiper-container {
	position:relative;
}

.swiper-slide {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	position:relative;
}
	
.swiper-slide img {
	width: 100%;
}

.swiper-slide h2 {
	position: absolute;
	width: 95%;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
	-webkit- translateX(-50%);
	text-align: center;
	font-size: 70px;
	line-height: 90%;
}

.swiper-slide h2 span {
	font-size: 40px;
}

.swiper-slide h2.wi {
	color: #fff;
}


ol, ul {
	list-style: none;
}

.p-img{
	display: none;
}


@media screen and (max-width:1200px) {
	
.swiper-slide h2 {
	font-size: 50px;
}

.swiper-slide h2 span {
	font-size: 30px;
}
	
}

@media screen and (max-width:992px) {
	
.swiper-slide h2 {
	font-size: 40px;
}

.swiper-slide h2 span {
	font-size: 20px;
}
	
}

@media screen and (max-width:768px) {
	
.slogo {
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
	
.swiper-slide h2 {
	font-size: 30px;
}

.swiper-slide h2 span {
	font-size: 20px;
}
	
}

@media screen and (max-width:568px) {
	
.slogo {
	width: 150px;
}
	
.swiper-slide h2 {
	font-size: 20px;
}

.swiper-slide h2 span {
	font-size: 15px;
}
	
}

/* 20210125追加 */

.s-mil-waku {
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0;
	margin-bottom: 100px;
	vertical-align:top;
}

.s-mil {
	border : solid 1px #333 ;
	width: 49%;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	margin-left: 2%;
	margin-bottom: 20px;
}

.s-mil:nth-child(odd){
	margin-left: 0%;
}

.s-mil-img {
	display: inline-block;
	width: 35%;
}

.s-mil-img img {
	width: 100%;
}

.s-mil-moji {
	display: inline-block;
	width: 63%;
	height: 100%;
	vertical-align:bottom;
	margin-left: 2%;
}

.s-mil-1 {
	font-size: 30px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0;
	margin-top: 10px;
}

.s-mil-1 span.s1 {
	font-size: 23px;
}

.s-mil-1 span.s2 {
	font-size: 26px;
}

.s-mil-2 {
	margin-top: 15px;
}

.s-mil-2 span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	background-color: #bc1b29;
	color: #ffffff;
	font-weight: 500;
	padding: 3px 5px 3px 5px;
}

.s-mil-2 span + span {
	margin-left: 10px;
}

.s-mil-3 {
	font-size: 15px;
	margin-top: 10px;
}

.s-mil-4 {
	font-size: 35px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
	margin-top: 5px;
}

.s-mil-4 span {
	font-size: 20px;
}

@media screen and (max-width:1200px) {
	
.s-mil-waku {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align:top;
	margin-bottom: 100px;
}
	
.s-mil {
	vertical-align:top;
}
	
.s-mil-img {
	display: inline-block;
	width: 35%;
	vertical-align:top;
}
	
}

@media screen and (max-width:768px) {
	
.s-mil {
	width: 100%;
	display: block;
	margin-left: 0%;
	margin-bottom: 20px;
}
	
.s-mil-moji {
	display: inline-block;
	width: 63%;
	margin-left: 2%;
	vertical-align:top;
}
	
}

@media screen and (max-width:568px) {

.s-mil-waku {
	margin-bottom: 50px;
}
	
.s-mil {
	margin-bottom: 10px;
}
	
.s-mil-img {
	width: 30%;
}

.s-mil-moji {
	width: 68%;
	margin-left: 2%;
}
	
.s-mil-1 {
	font-size: 24px;
	margin-top: 2px;
}

.s-mil-1 span.s1 {
	font-size: 20px;
}

.s-mil-1 span.s2 {
	font-size: 24px;
}

.s-mil-2 {
	margin-top: 10px;
}

.s-mil-2 span {
	font-size: 14px;
	padding: 3px 5px 3px 5px;
}

.s-mil-2 span + span {
	margin-left: 10px;
}

.s-mil-3 {
	font-size: 13px;
	margin-top: 5px;
}

.s-mil-4 {
	font-size: 25px;
	margin-top: 0px;
}

.s-mil-4 span {
	font-size: 16px;
}
	
}



	