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

body {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}



/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){
	
	section ul li.contents a.contact_btn {
        width: 340px;
        margin: 50px 0 0 20%;
        color: #FFF;
        background: #00A6DB;
        display: block;
        align-items: center;
        font-size: 22px;
        font-size: 2.2rem;
        transition-duration: 0.5s;
        padding: 20px 0;
        text-align: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        position: relative;
    }
	
	section ul li.contents a.contact_btn i {
        display: inline-block;
        position: absolute;
        right: 1em;
        top: 33%;
    }
	
	section ul li.contents h3{
		font-size: 30px;
		font-size: 3.0rem;
		font-weight: 700;
		color: #00A691;
		border-bottom: 1px solid #00A691;
		display: inline-block;
		margin-bottom: 20px;
	}
	
	section ul li.contents h3 + p{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	
	section ul li.contents h3 + p em{
		font-weight: 500;
		border-bottom: 1px solid #333;
	}
	
	section ul li.contents figure.map_jp{
		width: 512px;
		line-height: 0;
		margin: 38px 0 0;
	}
	
	section ul li.contents h4{
		display: inline-block;
		border: 1px solid #333;
		border-radius: 9px;
		font-size: 26px;
		font-size: 2.6rem;
		font-weight: 500;
		line-height: 1;
		padding: 10px 15px;
		margin-top: 60px;
		margin-bottom: 30px;
	}
	
	section ul li.contents ul.reason {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section ul li.contents ul.reason li{
		width: 51.2%;
		position: relative;
		padding-left: 34px;
	}
	
	section ul li.contents ul.reason li::before{
		content: "";
		width: 21px;
		height: 21px;
		background: url("../images/sumaori/icon_check.svg") no-repeat;
		background-size: contain;
		position: absolute;
		top: 6px;
		left: 0;
	}
	
	section ul li.contents ul.reason li:nth-child(odd){
		width: 38%;
	}
	
	section ul li.contents ul.reason li:nth-child(n + 3){
		margin-top: 35px;
	}
	
	section ul li.contents ul.reason li h6{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: 500;
	}
	
	section ul li.contents ul.reason li p{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	section ul li.contents dl.outline {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	section ul li.contents dl.outline dt{
		width: 90px;
		height: 90px;
		margin-right: 20px;
	}
	
	section ul li.contents dl.outline dt div{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
		width: 100%;
		height: 100%;
		border: 1px solid #999;
		border-radius: 50%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
		overflow: hidden;
	}
	
	section ul li.contents dl.outline dd{
		width: -webkit-calc(100% - 110px);
		width: -moz-calc(100% - 110px);
		width: calc(100% - 110px);
	}
	
	section ul li.contents dl.outline dd h5{
		font-size: 19px;
		font-size: 1.9rem;
		font-weight: 500;
		margin-bottom: 10px;
	}
	
	section ul li.contents dl.outline dd p{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	section ul li.contents div.frame {
		width: 100%;
		max-width: 740px;
		border: 1px solid #707070;
		padding: 40px 4%;
		position: relative;
		margin: 60px 0 50px;
	}
	
	section ul li.contents div.frame h5{
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1;
		display: inline-block;
	}
	
	section ul li.contents div.frame h5 span{
		padding: 10px 24px;
		display: inline-block;
		background: #f4f4f2;
		position: absolute;
		top: -24px;
		left: 20px;
	}
	
	section ul li.contents div.frame h6{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 12px;
	}
	
	section ul li.contents div.frame h6:nth-of-type(n + 2){
		margin-top: 30px;
	}
	
	section ul li.contents div.frame h6 span{
		display: inline-block;
		width: 46px;
		margin-right: 15px;
	}
	
	section ul li.contents div.frame h6 + p{
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 12px;
	}
	
	section ul li.contents div.frame table + p{
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 5px;
	}
	
	section ul li.contents div.frame table + p small{
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	section ul li.contents div.frame p.cap{
		margin-top: 5px;
		font-size: 12px;
		font-size: 1.2rem;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section ul li.contents div.frame table{
		width: 100%;
		border: 1px solid #707070;
		margin-top: 5px;
	}

	section ul li.contents div.frame table th{
		font-size: 15px;
		font-size: 1.5rem;
		text-align: center;
		background: #C4BCB7;
		padding: 12px 5px;
		border: 1px solid #707070;
	}
	
	section ul li.contents div.frame table td{
		font-size: 15px;
		font-size: 1.5rem;
		padding: 12px 5px;
		border: 1px solid #707070;
		text-align: center;
		vertical-align: middle;
	}
	
	section ul li.contents div.frame table td small{
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	section ul li.contents div.frame table td b{
		font-weight: 500;
	}
	
	section ul li.contents div.frame table td span.box{
		display: inline-block;
		text-align: left;
	}
	
	section ul li.contents div.frame table td span.box.ind{
		text-indent: -1.25em;
		padding-left: 1.25em;
	}
	
	section ul li.contents div.frame table td span.box dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section ul li.contents div.frame table td span.box dl dt{
		width: 5em;
	}
	
	section ul li.contents div.frame table td span.box dl dd{
		width: -webkit-calc(100% - 5em);
		width: -moz-calc(100% - 5em);
		width: calc(100% -5em);
	}
	
	section ul li.contents div.frame div.map{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 15px;
	}
	
	section ul li.contents div.frame div.map figure{
		width: 49%;
		line-height: 0;
	}
	
	section ul li.contents div.frame.railroad h6 + h6 {
		margin-top: 10px;
	}
	
	section ul li.contents div.frame.railroad h6 + p {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	section ul li.contents div.frame.railroad ul {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section ul li.contents div.frame.railroad ul li{
		width: 33%;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 8px;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section ul li.contents div.targeting h6 {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 500;
		margin-bottom: 5px;
	}
	
	section ul li.contents div.targeting ul {
		width: 100%;
		max-width: 740px;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		/*border: 1px solid #707070;*/
	}
	
	section ul li.contents div.targeting ul li{
		width: 67%;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section ul li.contents div.targeting ul li:first-child{
		width: 33%;
	}
	
	section ul li.contents div.targeting ul li table {
		width: 100%;
		height: 100%;
	}
	
	section ul li.contents div.targeting ul li table th{
		font-size: 15px;
		font-size: 1.5rem;
		text-align: center;
		background: #C4BCB7;
		padding: 12px 10px;
		border: 1px solid #707070;
	}
	
	section ul li.contents div.targeting ul li table td{
		font-size: 15px;
		font-size: 1.5rem;
		padding: 12px 10px;
		border: 1px solid #707070;
		text-align: center;
		vertical-align: middle;
		height: 100%;
	}
	
	section ul li.contents div.targeting ul li:first-child table th,
	section ul li.contents div.targeting ul li:first-child table td{
		border-right: none;
	}
	
	section ul li.contents div.targeting ul li table td:nth-of-type(2){
		text-align: left;
	}
	
	section ul li.contents div.planning{
		margin-top: 30px;
	}
	
	section ul li.contents div.planning p{
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	
	section ul li.contents div.planning ul{
		width: 100%;
		max-width: 740px;
		list-style: none;
		background: #DBD7D4;
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	section ul li.contents div.planning ul + ul{
		margin-top: 20px;
	}
	
	section ul li.contents div.planning ul li{
		width: 27.2%;
		margin: 0 10px;
	}
	
	section ul li.contents div.planning ul li h6{
		width: 100%;
		line-height: 0;
		margin-bottom: 5px;
	}
	
	section ul li.contents div.planning ul li p{
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		padding: 10px 2px;
		background: #FFF;
		border: 1px solid #A09188;
		margin-bottom: 0;
	}
	
	section ul li.contents div.conversion h4 + p {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	
	section ul li.contents div.conversion ul.image {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	
	section ul li.contents div.conversion ul.image li{
		width: 25%;
		position: relative;
	}
	
	section ul li.contents div.conversion ul.image li::before{
		content: "";
		width: 20px;
		height: 40px;
		background: url("../images/sumaori/conversion_arrow_pc.svg") no-repeat;
		background-size: contain;
		position: absolute;
		left: -50px;
		top: -webkit-calc(50% - 20px);
		top: -moz-calc(50% - 20px);
		top: calc(50% - 20px);
	}
	
	section ul li.contents div.conversion ul.image li:first-child{
		width: 31.8%;
		text-align: center;
	}
	
	section ul li.contents div.conversion ul.image li:first-child::before{
		display: none;
	}
	
	section ul li.contents div.conversion ul.image li figure span{
		display: block;
		padding: 3% 0;
	}
	
	section ul li.contents div.conversion ul.image li figure figcaption{
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 10px;
	}
	
	section ul li.contents div.conversion ul.image + ul {
		list-style: none;
	}
	
	section ul li.contents div.conversion ul.image + ul li{
		font-size: 12px;
		font-size: 1.2rem;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section ul li.contents div.conversion ul.image + ul li em{
		font-weight: 500;
		font-style: normal;
	}
	
	section ul li.contents div.conversion ul.image + ul li b{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 500;
		font-style: normal;
	}
	
	section ul li.contents div.conversion ul.image + ul li + li{
		margin-top: 5px;
	}
	
	section ul li.contents div.price dl {
		width: 400px;
		margin: 0 0 10px;
		border: 1px solid #A09188;
	}
	
	section ul li.contents div.price dl dt{
		width: 100%;
		padding: 10px 0;
		background: #A09188;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1;
		font-weight: 500;
		text-align: center;
		color: #FFF;
	}
	
	section ul li.contents div.price dl dd{
		padding: 40px 30px;
	}
	
	section ul li.contents div.price dl dd p.click{
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1;
		font-weight: 700;
		margin-bottom: 20px;
		text-align: center;
	}
	
	section ul li.contents div.price dl dd p.click em{
		font-size: 54px;
		font-size: 5.4rem;
		font-style: normal;
		font-weight: 700;
	}
	
	section ul li.contents div.price dl dd p.click em small{
		font-size: 68%;
		font-weight: 700;
	}
	
	section ul li.contents div.price dl dd p.click + p{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
		font-weight: 500;
		margin-bottom: 20px;
		text-align: center;
	}
	
	section ul li.contents div.price dl dd p.box{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	section ul li.contents div.price p.cap {
		font-size: 12px;
		font-size: 1.2rem;
		text-indent: -1em;
		padding-left: 1em;
		margin-bottom: 2px;
	}
	
	section ul li.contents div.price p.free {
		width: 100%;
		max-width: 740px;
		margin: 30px 0;
		border: 2px solid #02A691;
		background: #FFF;
		padding: 18px 5px;
		text-align: center;
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1;
		font-weight: 700;
		color: #02A691;
	}
	
	section ul li.contents div.schedule h4 + p {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	
	section ul li.contents div.schedule h4 + p em{
		font-weight: 500;
		font-style: normal;
	}
	
	section ul li.contents div.schedule dl{
		width: 100%;
		max-width: 740px;
		border: 2px solid #A09188;
	}
	
	section ul li.contents div.schedule dl + dl{
		margin-top: 15px;
	}
	
	section ul li.contents div.schedule dl dt{
		text-align: center;
		background: #A09188;
		padding: 10px;
		color: #FFF;
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: 500;
		position: relative;
	}
	
	section ul li.contents div.schedule dl dt:hover{
		cursor: pointer;
	}
	
	section ul li.contents div.schedule dl dt::after{
		content: "+";
		position: absolute;
		top: 10px;
		right: 20px;
	}
	
	section ul li.contents div.schedule dl dt.ac::after{
		content: "ー";
	}
	
	section ul li.contents div.schedule dl dd{
		background: #FFF;
		padding: 20px 40px;
		font-size: 14px;
		font-size: 1.4rem;
		display: none;
	}
	
	section ul li.contents div.schedule dl dd span{
		text-decoration: underline;
	}
	
	section ul li.contents div.schedule div.frame{
		width: 100%;
		max-width: 740px;
		border: 1px solid #333;
		padding: 20px 10px;
		margin: 30px 0 10px;
		text-align: center;
	}
	
	section ul li.contents div.schedule div.frame span{
		font-size: 15px;
		font-size: 1.5rem;
		display: inline-block;
		text-align: left;
	}
	
	section ul li.contents div.schedule p.cap{
		font-size: 12px;
		font-size: 1.2rem;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section ul li.contents div.info_box {
		width: 100%;
		max-width: 580px;
		border: 1px solid #333;
		padding: 16px 16px;
		margin: 60px 0 10px;
	}
	
	section ul li.contents div.info_box a{
		color: #333;
	}
	
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){
	
	section ul li.contents a.contact_btn {
        width: 180px;
        margin: 40px auto;
        color: #FFF;
        background: #00A6DB;
        display: block;
        align-items: center;
        font-size: 14px;
        font-size: 1.4rem;
        transition-duration: 0.5s;
        padding: 15px 0;
        text-align: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        position: relative;
    }
	
	section ul li.contents a.contact_btn i {
        display: inline-block;
        position: absolute;
        right: 1em;
        top: 33%;
    }
	
	section ul li.contents h3{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: 700;
		color: #00A691;
		border-bottom: 1px solid #00A691;
		display: inline-block;
		margin-bottom: 20px;
	}
	
	section ul li.contents h3 + p{
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	
	section ul li.contents h3 + p em{
		font-weight: 500;
		border-bottom: 1px solid #333;
	}
	
	section ul li.contents figure.map_jp{
		width: 90%;
		line-height: 0;
		margin: 38px auto 0;
	}
	
	section ul li.contents h4{
		border: 1px solid #333;
		border-radius: 9px;
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: 500;
		text-align: center;
		line-height: 1;
		padding: 10px 15px;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	
	section ul li.contents ul.reason {
		width: 90%;
		margin: 0 auto;
		list-style: none;
	}
	
	section ul li.contents ul.reason li{
		width: 100%;
		position: relative;
		padding-left: 34px;
	}
	
	section ul li.contents ul.reason li::before{
		content: "";
		width: 21px;
		height: 21px;
		background: url("../images/sumaori/icon_check.svg") no-repeat;
		background-size: contain;
		position: absolute;
		top: 2px;
		left: 0;
	}
	
	section ul li.contents ul.reason li + li{
		margin-top: 20px;
	}
	
	section ul li.contents ul.reason li h6{
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: 500;
	}
	
	section ul li.contents ul.reason li p{
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	section ul li.contents dl.outline {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	section ul li.contents dl.outline dt{
		width: 100px;
		height: 100px;
		margin: 0 auto 18px;
	}
	
	section ul li.contents dl.outline dt div{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
		width: 100%;
		height: 100%;
		border: 1px solid #999;
		border-radius: 50%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	
	section ul li.contents dl.outline dd{
		width: 100%;
	}
	
	section ul li.contents dl.outline dd h5{
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: 500;
		text-align: center;
		margin-bottom: 10px;
	}
	
	section ul li.contents dl.outline dd p{
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	section ul li.contents div.frame {
		width: 100%;
		border: 1px solid #707070;
		padding: 30px 20px;
		position: relative;
		margin: 40px 0 30px;
	}
	
	section ul li.contents div.frame h5{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
		display: block;
		text-align: center;
		margin: -46px auto 20px;
		letter-spacing: -0.04em;
	}
	
	section ul li.contents div.frame h5 span{
		padding: 5px 5px;
		display: inline-block;
		background: #f4f4f2;
		font-weight: 500;
	}
	
	section ul li.contents div.frame h6{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-bottom: 10px;
	}
	
	section ul li.contents div.frame h6:nth-of-type(n + 2){
		margin-top: 30px;
	}
	
	section ul li.contents div.frame h6 span{
		display: inline-block;
		width: 30px;
		margin-right: 8px;
	}
	
	section ul li.contents div.frame h6 + p{
		font-size: 13px;
		font-size: 1.3rem;
		margin-bottom: 12px;
	}
	
	section ul li.contents div.frame table + p{
		font-size: 12px;
		font-size: 1.2rem;
		margin-top: 5px;
	}
	
	section ul li.contents div.frame table + p small{
		font-size: 10px;
		font-size: 1.0rem;
	}
	
	section ul li.contents div.frame p.cap{
		margin-top: 5px;
		font-size: 10px;
		font-size: 1.0rem;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section ul li.contents div.frame table{
		width: 100%;
		border: 1px solid #707070;
		margin-top: 5px;
	}

	section ul li.contents div.frame table th{
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		background: #C4BCB7;
		padding: 8px 5px;
		border: 1px solid #707070;
	}
	
	section ul li.contents div.frame table td{
		min-width: 5em;
		font-size: 12px;
		font-size: 1.2rem;
		padding: 8px 5px;
		border: 1px solid #707070;
		text-align: center;
		vertical-align: middle;
	}
	
	section ul li.contents div.frame table.sp_block th,
	section ul li.contents div.frame table.sp_block td{
		display: block;
	}
	
	section ul li.contents div.frame table.sp_block th{
		border-width: 0 0 1px 0;
	}
	
	section ul li.contents div.frame table.sp_block td{
		border-width: 0 0 1px 0;
	}
	
	section ul li.contents div.frame table.sp_block td:last-child{
		border: none;
	}
	
	section ul li.contents div.frame table td small{
		font-size: 10px;
		font-size: 1.0rem;
	}
	
	section ul li.contents div.frame table td b{
		font-weight: 500;
	}
	
	section ul li.contents div.frame table td span.box{
		display: inline-block;
		text-align: left;
	}
	
	section ul li.contents div.frame table td span.box.ind{
		text-indent: -1.25em;
		padding-left: 1.25em;
	}
	
	section ul li.contents div.frame table td span.box dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section ul li.contents div.frame table td span.box dl dt{
		width: 5em;
	}
	
	section ul li.contents div.frame table td span.box dl dd{
		width: -webkit-calc(100% - 5em);
		width: -moz-calc(100% - 5em);
		width: calc(100% -5em);
	}
	
	section ul li.contents div.frame div.map{
		width: 80%;
		margin: 15px auto 0;
	}
	
	section ul li.contents div.frame div.map figure{
		width: 100%;
		line-height: 0;
	}
	
	section ul li.contents div.frame div.map figure + figure{
		margin-top: 10px;
	}
	
	section ul li.contents div.frame.railroad h6 + h6 {
		margin-top: 10px;
	}
	
	section ul li.contents div.frame.railroad h6 + p {
		font-size: 11px;
		font-size: 1.1rem;
		text-align: center;
	}
	
	section ul li.contents div.frame.railroad ul {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section ul li.contents div.frame.railroad ul li{
		width: 50%;
		font-size: 10px;
		font-size: 1.0rem;
		letter-spacing: -0.02em;
		margin-bottom: 5px;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section ul li.contents div.targeting h6 {
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: 500;
		margin-bottom: 5px;
		text-align: center;
	}
	
	section ul li.contents div.targeting ul {
		width: 100%;
		list-style: none;
		/*border: 1px solid #707070;*/
	}
	
	section ul li.contents div.targeting ul li{
		width: 100%;
		list-style: none;
	}
	
	section ul li.contents div.targeting ul li table {
		width: 100%;
	}
	
	section ul li.contents div.targeting ul li table th{
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		background: #C4BCB7;
		padding: 8px 5px;
		border: 1px solid #707070;
	}
	
	section ul li.contents div.targeting ul li table td{
		font-size: 12px;
		font-size: 1.2rem;
		padding: 8px 5px;
		border: 1px solid #707070;
		text-align: center;
		vertical-align: middle;
		height: 100%;
	}
	
	section ul li.contents div.targeting ul li:first-child table td{
		border-bottom: none;
	}
	
	section ul li.contents div.targeting ul li table td:nth-of-type(2){
		text-align: left;
	}
	
	section ul li.contents div.planning{
		margin-top: 30px;
	}
	
	section ul li.contents div.planning p{
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		margin-bottom: 5px;
	}
	
	section ul li.contents div.planning ul{
		width: 100%;
		max-width: 740px;
		list-style: none;
		background: #DBD7D4;
		padding: 15px;
	}
	
	section ul li.contents div.planning ul + ul{
		margin-top: 20px;
	}
	
	section ul li.contents div.planning ul li{
		width: 100%;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	section ul li.contents div.planning ul li + li{
		margin-top: 10px;
	}
	
	section ul li.contents div.planning ul li h6{
		width: 100px;
		line-height: 0;
		margin-right: 5px;
	}
	
	section ul li.contents div.planning ul li p{
		font-size: 12px;
		font-size: 1.2rem;
		width: 130px;
		text-align: center;
		padding: 6px 2px;
		background: #FFF;
		border: 1px solid #A09188;
		margin-bottom: 0;
	}
	
	section ul li.contents div.conversion h4 + p {
		font-size: 13px;
		font-size: 1.3rem;
		margin-bottom: 15px;
	}
	
	section ul li.contents div.conversion ul.image {
		list-style: none;
		margin-bottom: 30px;
	}
	
	section ul li.contents div.conversion ul.image li{
		width: 88%;
		position: relative;
		text-align: center;
		margin-bottom: 50px;
	}
	
	section ul li.contents div.conversion ul.image li::before{
		content: "";
		width: 36px;
		height: 18px;
		background: url("../images/sumaori/conversion_arrow_sp.svg") no-repeat;
		background-size: contain;
		position: absolute;
		left: -webkit-calc(50% - 18px);
		left: -moz-calc(50% - 18px);
		left: calc(50% - 18px);
		top: -36px;
	}
	
	section ul li.contents div.conversion ul.image li:last-child{
		margin-bottom: 0;
	}
	
	section ul li.contents div.conversion ul.image li:first-child::before{
		display: none;
	}
	
	section ul li.contents div.conversion ul.image li figure span{
		display: block;
		width: 64%;
		margin: 0 auto;
	}
	
	section ul li.contents div.conversion ul.image li figure figcaption{
		font-size: 10px;
		font-size: 1.0rem;
		margin-top: 5px;
	}
	
	section ul li.contents div.conversion ul.image + ul {
		list-style: none;
	}
	
	section ul li.contents div.conversion ul.image + ul li{
		font-size: 10px;
		font-size: 1.0rem;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section ul li.contents div.conversion ul.image + ul li em{
		font-weight: 500;
		font-style: normal;
	}
	
	section ul li.contents div.conversion ul.image + ul li b{
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: 500;
		font-style: normal;
	}
	
	section ul li.contents div.conversion ul.image + ul li + li{
		margin-top: 5px;
	}
	
	section ul li.contents div.price dl {
		width: 100%;
		max-width: 400px;
		margin: 0 0 10px;
		border: 1px solid #A09188;
	}
	
	section ul li.contents div.price dl dt{
		width: 100%;
		padding: 10px 0;
		background: #A09188;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1;
		font-weight: 500;
		text-align: center;
		color: #FFF;
	}
	
	section ul li.contents div.price dl dd{
		padding: 40px 5%;
	}
	
	section ul li.contents div.price dl dd p.click{
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1;
		font-weight: 700;
		margin-bottom: 20px;
		text-align: center;
	}
	
	section ul li.contents div.price dl dd p.click em{
		font-size: 44px;
		font-size: 4.4rem;
		font-style: normal;
		font-weight: 700;
	}
	
	section ul li.contents div.price dl dd p.click em small{
		font-size: 68%;
		font-weight: 700;
	}
	
	section ul li.contents div.price dl dd p.click + p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
		font-weight: 500;
		margin-bottom: 15px;
		text-align: center;
	}
	
	section ul li.contents div.price dl dd p.box{
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	section ul li.contents div.price p.cap {
		font-size: 10px;
		font-size: 1.0rem;
		text-indent: -1em;
		padding-left: 1em;
		margin-bottom: 2px;
	}
	
	section ul li.contents div.price p.free {
		width: 100%;
		max-width: 740px;
		margin: 30px 0;
		border: 2px solid #02A691;
		background: #FFF;
		padding: 12px 5px;
		text-align: center;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1;
		font-weight: 700;
		color: #02A691;
	}
	
	section ul li.contents div.schedule h4 + p {
		font-size: 13px;
		font-size: 1.3rem;
		margin-bottom: 15px;
	}
	
	section ul li.contents div.schedule h4 + p em{
		font-weight: 500;
		font-style: normal;
	}
	
	section ul li.contents div.schedule dl{
		width: 100%;
		max-width: 740px;
		border: 2px solid #A09188;
	}
	
	section ul li.contents div.schedule dl + dl{
		margin-top: 15px;
	}
	
	section ul li.contents div.schedule dl dt{
		text-align: center;
		background: #A09188;
		padding: 10px 12px;
		color: #FFF;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 500;
		position: relative;
	}
	
	section ul li.contents div.schedule dl dt:hover{
		cursor: pointer;
	}
	
	section ul li.contents div.schedule dl dt::after{
		content: "+";
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
	section ul li.contents div.schedule dl dt.ac::after{
		content: "ー";
	}
	
	section ul li.contents div.schedule dl dd{
		background: #FFF;
		padding: 15px 15px;
		font-size: 13px;
		font-size: 1.3rem;
		display: none;
	}
	
	section ul li.contents div.schedule dl dd span{
		text-decoration: underline;
	}
	
	section ul li.contents div.schedule div.frame{
		width: 100%;
		max-width: 740px;
		border: 1px solid #333;
		padding: 15px 10px;
		margin: 30px 0 10px;
		text-align: center;
	}
	
	section ul li.contents div.schedule div.frame span{
		font-size: 13px;
		font-size: 1.3rem;
		display: inline-block;
		text-align: left;
	}
	
	section ul li.contents div.schedule p.cap{
		font-size: 10px;
		font-size: 1.0rem;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section ul li.contents div.info_box {
		width: 100%;
		max-width: 580px;
		border: 1px solid #333;
		padding: 16px 16px;
		margin: 40px 0 10px;
	}
	
	section ul li.contents div.info_box a{
		color: #333;
	}
	
	
}

@media print, screen and (max-width: 480px){

}