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

/*----------------------------------
	smp用のCSSです
----------------------------------*/
.CtsMrBox input[type=text],textarea,select {
/*input等文字サイズ16px未満はiOSで拡大されるので調整*/
  font-size: 16px;
  transform: scale(0.9)!important translate(-5%,0%);
/*input等文字サイズ16px未満はiOSで拡大されるので調整*/
  text-indent: 3px;
}
.contents {
    font-size: 1.4rem;
    overflow: hidden;
    padding-bottom: 1rem;
    width: 100%;
	}
.contents h2 img{
	width:100%;
	}
.contents_main{
	margin: 0 auto;
    width: 97%;
	padding-top:5px;
	}
.p_flw img{
	width:100%;
	}
.formItm{
	overflow:hidden;
	margin-top:5%;
	margin-bottom:5px;
	padding:5px;
	font-size:1.4rem;
	background:#1d2088;
	color:#ffffff;
	border-top:1px solid #f9e9d9;
	border-bottom:1px solid #f9e9d9;
	display: flex;
    align-items: center;
    letter-spacing: 0;
	}
.formItm.green {
	background-color: #00676b;
	}

.formItm.red {
	background-color: #9f2b2e;
}
.red .formItm {
	background-color: #9f2b2e;
}
.formItm .MIcn{
	float:left;
	width:17%;
	}
.p_txt{
	font-size:14px;
	line-height:20px;
	}
.p_txt span {
	font-weight: bold;
	font-size:14px;
	line-height:20px;
	}
.p_txtR{
	font-size:14px;
	line-height:20px;
	color:#F00;
	padding-bottom:30px;
	padding-top:15px;
	}
.formItm .formItmTxt{
	display:block;
	width:auto;
	padding: 2% 0;
	font-weight: bold;
	float:left;
	font-size:18px;
	}

span .f_nomal{
	font-weight: normal;
}

.formItmForm{
	clear:both;
	width:96%;
	}
.formItmForm select{
	width:100%;
	font-size: 1.4rem;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	border: 1px solid #666;
	}
.MIcn img{
	width:85%;
	}
.Hissu img{
    width: 85%;
	margin-top:-6px;
}
.formTitle{
	height:auto;
	font-size:18px;
	}
.formTitle dd{
	overflow:hidden;
	}
.formName{
	height:auto;
	}
.formName .formItm{
	font-size:1.4rem;
	}
.formName input, .formKana input, .formMail input, .formMail2 input, .formCourseName input, .formCourseName input, .formCourseNo input{
	width:97%;
	font-size:1.4rem;
	}
.formMail2 .formItm .txt{
	color: #FF0000;
	font-size:1.2rem;
}

.formKana .formItmForm input{
	font-size:1.4rem;
	}
.formItmForm input{
	font-size:1.4rem;
	}
.tokutei{
	margin-top:50px;
	font-size:1.4rem;
	line-height:18px;
	}
.formCourseName{
	margin-top:10px;
	}
/*.formItmForm input{
	width:97%;
	font-size:1.4rem;
	}*/
.formItmForm label{
	margin-right:5px;
	line-height:1.5;
	}
.formDate .formItmForm{
	font-size:18px;
	}
/*.formItmForm span, .formItmForm select{
	float:left;
	}*/
.formDate .formItmForm select{
	width:40%;
	}
.formItmForm span{
	font-size:20px;
	line-height:30px;
	}
.formToiawaseNo{
	clear:both;
	}
.zumi{
	display:block;
	font-size:1.3rem;
	line-height: 2;
	}

.formToiawaseNo .formItmTxt{
	width:100%;
	}
.formToiawaseNo .formItmForm input{
	width:97%;
	font-size:1.4rem;
	}
.formPostalCode .formItmForm input{
	width:90%;
	font-size:1.4rem;
	}
.formPhoneNo .formItmForm input{
	width: 26%;
	}
.formShousai .formItmForm textarea{
	width:97%;
	font-size:1.4rem;
	height:150px;
	}
.formAtena .formItmForm textarea{
	width:97%;
	font-size:1.4rem;
	height:300px;
	}
.formDmStop .formItmForm textarea{
	width:97%;
	font-size:14px;
	height:300px;
	}
.atenaPlus{
	display:block;
	font-size:1.3rem;
	line-height: 1.4;
	}
.Hissu{
	float:left;
	width:60px;
	padding-bottom:5%;
	}

.Hissu2{
	float:left;
	width:60px;
	padding-bottom:2%;
	}
.HissuFrom{
	background-color: #fdf7e5;
	border: 1px solid #666;
	}
input.btn_fm00{
	text-align: center;
	clear:both;
	margin-top:1.0rem;
	border:1px solid #999;
	border-radius:5px;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #777777 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#777777)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#777777 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#777777 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#777777 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#777777 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#777777',GradientType=0 ); /* IE6-9 */

/*
	background-image:url(../images/ico_bar01.png);
	background-repeat:no-repeat;
	background-position:98% center;
	background-size:1.6em;
*/
	font-size:24px;
	width:100%;
	padding:2.5rem;
	color:#fff;
	}
input.btn_fm01{
	text-align: center;
	clear:both;
	margin-top:1.0rem;
	border:1px solid #999;
	border-radius:5px;
	background: #5d6254; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffbb18 0%, #e1a101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbb18), color-stop(100%,#e1a101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffbb18 0%,#e1a101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffbb18 0%,#e1a101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffbb18 0%,#e1a101 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffbb18 0%,#e1a101 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb18', endColorstr='#e1a101',GradientType=0 ); /* IE6-9 */

/*
	background-image:url(../images/ico_bar01.png);
	background-repeat:no-repeat;
	background-position:98% center;
	background-size:1.6em;
*/
	font-size:24px;
	width:100%;
	padding:2.5rem;
	color:#fff;
	}
.btnKojin{
	padding-left:20px;
	margin-top:1.0rem;
	border:1px solid #999;
	border-radius:5px;
	width: 100%;
	background: #5d6254; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe4c1d 0%, #e95f57 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe4c1d), color-stop(100%,#e95f57)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe4c1d 0%,#e95f57 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe4c1d 0%,#e95f57 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe4c1d 0%,#e95f57 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe4c1d 0%,#e95f57 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4c1d', endColorstr='#e95f57',GradientType=0 ); /* IE6-9 */

/*
	background-image:url(../images/ico_bar01.png);
	background-repeat:no-repeat;
	background-position:98% center;
	background-size:1.6em;
*/
	font-size:18px;
	width:91%;
	padding:1rem;
	height:60px;
	margin-bottom:20px;
	color:#fff;
	}
.btnKojin a{
color: #fff;
/* padding-left: 7%; */
height: 26px;
display: block;
 padding-top: 2%;
/* width: 93%; */
text-align: center;
	}
.txtKojinR{
	text-indent:-1rem;
	padding-left:1rem;
	color:#F00;
	font-size:14px;
	}
.kojinL{
	float:left;
	width:20%;
	height: 40px;
	}
.kojinR{
	float:right;
	width:80%;
	font-size:14px;
	line-height:20px;
	}
.btnBox{
	overflow:hidden;
	width:100%;
	padding:2%;
	}
.kojinBox{
	font-size:14px;
	line-height:20px;
	margin:30px 0;
	}
.kojinBox dd span{
	display:block;
	padding-top:20px;
	}
.txtList li{
	font-size:14px;
	color:#F00;
	padding-top:15px;
/*	text-indent:-1rem;
	padding-left:1rem;*/
	}





.kojinL input[type="checkbox"] {
    border: 1px solid #666666;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #666666;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #999999),
        color-stop(1.00, #666666)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #999999 0%,
        #666666 100%
    );
}

.kojinL input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #666666;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #666666),
        color-stop(1.00, #333333)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #666666 0%,
        #333333 100%
    );
    border: 1px solid #333333;
}

.kojinL input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #999999;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

.kojinL input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #999999;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
.answerBox{
	font-size:16px;
	padding:0.5em;
	border: 1px solid #ccc;
	}

/*thanks*/
.kanryou{
	padding:1.8em 0.2em;
	margin:1em 0;
	background:#fae5e5;
	color:#cc0000;
	font-size:22px;
	}
.kanryou.blue {
	background:#fdf7e5;
	color:#1d2088;
}
.thanksMsg{
	font-size:16px;
	line-height:20px;
	}
.thanksMsg span{
	display:block;
	padding-bottom:20px;
	}
.thanksMsgR{
	color:#cc0000;
	font-size:16px;
	line-height:20px;
	}
.homeLnk{
	border-top:1px solid #ccc;
	margin-top:20px;
	padding-top:15px;
	}



/*inputチェックボックスにcssをあてる*/
.checkbox{
  display: none;
}
.checkbox-icon{
  padding-left: 300px;
  padding-bottom: 50px;
  position:relative;
}
.checkbox-icon::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 4px;
}
.checkbox:checked + .checkbox-icon{
  color: #009a9a;
}
.checkbox:checked + .checkbox-icon::after{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 8px;
  width: 7px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 5px solid #00799A;
  border-right: 5px solid #00799A;
}
.contents h3 img {
    width: 100%;
	padding:15px 0 30px;
}
.p_txt.MarT {
	margin:0 0 15px;
	display: inline-block;
}
.warning  {
	float:right;
	padding: 2% 0;
}
.px12 { font-size: 12px; line-height: 130%}
.px12Red { font-size: 12px; line-height: 130%; color: #ff0f4b;}
.px12b { font-size: 12px; line-height: 16px; color: #FFffff;}
.px14b { font-size: 14px; line-height: 16px; color: #FFffff;}
.px12txt { font-size: 12px; line-height: 16px; color: #676767}
table td input { height: 20px; font-size: 14px;}
table td { border-bottom: 1px solid #d9eeef;}
.mailTxt { padding-left: 10px; font-size: 12px;}


/* -------------
181210 バナー追加
------------- */
/* PC版 */
.bnWapper { margin-bottom:20px;}
.bnTitle{ font-size:22px; padding:10px; text-align:center;}
.bnPhoto a:hover { opacity: 0.7;}
/* SMP版 */
.bnWapperS { margin:0 auto; width:97%;}
.bnTitleS { margin:30px 0 10px 0; text-align:center; font-size:18px; line-height:20px;}
.bnPhotoS { margin: 0 auto; width: 100%; max-width: 960px;}
.bnPhotoS img { width: 100%;}

/* -------------
アンカー
------------- */
table.step td {
	border-bottom: none;
}
table.anchor_box {
	background-color: #ffffff;
	margin-bottom: 30px;
}
table.anchor_box td {
	border: solid 1px #00676b;
	padding: 5px;
}
table.anchor_box td.red {
	border: solid 1px #000;
	padding: 10px;
}
table.anchor_box td.space {
	width: 30px;
	padding: 0;
}
table.anchor_box td dl dt {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #00676b;
	margin: 10px 0 5px;
}
table.anchor_box td dl dt span {
	font-size: 19px;
	font-weight: bold;
	color: #1d2088;
}
table.anchor_box td dl dd.price {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #00676b;
	margin: 5px 0 20px;
}
table.anchor_box td.red dl dd.price {
	color: #000;
}
table.anchor_box td dl dd.price span {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #00676b;
	margin: 5px 0 20px;
}
table.anchor_box td.red dl dd.price span {
	color: #000;
}
table.anchor_box td.red dl dt {
	color: #000;
}
table.anchor_box td.red dl dt span {
	color: #bf0008;
	font-size: 16px;
	font-weight: bold;
}
table.anchor_box td dl dd ul {
	display: flex;
}
table.anchor_box td dl dd ul li {
	width: 100%;
}
table.anchor_box td dl dd ul li:last-child {
	margin-left: 3%;
}
table.anchor_box td dl dd ul li img {
	width: 100%;
}
table.anchor_box td dl dd.anchor_botton {
	text-align: center;
}
table.anchor_box td dl dd.anchor_botton {
	font-size: 14px;
	color: #ffffff;
	background-color: #00676b;
	padding: 10px 30px;
}
table.anchor_box td dl dd.anchor_botton span {
	font-size: 12px;
	color: #ffffff;
}
table.anchor_box td.red dl dd.anchor_botton {
	background-color: #bf0008;
}
/*table.anchor_box td dl dd.anchor_botton a:hover {
	opacity: 0.5;
}*/

table.link_box {
	background-color: #ffffff;
	margin-bottom: 30px;
}
table.link_box a {
	text-align: center;
	font-size: 20px;
	background-color: #1c4837;
	color: #ffffff;
	padding: 20px 0;
	width: 940px;
	display: inline-block;
	border: 1px solid #ffffff;
	box-shadow: 2px 2px 4px gray;
	position: relative;
}
table.link_box a:hover {
	opacity: 0.6;
	text-decoration: none;
}
table.link_box a::after {
	content: '\03e';
	position: absolute;
	right: 15px;
	font-size: 25px;
}

#tour {
	border: 10px solid #ffe7e8;
	margin: 25px 0;
}
#tour .px12 {
	font-size: 18px;
	line-height: 1.5;
	padding:5px;
	vertical-align: middle;
}
input[type=checkbox] {
	transform: scale(1.3);
	height:13px;
}
.bgc {
	border: 10px solid #fdf7e5;
	background-color: #fdf7e5;
}

.bgc_g {
	border: 10px solid #d9eeef;
	background-color: #d9eeef;
}

.red .bgc {
	border: 10px solid #ffe7e8;
	background-color: #ffe7e8;
}
.px18b {
    font-size: 18px;
    line-height: 20px;
    color: #FFffff;
}
.px16 select  {
    font-size: 20px !important;
	width: 100%;
}
.sp #tour {
	border: none;
	margin: 0;
}
.anchor.red {
	border: 1px solid #000;
	background-color: #e0d9b4;
}
.anchor {
	border: 1px solid #00676b;
	padding: 3%;
	margin-bottom: 5%;
	background-color: #d9eeef;
}
.anchor dt {
	font-size: 17px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color: #00676b;
	margin: 15px 0 5px;
}
.anchor dt span {
	font-size: 20px;
	font-weight: bold;
	color: #1d2088;
}
.anchor.red dt {
	color: #000;
}
.anchor.red dt span {
	color: #bf0008;
}
.anchor dd.price {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color: #00676b;
	margin: 0 0 15px;
}
.anchor dd.price span {
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color: #00676b;
	margin: 0 0 15px;
}
.anchor.red dd.price span, .anchor.red dd.price {
    color: #000;
}
.anchor dd ul {
	display: flex;
	justify-content: space-between;
}
.anchor dd ul li img {
	width: 100%;
}
.anchor dd.anchor_botton {
	text-align: center;
}
.anchor dd.anchor_botton {
	font-size: 14px;
	color: #ffffff;
	background-color: #00676b;
	padding: 3% 0;
}
.anchor dd.anchor_botton span {
	font-size: 11px;
	color: #ffffff;
}
.anchor.red dd.anchor_botton {
	background-color: #bf0008;
}

.formItm .MIcn.tour {
    width: 20%;
}
.formItm .formItmTxt.tour {
	font-size: 22px;
}
.formItmForm.tour select {
	font-size: 20px !important;
}
.noTel {
	pointer-events: none;
	display: inline-block;
}



.link a {
	text-align: center;
	font-size: 15px;
	background-color: #1e2678;
	/*border: 1px solid #1c4837;*/
	padding: 10px;
	padding-right: 30px;
	position: relative;
	box-shadow: 1px 1px 3px gray;
}
.link a::after {
	content: '▶';
	position: absolute;
	right: 5px;
	font-size: 17px;
  color: #ffffff;
}
.link a span {
	font-size: 17px;
  color: #ffffff;
}
.link a:hover {
	opacity: 0.7;
}

.photSP li:first-child {
	margin-right: 10px;
}

/* .photPC li img:first-child {
	margin-right: 10px;
} */


/* 20220121追加 */
/*２コースの場合*/
/*.tourbox{
	width: 335px;
	background-color: #d9eeef;
	border: solid 1px #00676b;
	margin: 0 auto 50px auto;
	padding: 10px;
}*/

/*３コースの場合*/
.tourbox{
	width: 300px;
	background-color: #d9eeef;
	border: solid 1px #00676b;
	margin: 0 auto 50px auto;
	padding: 10px;
}

.tourbox_ttl{
    font-size: 18px;
    font-weight: bold;
	line-height: 1.5;
    text-align: center;
    color: #00676b;
    margin: 10px 0 5px;
    height: 120px;
}

/*２コースの場合*/
/*.tourbox_ttl span {
	font-size: 20px;
}*/

/*３コースの場合*/
.tourbox_ttl span {
	font-size: 19px;
}

.tourbox_ttl2{
    font-size: 18px;
    font-weight: bold;
	line-height: 1.5;
    text-align: center;
    color: #00676b;
    margin: -10px 0 5px;
}

.tourbox_ttl2 span {
	font-size: 16px;
}

.tourbox_anchor_botton{
	font-size: 17px;
	color: #ffffff;
	background-color: #00676b;
	padding: 3% 0;
	text-align: center;
}
.tourbox_anchor_botton span{
	font-size: 16px;
	color: #ffffff;
}
.tourbox_anchor_botton span.red{
	font-size: 17px;
	color: #ff0000;
    background-color: #ffffff;
    padding: 6px;
    font-weight: bold;
}

.tourbox_pic{
	display: flex;
	justify-content: space-between
}
.tourbox_pic li{
	width: 49%;
}
.tourbox_pic li img{
	width: 100%;
}
.tourbox_pic li span {
	display: flex;
	justify-content: end;
	font-size: 12px;
}

.tourboxSP{
	background-color: #d9eeef;
	border: solid 1px #00676b;
	margin-bottom: 5%;
	padding: 3%;
}

.tourbox_picSP{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.tourbox_picSP li{
	width: 47%;
	margin-bottom: 3%;
}
.tourbox_picSP li img{
	width: 100%;
}
.tourbox_picSP li span {
	padding-top: 2%;
	display: flex;
	justify-content: end;
}
.tour_wapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

/*start_リニューアル2021対応*/

:where(.CtsMrBox) *,
:where(.CtsMrBox)::after,
:where(.CtsMrBox)::before {
  box-sizing: content-box;
  letter-spacing: 0;
}

:where(.CtsMrBox) img {
  width: auto;
}

select, input {
    font-size: 12px;
    font-size: 1.2rem;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: field;
    cursor: default;
    margin: 0em;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    border-radius: 0px;
}

td  {
	font-size: 12px;
}
/*end_リニューアル2021対応*/

/*start_20221205修正*/
.wapper {
    padding: 0 30px;
    text-align: left;
    margin-bottom: 30px;

}
.subttl_box {
    background-image: url(/attending/tyo-d/luxury-train/ssl/images/sub_ttl_bg3.jpg);
    padding: 20px;
}
.wapper ul.anchor {
    display: flex !important;
    margin: 30px auto;
    font-size: 16px;
    line-height: 20px;
    width: 960px;
    background-color: #ffffff;
    border: none;
}
.wapper ul.anchor li{
    display: block;
    width: 470px;
    padding: 20px;
    /*border-style: solid;
    border-color: #154900;
    border-width: 2px;
    background-color: #dfffd3;*/
    text-align: center;
    /*background-image: url(/attending/tyo-d/luxury-train/ssl/images/sub_ttl_bg3.jpg);*/
    color: #ffffff;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-weight: bold;
    background-color: #004128;
    border: solid #c9be6e 3px;
}
.wapper ul.anchor li.mr20 {
    margin-right: 20px;
}

.wapper ul.subttl {
    display: flex !important;
    margin: 10px auto 0;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    width: 920px;
}

ul.subttl img.sub_ttl {
    width: 740px !important;
    margin-left: 30px;
}
ul.subttl img.logo {
    width: 140px !important;
    margin-left: 30px;
}
.point_con1 {
	margin-top: 30px;
	clear: both;
	display: inline-block;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.point_con1 div.point_con_box {
	margin-bottom: 20px;
	clear: both;
	display: inline-block;
	width: 960px;
}
.point_con1 .leftbox {
	float: left;
}
.point_con1 .rightbox {
	float: right;
}
.point_con1 .txt_leftbox {
	float: left;
}
.point_con1 .txt_rightbox {
	float: right;
}
.point_con1 .point_ph_l, .point_con1 .point_ph_r {
	width: 400px;
	height: auto;
}
.point_con1 .point_ttl_l, .point_con1 .point_txt_l, .point_con1 .point_ttl_r, .point_con1 .point_txt_r {
	width: 530px !important;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}
.point_con1 .point_ttl_l, .point_con1 .point_ttl_r {
	margin: 20px 0;
    font-size: 18px;
    line-height: 26px;
}

.point_con2 {
	/*margin-top: 50px;*/
	clear: both;
	display: inline-block;
}
.point_con2 div.point_con_box {
	margin-bottom: 50px;
	clear: both;
	display: inline-block;
	width: 960px;
}
.point_con2 .leftbox {
	float: left;
}
.point_con2 .rightbox {
	float: right;
}
.point_con2 .point_ph_l, .point_con2 .point_ph_r {
	width: 400px;
	height: auto;
}
.point_con2 .point_ttl_l, .point_con2 .point_txt_l, .point_con2 .point_ttl_r, .point_con2 .point_txt_r {
	width: 530px !important;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.point_con2 .point_ttl_l, .point_con2 .point_ttl_r {
	margin-bottom: 20px;
}
.point_con_box ul.Thumbnail{
     display: flex  !important;
}
.point_con_box li {
    margin-top: 15px;
}
.point_con_box li.ml10 {
    margin-left: 10px;
}
.point_con_box li.mr20 {
    margin-right: 20px;
}
.point_con_box li.Thumbnail1 img {
    width: 120px !important;
}
.point_con_box li.Thumbnail2 img {
    width: 180px !important;
}

dt p{
    font-weight: normal;
    color: #ffffff;
}

/*.sub_img img{
    width: 120px;
}
.sub_img dl{
    display: table;
    table-layout: fixed;
    margin-top: 15px;
}
.sub_img dl dt{
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 0 0;
}

.sub_img2 img{
    width: 180px;
}
.sub_img2 dl{
    display: table;
    table-layout: fixed;
    margin-top: 15px;
}
.sub_img2 dl dt{
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 0 10px;
}

.main_img2 p.right{
    text-align: right !important;
    font-weight: normal;
}

.sub_img3 img{
    width: 120px;
}
.sub_img3 dl{
    display: table;
    table-layout: fixed;
    margin-top: 15px;
}
.sub_img3 dl dt{
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 0 0;
}

.sub_img4 img{
    width: 180px;
}
.sub_img4 dl{
    display: table;
    table-layout: fixed;
    margin-top: 10px;
}
.sub_img4 dl dt{
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 0 10px;
}
.main_img4 p.right{
    text-align: right !important;
    font-weight: normal;
    color: #ffffff;
}*/


