@charset "utf-8";
/* CSS Document */
* {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
:root {
	--redpink: #fc006c;
	--gray: #f5f5f7;
}
@media screen and (min-width:769px) {
	/* PC 769px以上 */
	html {
		font-size: 62.5%;
	}
	/* bodyのフォントサイズを1.6em（16px）に設定 */
	body {
		font-size: 1.6em;
	}
}
@media screen and (max-width:1279px) {
	/* タブレット 768px以下 */
	section {
		font-size: 62.5%;
	}
	section {
		font-size: 1.4em;
	}
}
@media screen and (max-width:480px) {
	/* スマートフォン 480px以下 */
	/*html {
		font-size: 3.4vw;
	}*/
}
.pc {
	display: block;
}
.sp {
	display: none;
}
article {
	width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.center {
	text-align: center;
}
.pink {
	color: #E10073;
}
.redpink {
	color: #fc006c;
}
.icon_corp,
.icon_unlimited{
	width: 30px;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.arrow{
	width: calc(45 / 950*100%);
	min-width: 25px;
	display: block;
	height: auto;
	margin:1em auto;
}
header {
	background: #000;
	color: #FFF;
	border-color: #000;
}
header h1, header .top_navi li a, header .header_wrapper .tel span, header .header_contact .title {
	color: #FFF;
}
header .top_navi li a {
	border-color: #FFF;
}
.header_wrapper .logo_img {
	min-width: 100px;
	margin-top: 10px;
}
.header_wrapper .tel svg { /*フリーダイヤルアイコンのサイズ*/
	height: 30px;
	width: auto;
	margin-right: 5px;
}
.header_wrapper .tel .st0 { /*フリーダイヤルアイコンの色*/
	fill: #FFF;
}
header .logo_img {
	width: 166px;
}
.top {
	width: 100%;
	background: #000;
}
.top .mv {
	width: 950px;
	margin-inline: auto;
	display: flex;
	justify-content: f;
}
.top .mv .top_img {
	display: block;
}
.top .right {
	width: 365px;
}
.top .right img {
	margin: 0 auto;
	margin-top: 60px;
}
.top .mv_txt01 {
	color: #FFF;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1em;
	margin-top: 40px;
}
.top .mv_txt01 .redpink {
	color: var(--redpink);
}
.top .mv_txt01 .big {
	font-size: 123px;
	display: block;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: 900;
}
.top .mv_txt01 .small {
	font-size: 46px;
	display: block;
	line-height: 1em;
}
.top .mv_txt02 {
	margin-top: 30px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border-top: 1px dashed #FFF;
	border-bottom: 1px dashed #FFF;
	padding: 10px 0px;
	line-height: 1em;
}
.top_navi li a:hover{
	color:rgba(253,207,255,1.00);
	border-color:rgba(253,207,255,1.00);
}
.menu-btn{
	background: #FFF;
	border-radius: 3px;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
		background-color: #000;
	}

#merit, #pagemenu {
	width: min(950px, 96%);
	background: var(--gray);
	border-radius: 18px;
	aspect-ratio: 950 / 304;
	padding: calc(15 / 950 *100%);
	box-sizing: border-box;
	margin: min(32px, 4vh) auto min(19px, 2vh);
	position: relative;
}
/*
#merit{
	background:#EFF5FB url(../../images/special/iphone_rental/merit_iphone_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}
*/
#merit{
	background:#EFF5FB;
}

#merit h2 {
	font-size: min(38px, 5vw);
	color: #00bdd0;
	line-height: 1.1em;
	margin-top: 0.2em;
	text-shadow: 1px 1px 2px #FFF, 0 0 1em #FFF, 0 0 0.2em #FFF;
}
#merit p{
text-shadow: 1px 1px 1px #FFF, 0 0 1em #FFF, 0 0 0.1em #FFF;
}
#merit p.border {
	display: flex;
	align-items: center;
	max-width: 620px;
	width: 100%;
	margin: 1.5em auto 0.7em;
	color: #333;
	font-size: min(1.6rem, 3.5vw);
}
#merit p.border:before, #merit p.border:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #333;
}
#merit p.border:before {
	margin-right: 1rem;
}
#merit p.border:after {
	margin-left: 1rem;
}

#merit ul {
	width: 100%;
	max-width: 620px;
	display: flex;
	flex-wrap: wrap;
	margin-inline: auto;
	justify-content: space-between;
}
#merit li {
	width: 32%;
	background: #00bdd0;
	border-radius: 3px;
	color: #FFF;
	font-size: min(1.6rem, 3.5vw);
	padding: 0.7em 0;
	box-sizing: border-box;
	margin-bottom: 2%;
	box-shadow: 0px 4px 8px -2px rgba(3,3,3,0.1), 0px 0px 0px 0px #030303;
}
#merit .bg_iphone{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	z-index: 1;
}

#merit h2,
#merit p,
#merit ul{
	z-index: 999;
}


#iphone_img {
	width: min(950px, 96%);
	margin: 0 auto;
}
#iphone_img ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#iphone_img li {
	border-radius: 18px;
	width: min(304px, 32%);
	background: var(--gray);
}
#iphone_img li img {
	display: block;
	border-radius: 18px;
	width: 100%;
}
.pagemenu_wrapper{
	display: flex;
	justify-content: space-between;
	max-width: 950px;
	max-height: 304px;
	margin: min(19px, 2vh) auto min(32px, 4vh) auto;
}
#pagemenu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 19px;
	background: #F6F1FF;
}
#pagemenu a{
	color: #5F548D;
	text-decoration: none;
	border-bottom: 1px dashed #F6F1FF;
}
#pagemenu a:hover,
.goto_top a:hover{
	opacity: 0.8;
	transition: 0.2s;
	border-bottom: 1px dashed #5F548D;
}

#pagemenu div {
	display: inline;
}
#pagemenu p {
	font-weight: 400;
	font-size: min(16px, 3.5vw);
	color:  #5F548D;
	padding: 0.25em 1em;
	display: inline-block;
	margin-top: 1.5em;
	border-top: 3px double #5F548D;
    border-bottom: 3px double #5F548D;
    width: 100%;
}
#pagemenu ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 340px;
	margin-inline: auto;
	margin-top: 0.5em;
	margin-bottom: 1em;
	counter-reset: my-counter;
}
#pagemenu li {
	font-size: min(16px, 3vw);
	text-align: center;
	margin-top: min(1em, 1.5vh);
	padding-left: 35px;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
}
#pagemenu li:first-child{
	margin-top: 0;
}
/*
#pagemenu li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #5F548D;
	color: #FFF;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	font-weight: 400;
	border-radius: 50%;
	font-size: 13px;
}
*/
#pagemenu li:before {
	content: counter(my-counter)".";
	counter-increment: my-counter;
	color:#5F548D;
	display: block;
	float: left;
	margin-left: -30px;
	text-align: center;
	width: 22px;
	font-weight: 400;
	height: 1em;
	opacity: 0.7;
}

.common_block {
	width: 100%;
	max-width: 950px;
	margin: min(70px,8vh) auto 0;
	box-sizing: border-box;
}
.common_block h2 {
	text-align: left;
	font-size: min(24px, 4vw);
	font-weight: bold;
}
.common_block p {
	font-size: min(18px, 3.5vw);
	line-height: 1.3em;
	margin-bottom: 1em;
	text-align: left;
}
.grada_border {
	background-image: linear-gradient(90deg, rgba(21, 198, 222, 1), rgba(231, 17, 253, 1) 65%, rgba(255, 21, 164, 1));
	height: 2px;
	width: 100%;
	max-width: 950px;
	margin: 10px auto min(35px, 3vh);
}
.goto_top{
	display: flex;
	justify-content: flex-end;
	margin-top: min(30px,3vh);
	align-items: center;
	flex-wrap: wrap;
}
.goto_top a{
	color: var(--redpink);
	font-size: 12px;
	border: none;
	text-decoration: none;
	border-bottom: 1px dashed var(--redpink);
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.goto_top img{
	width: 12px;
	height: auto;
	margin-left: 5px;
}
/**********************************************
/* 商品一覧＆タブメニュー
/*********************************************/
.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
/*タブのスタイル*/
.tab_item {
	width: 33%;
	margin-right: 0.5%;
	max-width:150px;
	height: 50px;
	background-color: #d9d9d9;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tab_item:last-of-type{
	margin-right: 0;
}
.tab_item:hover {
	opacity: 0.75;
	cursor: pointer;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: none;
	padding: 19px;
	clear: both;
	overflow: hidden;
	width: 100%;
    max-width: 950px;
	box-sizing: border-box;
}
#docomo_content{
	border: 1px solid #CF0F31;
	background: #FFF1F3;
}
#docomo_content .series_title h3{
	border-color: #CF0F31;
}
#docomo_content dd.link a{
	background: #CF0F31;
}


#au_content{
	border: 1px solid #EA7F2E;
	background: #fff8f0;
}
#au_content .series_title h3{
	border-color: #EA7F2E;
}
#au_content dd.link a{
	background: #EA7F2E;
}

#sb_content{
	border: 1px solid #888;
	background: #f9f9f9;
}
#sb_content .series_title h3{
	border-color:  #888;
}
#sb_content dd.link a{
	background: #333;
}

/*選択されているタブのコンテンツのみを表示*/
#docomo:checked ~ #docomo_content, #au:checked ~ #au_content, #sb:checked ~ #sb_content {
	display: flex;
	flex-wrap: wrap;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #5ab4bd;
	color: #fff;
}
.tab_item{
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab_item img{
	height: 75%;
	width: auto;
	max-width: 85%;
}
.tab_item.au img{
	height: 55%;
}
.tabs input:checked + .tab_item.docomo{
	background: #CF0F31;
}
.tabs input:checked + .tab_item.au{
	background: #EA7F2E;
}
.tabs input:checked + .tab_item.softbank{
	background: #000;
}
.tab_item.docomo{
	margin-left:  calc(calc(100% - 460px) / 2);
}
.about_icon{
	width: 100%;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0px;
}
.about_icon .title{
	width: 16.5%;
	font-size: min(14px,3.5vw);
	text-align: center;
	font-weight: 700;
}
.about_icon .comp{
	width: 33%;
	font-size: min(14px,3.5vw);
	text-align: left;
	display: flex;
	justify-content: flex-start;
}
.about_icon .unlimited{
	width: 50.5%;
	font-size: min(14px,3.5vw);
	text-align: left;
	display: flex;
	justify-content: flex-start;
}
.series_box{
	margin-top: calc(19 / 950*100%);
	width:  100%;
}
.series_box.col2{
	width: fit-content;
}
.series_box.col2+.series_box.col2{
	margin-left: 10px;
}
.series_box .series_title{
	width:100%;
}
.series_box h3{
	border-bottom: 1px solid #FC006C;
	text-align: left;
	font-size: 24px;
	font-weight: normal;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	margin-bottom: calc(19 / 950*100%);
}
.series_box .item_wrap{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items:stretch;
	width: fit-content;
}

.series_box .item_box{
	background: #FFF;
	width: 220px;
	padding: 10px;
	margin-left: 10px;
	box-sizing: border-box;
	margin-top: 10px;
}
.series_box .item_box:nth-of-type(1),
.series_box .item_box:nth-of-type(2),
.series_box .item_box:nth-of-type(3),
.series_box .item_box:nth-of-type(4){
	margin-top: 0px;
}
.series_box .item_box:nth-of-type(1),
.series_box .item_box:nth-of-type(5n){
	margin-left: 0;
}
.series_box .item_box dt{
	color: #0100AA;
	font-size: min(18px,3.5vw);
	font-weight: 700;
	border-bottom: 1px dashed #000;
	padding-bottom: 8px;
}
.series_box .item_box dt a{
	color: #0100AA;
	text-decoration: none;
	transition: 0.3s;
}
.series_box .item_box dt a:hover{
	transition: 0.3s;
	color: var(--redpink);
}
.series_box .item_box dd{
	font-size: 12px;
	border-bottom: 1px dashed #000;
	text-align: left;
	padding: 5px;
}
.series_box .item_box dd span.head{
	width: 6em;
	display: inline-block;
}
.series_box .item_box dd.image{
	width: auto;
	text-align: center;
	border:none;
	position: relative;
}
.series_box .item_box dd.image img{
	transition: 0.2s;
}
.series_box .item_box dd.image a img:hover{
	transform: scale(1.02);
	transition: 0.2s;
	margin-top: -5px;
	margin-bottom: 5px;
	opacity: 0.8;
}

.series_box .item_box .image .icon_box{
	width: 35px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left:0;
}

/*
.series_box .item_box dd .icon_corp{
	position: absolute;
	top: 0;
	left: 0;
}
.series_box .item_box dd .icon_unlimited{
	position: absolute;
	top: 32px;
	left:0;
}
*/


.series_box .item_box dd.link span.head{
	width: auto;
	text-align: center;
	display: block;
}
.series_box .item_box dd.link{
	text-align: center;
	border-bottom: none;
	padding: 10px 0 0;
}
.series_box .item_box dd.link a{
	background: var(--redpink);
	color: #FFF;
	text-decoration: none;
	padding: 0.5em 0.9em;
	display: inline-flex;
	margin-inline:auto;
	justify-content: center;
	align-items: center;
	line-height: 1em;
	transition: 0.2s;
}
.series_box .item_box dd.link a:hover{
	opacity: 0.7;
	transition: 0.2s;
}
.series_box .item_box dd.link a img{
	width: 0.3em;
	margin: 1px 0.3em 0 1em;
}
/**********************************************
/* 法人月額プランについて
/*********************************************/
#c_plan .price_image{
	background: #FCF6FF;
	width: 100%;
	max-width: 750px;
	box-sizing: border-box;
	padding: calc(25 / 950*100%) calc(50 / 950*100%);
	margin: 0 auto 1em;
}
#c_plan .price_image h3{
	color: #4072FF;
	font-size: min(18px,3.5vw);
	text-align: left;
	margin-bottom: 0.5em;
}
#c_plan .price_image img{
	width: 100%;
}
#c_plan .c_plan_banner{
	width: 100%;
	max-width: 420px;
	height: auto;
	transition: 0.5s;
	box-shadow: 0px 0px 15px -5px #CCC;
}
#c_plan .c_plan_banner:hover{
	opacity: 0.85;
	transform: scale(1.03);
	transition: 0.5s;
}
/**********************************************
/* 周辺機器オプション
/*********************************************/
#option h3{
	text-align: left;
	font-weight: 700;
	font-size: min(16px,3.5vw);
	margin-bottom: 10px;
	margin-top: 1em;
}
#option .option_image{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#option .option_image dl{
	width: calc(950/5);
}
#option .option_image dl dt,
#option .option_image dl dd{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
#option .option_image dl dt{
	font-size: min(12px,2.5vw);
}
/**********************************************
/* お取引の流れ
/*********************************************/
#flow h3{
	font-size: min(18px,3.5vw);
	margin-bottom: min(35px, 3vh);
}
#flow .flow_overview{
	width: 100%;
	max-width: 796px;
    width: 796px;
    padding: 25px 0px;
    background: #F2F1F7;
    margin: 0px auto;
}
#flow .flow_overview p{
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
#flow .flow_overview ul{
	width:530px;
	margin:20px auto;
	display: flex;
	justify-content: space-between;
}
#flow .flow_overview ul li{
	background:#FFF;
	list-style:none;
	text-align:center;
	font-weight:bold;
	padding:0px 0px;
	width:250px;
	border:1px solid #0044e2;
	border-radius:10px;
	box-sizing:border-box;
	color:#0044e2;
	font-size:18px;
	line-height:26px;
	height:73px;
}
#flow .flow_overview ul li:first-child{
	margin-right:30px;
	padding-top:10px;
}
#flow .flow_overview ul li:last-child{
	line-height:73px;
	padding:0px;
}
#flow .flow_title{
	text-align:center;
	margin:min(40px,4vh) 0px min(20px,2vh) 0px;
}
#flow .flow_overview p{
	text-align: center;
	font-size: min(18px,3.5vw);
}
#flow .flow_image{
	max-width: 796px;
    margin: 0 auto 32px auto;
}
#flow .flow_overview p:nth-last-of-type(1){
	margin-bottom: 0;
}
#flow .flow_image img {
    width: 100%;
}
/* 音声回線を含む商品をレンタルする場合のお知らせ用CSS */
.flow-notice {
    padding: 16px;
    box-sizing: border-box;
    border: 4px double #ed2135;
}
.flow-notice .flow-notice--ttl {
    color: #ed2135;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.flow-notice small.--super {
    vertical-align: super;
}

/**********************************************
/* よくあるご質問
/*********************************************/
dl.qa dt {
	margin-top: 2em;
	text-align: left;
	color:var(--redpink);
	margin-bottom:0.5em;
	font-size: min(18px, 3.5vw);
}
dl.qa dt:first-of-type{margin-top: 0;}
dl.qa dd {
	text-align: left;
	padding-left:1.1em;
	text-indent:-1.1em;
	font-size: min(18px, 3.5vw);
}

/**********************************************
/* フッターお問い合わせ
/*********************************************/
.contact{
	width: 100%;
	margin-top: min(50px,5vh);
	background: #f1f1f1;
}
.contact dt,
.contact dd{
	text-align: left;
}
.contact .company{
	width: 550px;
}
.contact .company h3{
	font-size: 2rem;
	color: #555;
}
.contact .company dt{
	width: 130px;
	color: #555;
}
.contact .company dd{
	width: 420px;
	color: #555;
}
.contact_btn{
	color: #000;
	box-shadow: 0px 0px 15px -5px #CCC;
	border-radius: 10px;

}
footer{
	text-align: center;
	color: #FFF;
	padding: 2em 0;
	background: #000;
}
.float_menu {
	display: none !important;
}
@media screen and (max-width:950px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	header h1 {
		font-weight: 400;
	}
	.top {
		padding-top: 1vh;
	}
	.top .mv {
		width: 100%;
	}
	.top .mv img {
		width: 45%;
		height: auto;
		margin-left: 5%;
	}
	.top .mv .right {
		width: 40%;
		margin-right: 5%;
	}
	.top .mv .right img {
		margin-left: 0%;
		width: 100%;
		margin-top: calc(-10 / 950*100%);
	}
	.top .mv_txt01 {
		font-size: 3vw;
		margin-top: calc(40 / 950*100%);
	}
	.top .mv_txt01 .big {
		font-size: 13vw;
		margin-bottom: calc(10 / 950*100%);
	}
	.top .mv_txt01 .small {
		font-size: 5vw;
	}
	.top .mv_txt02 {
		margin-top: calc(50 / 950*100%);
		font-size: 2.2vw;
		padding: 0.5em 0;
	}
	#merit{
		background-image: none;
	}
	#merit p.border{
		margin-top: 0.7em;
	}
	#merit li {
		width: 48%;
	}
	#pagemenu {
		display: block;
	}
	#pagemenu ul{
		margin-top: 0.5em;
		width: 24em;
	}
	#pagemenu li{
		width: 24em;
		text-align: left;
		margin-inline:auto;
	}
	#pagemenu p {
		margin-top: 1em;
		box-sizing: border-box;
		width: 90%;
	}
	.pagemenu_wrapper{
		max-height: none;
	}
	.pagemenu_wrapper img{
		display: none;
	}
	.common_block {
		padding: 0 calc(15 / 950 *100%);
		
	}
	.about_icon{
		flex-wrap: wrap;
		padding-bottom: 0.8em;
	}
	.about_icon .title{
		width: 100%;
		margin: 0.8em auto;
	}
	.about_icon .comp{
		padding-left: 10px;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 1em;
	}
	.about_icon .unlimited{
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
		box-sizing: border-box;
		
	}
	.series_box{
		width: 100%;
	}
	.series_box .item_wrap{
		justify-content: space-between;
		width: 100%;
	}
	
	.series_box.col2_full .item_wrap{
		justify-content: flex-start;
	}
	
	.series_box .item_box{
		width: 32%;
	}
	.series_box.col2,
	.series_box.col2 .item_box{
		width: 49%;
	}
	.series_box.col2_full .item_box:nth-of-type(2){
		margin-left: 2%;
	}
	
	.series_box .item_box{
		margin-left: 0;
	}
	.series_box .item_box:nth-of-type(1),
	.series_box .item_box:nth-of-type(2),
	.series_box .item_box:nth-of-type(3){
		margin-top: 0px;
	}
	.series_box .item_box:nth-of-type(4){
		margin-top: 10px;
	}
	#option .option_image{
		flex-wrap: wrap;
		justify-content:center;
	}
	
	#option .option_image dl{
		width: 33%;
		margin-bottom: 10px;
	}
	#flow .flow_overview{
		width: 100%;
	}
	#flow .flow_image img{
		width: 100%;
	}
	
}
@media screen and (max-width:768px) {
	header h1{
		font-size: 2vw;
	}
	#pagemenu ul{
		width: 100%;
	}
	.tab_content{
		padding: 10px;
	}
	.series_box.col2{
		width: 100%;
	}
	.series_box.col2+.series_box.col2{
		margin-left: 0;
	}	
	.series_box .item_box{
		width: 49%;
	}
	.series_box .item_box:nth-of-type(3){
		margin-top: 10px;
	}
	.series_box .item_box .image img{
		max-width: 130px;
		height: auto;
	}
	#option .option_image img{
		width: 100%;
		max-width: 100px;
		height: auto;
	}
	#flow .flow_overview ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	#flow .flow_overview ul li:first-child,
	#flow .flow_overview ul li{
		margin:0 calc((100% - 250px) / 2);
	}
	#flow .flow_overview ul li:first-child{
		margin-bottom: 10px;
	}
	.contact {
		padding: 3vh 0;
	}
	.contact_btn{
		width: 80%;
	}
	.contact .company{
		width: 80%;
	}
	.contact .company h3{
		margin-top: 2vh;
		font-size: 3.5vw;
	}
	.contact .company dt{
		width: 6em;
	}
	.contact .company dd{
		width: 18em;
	}
	
}
@media screen and (max-width:460px) {
.tab_item.docomo{
	margin-left:0;
}

/*-------------------------
clearfix
-------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*-------------------------
clearfixここまで
-------------------------*/