@charset "UTF-8";
 .center {
text-align: center;
} .table-scroll{
width: 100%;
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
margin-bottom: 10px;
}
.table-scroll::-webkit-scrollbar{ height: 5px;
}
.table-scroll::-webkit-scrollbar-track{ background: #F1F1F1;
}
.table-scroll::-webkit-scrollbar-thumb { background: #BCBCBC;
}
.table-scroll th,
.table-scroll td {
padding: 0.5em;
vertical-align: middle;
} @media screen and (min-width: 720px) {
.kaiwa {
min-height: 120px;
}
.kaiwa-img-left {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%) translateX(0%);
transform: translateY(-50%) translateX(0%);
}
.kaiwa-text-right:before {
top: 30%;
left: -23px;
-webkit-transform: translateY(30%) translateX(0%);
transform: translateY(30%) translateX(0%);
}
.kaiwa-text-right:after {
top: 30%;
left: -17px;
-webkit-transform: translateY(30%) translateX(0%);
transform: translateY(30%) translateX(0%);
}
}
.kaiwa {
margin-bottom: 2em;
position: relative;
}
.kaiwa:after, .kaiwa:before {
clear: both;
content: "";
display: block;
}
.kaiwa-img-left {
margin: 0;
float: left;
width: 100px;
height: auto;
margin-right: -70px;
}
.kaiwa figure img {
width: 100%;
height: 100%;
border-radius: 0%;
margin: 0;
}
.kaiwa-img-description {
color: #000;
margin-top: 10px;
font-size: 15px;
text-align: center;
position: relative;
bottom: 15px;
font-weight: bold;
}
.kaiwa-text-right {
color: #000;
font-size: 14px;
position: relative;
margin-left: 120px;
margin-top: 10px;
padding: 5px 7px 5px 10px;
border-radius: 10px;
border: 4px solid #000;
background: #fff;
margin-right: 5%;
float: left;
box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.kaiwa-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #000;
top: 10px;
left: -23px;
}
.kaiwa-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 10px;
left: -17px;
}
.mame_box {
position: relative;
margin: 2em 0;
padding: 0.5em 1em;
background: #fffbe5;
border: solid 3px #f1447c;
border-radius: 0 10px 10px;
margin-top: 4em;
}
.mame_box .box-title {
position: absolute;
display: inline-block;
top: -40px;
left: -3px;
padding: 0 20px;
height: 40px;
line-height: 40px;
vertical-align: middle;
font-size: 20px;
background: #f1447c;
color: #fff;
font-weight: bold;
border-radius: 10px 10px 0 0;
}
.box-title::after {
content: "";
width: 10px;
height: 10px;
position: absolute;
bottom: 0;
right: -10px;
border-radius: 0 0 0 10px;
box-shadow: -5px 0px 0 #6cdcbc;
}
.midashi {
text-align: center;
font-weight: bold;
font-size: 15px;
margin-bottom: 2px;
}
.sub_collar {
color: #019cff;
}
.q {
background: #019cff;
padding: 0.5em;
margin: 0 0 1.2em;
text-align: center;
color: #fff;
font-size: 20px;
font-weight: bold;
position: relative;
border-radius: 10px;
}
.q .mae_gazou {
background: url(https://line1.jp/media/wp-content/uploads/2019/06/q_icon.png) no-repeat left center;
background-size: 46px 46px;
line-height: 46px;
height: 46px;
padding: 1em 1em 1em 3em;
font-weight: bold;
font-size: 20px;
}
.box_pink {
width: 100%;
padding: 0.5em 1em;
margin: -2em 0 2em 0;
font-size: 15px;
font-weight: bold;
color: #f1447c;
background: #FFF;
border: solid 3px #f1447c;
border-radius: 10px;
}
.title {
background: #fff;
color: #333;
border-top: 0px solid #fff !important;
border-bottom: 2px solid #019cff;
font-family: 'M PLUS 1p', sans-serif;
padding-bottom: 0.5em;
position: relative;
padding-left: 3em;
line-height: 2em;
}
.title::before {
content: "";
background: url(https://line1.jp/media/wp-content/uploads/2019/06/wifi_icon.png) no-repeat left center;
width: 2em;
height: 2em;
background-size: contain;
display: inline-block;
position: absolute;
left: 0;
}
.title .mae_gazou {
font-weight: bold;
font-size: 20px;
box-sizing: border-box;
width: 100%;
}
.box_blue {
width: 100%;
padding: 0.5em 1em;
margin: -2em 0 2em 0;
font-size: 15px;
font-weight: bold;
color: #019cff;
background: #FFF;
border: solid 3px #019cff;
border-radius: 10px;
}
.box_blue p {
margin: 0;
padding: 0;
}
.cp_actab {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 auto 10px;
border-radius: 6px;
color: #fff;
}
.cp_actab input {
position: absolute;
z-index: -1;
opacity: 0;
}
.cp_actab label {
font-weight: bold;
line-height: 1.5em;
position: relative;
display: block;
padding: 1em 2em 1em 1em;
cursor: pointer;
margin: 0 0 1px 0;
border-radius: 6px;
background: #f05689;
}
.cp_actab input:checked ~ .cp_actab-content {
max-height: 100em;
border: solid 1px #f05689;
margin-top: 1.5em;
position: relative;
padding: 1em;
}
.cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.5s;
transition: max-height 0.5s;
color: #333333;
background: #fff;
}
.cp_actab label:after {
color: #fff;
content: "";
background: url(https://line1.jp/media/wp-content/uploads/2019/06/q_arrow_down.png) no-repeat center left;
background-size: contain;
width: 20px;
height: 20px;
position: absolute;
top: calc(100% / 3);
right: calc(100% / 30);
}
.cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.5s;
transition: max-height 0.5s;
color: #333333;
background: #fff;
}
.cp_actab-content {
margin-bottom: 1em;
}
.cp_actab p {
display: inline;
}
.ac_content p {
display: none;
}
.item_list .item_cont {
border-bottom: solid 2px #454545;
padding-bottom: 1em;
}
.item_ttl {
background: #008afc;
color: #fff;
padding: .5em 1em;
margin-bottom: 1em;
text-align: center;
}
.item_cont p {
margin-bottom: 1em;
}
.item_info {
border: solid 2px #008afc;
padding: 1em;
border-radius: 6px;
color: #000;
}
.item_btn {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: stretch;
margin: 1em auto;
}
.item_btn a {
width: calc(100% / 2 - 1%);
padding: 1em;
text-align: center;
color: #fff;
text-decoration: none;
font-size: 1.2em;
border-radius: 10px;
display: block;
}
.item_btn_single {
align-items: stretch;
margin: 1em auto;
}
.item_btn_single a {
width: calc(100% / 2 - 1%);
padding: 1em;
text-align: center;
color: #fff;
text-decoration: none;
font-size: 1.2em;
border-radius: 10px;
display: block;
margin: 0 auto;
}
.btn_l {
background: #10bb50;
box-shadow: 0px 4px 0px 0px rgba(11, 130, 55, 0.004);
}
.item_btn a::after {
content: "\f054";
font-family: "FontAwesome";
float: right;
clear: both;
}
.btn_r {
background: #ff7b2e;
box-shadow: 0px 4px 0px 0px rgba(197, 95, 36, 0.004);
}
.scroll {
overflow: auto;
white-space: nowrap;
}
.company_hikaku {
text-align: center;
width: 100%;
margin-bottom: 2em;
}
.company_hikaku th {
background: #019cff;
color: #fff;
}
.company_hikaku th, .company_hikaku td {
padding: .5em .25em;
}
.company_hikaku td {
display: table-cell;
vertical-align: middle;
color: #019cff;
font-weight: 700;
}
.company_hikaku img {
margin-bottom: 2px;
}
.fuki_pink {
background: #f1447c;
color: #fff;
width: 100%;
padding: 5%;
border-radius: 5px;
font-size: 12px;
font-weight: 500;
display: block;
position: relative;
margin-bottom: 10px;
}
.fuki_pink::before {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border: 6px solid transparent;
border-top: 5px solid #f1447c;
}
.fuki_bl {
background: #019cff;
color: #fff;
width: 100%;
padding: 5%;
border-radius: 5px;
font-size: 12px;
font-weight: 500;
display: block;
position: relative;
margin-bottom: 10px;
}
.fuki_bl::before {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border: 6px solid transparent;
border-top: 5px solid #019cff;
}
.tablefix {
table-layout: fixed;
}