@charset "utf-8";

/* CSS Document */

#main #comparison dl {
  width: 360px;
  float: left;
}

#main #comparison dt {
  margin-bottom: 15px;
    font-size: 120%;
}

#main #please ul {
  padding-left: 20px;
}

#main #please li {
  line-height: 1.8em;
  list-style: outside disc;
}

#main #data dt {
  font-weight: bold;
}

#main #data ul {
  padding-left: 30px;
}

#main #data li {
  margin-bottom: 5px;
  list-style: outside disc;
}

#main #data #survey dl {
  margin-bottom: 30px;
}

#main #data #survey dt {
  margin-bottom: 10px;
  font-weight: normal;
}
/*共通パーツ*/
.under_arrow_list{
	background: #fff8e7;
	padding: 15px 30px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}
.under_arrow_list li{
  position: relative;
}
.under_arrow_list li::before
{
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  background-color: var(--color-sub);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%) rotate(90deg);
}

.under_arrow_list a {
  text-decoration: underline;
}

/*　ページトップメニュー　*/
#top_menu li {
  width: 325px;
  margin: 5px 0;
  padding-left: 15px;
}

/*　写真選びのポイントメニュー　*/
#photo_menu li {
  width: 100%;
  margin:5px 0;
  padding-left: 15px;
}

#gi_photo #photo_4-1 ul {
    padding:0 !important;
    display: flex;
}
#gi_photo #photo_4-1 li {
    width:240px;
    display:block;
    text-align:center;
}
#gi_photo #photo_4-1 li dt {
    margin-bottom: 15px;
    font-size: 88%;
}
#gi_photo #photo_4-1 li dt span {
    margin-right:5px;
    background:#CCB887;
    padding:0 5px;
    color:#FFF;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
#gi_photo #photo_4-1 li p {
    margin-bottom: 10px;
    font-size: 82%;
    line-height: 1.4em;
    letter-spacing:0;
}


/*iPhoneで撮影した写真サイズについて--------*/
.iphone_inner {
	width: 750px;
	display: flex;
	justify-content: space-between;
}
.iphone_image {
	width: 240px;
	margin-right: 40px;
}
.iphone_image img {
	max-width: 100%;
}
.iphone_size {
	width: 446px;
}
.iphone_size-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.iphone_size-item dt{
	text-align: center;
}
.iphone_size-item + .iphone_size-item {
	margin-top: 12px;
}
.iphone_size-item:nth-child(3) {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 4px dotted #666;
}
.iphone_side-type {
	position: relative;
	width: 126px;
	/* padding: 4px 0 0 8px; */
	border: 2px solid #666;
	border-radius: 4px;
	font-size: 15px;
	box-sizing: border-box;
}
.iphone_side-type::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -36px;
	transform: translateY(-50%);
	width: 22px;
	height: 10px;
	background: #ccc;
}
.iphone_side-type::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border: 12px solid;
	border-color: transparent transparent transparent #ccc;
}
.iphone_side-type.small {
	background: #d2edff;
}
.iphone_side-type.midium {
	background: #cbffcb;
}
.iphone_side-type.large {
	background: #feff99;
}
.iphone_side-type.original {
	background: #ffcc65;
}
.iphone_size-pixel {
	font-size: 13px;
	padding-left: 50px;
	width: 238px;
}
.iphone_size-num {
	font-size: 16px;
	font-weight: bold;
}
/* ×印 */
.iphone_size-item .cross {
	position: relative;
	width: 24px;
	height: 24px;
}
.iphone_size-item .cross::before,
.iphone_size-item .cross::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px; /* 棒の幅（太さ） */
	height: 24px; /* 棒の高さ */
	background: #009afe;
}
.iphone_size-item .cross::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
.iphone_size-item .cross::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
/* ○印 */
.iphone_size-item .circle {
	width: 16px;
	height: 16px;
	border: solid #ff3300 3px;
	border-radius: 50%;
}
/* ◎印 */
.iphone_size-item .double-circle {
	width: 25px;
	height: 25px;
	position: relative;
	border: solid #ff3300 3px;
	border-radius: 50%;
	box-sizing: border-box;
}
.iphone_size-item .double-circle::before {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2.5px;
	left: 50%;
	transform: translateX(-50%);
	border: solid #ff3300 3px;
	border-radius: 50%;
	box-sizing: border-box;
}
.iphone_size-about {
	margin-top: 24px;
}