﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/
body{
    width:97%;
    font-family: Verdana,"MS PGothic",Osaka,Arial,sans-serif;
    margin:0 auto;
}
.drawer-menu li{
list-style:none;
}

h2{
    background:#EFF1F2; 
    font-size:130%;
    font-weight:bold;
    text-align:center;
    border-bottom: solid 4px #074770;  
    padding-top:12px; 
    padding-bottom:  13px;       
    margin:-9px auto 15px auto;
    position:  relative;      
}
h2:before {
    content:  '';             
    width: 100%;                
    height: 1px;               
    background-color: #074770;   
    display:  block;          
    position:  absolute;     
    left:  0;                   
    bottom: 2px; 	
}
h3{
  border-left:5px solid #8b0000;
  font-size:110%;
  margin:10px auto;
  padding:5px 10px;
  border-bottom:0.5px solid #c0c0c0;
}
.link a{
    font-size:100%; 
	color:#00437C;
}
.b{
	font-weight:bold;
}
.kyocho{
	color:#dc143c;
	font-weight:bold;
}

section a{
	text-decoration:none;
	color:#000000;
}
section a:hover{
	color:#808080;
}

/*  */
.cf{
	clear:both;
} 
/*  コンセプト　*/
/* for table */
.hanbai{
  width: 100%;
  border-collapse: collapse;
  border:1px solid #808080;
}
.hanbai tr{
  border-bottom: solid 2px white;
}
.hanbai tr:last-child{
  border-bottom: none;
}
.hanbai td{
  border-left: solid 2px white;
}
.hanbai td:first-child{
  border-left: none;
}
.hanbai th{
  position: relative;
  text-align: left;
  width: 20%;
  font-size:90%;
  background-color: #a1dde6;
  color: #000000;
  text-align: center;
  padding: 10px 0;
}
.hanbai th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #a1dde6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.hanbai td{
  text-align: left;
  width: 30%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
.hanbai .style1{
	background-color:#59a5b3;
	color:#ffffff;
}

/* for title */
.box_brand img{
	width:150px;
	margin-left:5px;
	margin-bottom:-8px;
}
.box_brand{
    width:165px;
	float:left;
	margin:15px 5px;
}
.box_brand p{
	font-size:75%;
}
.box_brand a:hover{
	opacity:0.7;
}

.main_img{
	text-align:center;
}
.main_img img{
	width:100%;
}
.top_img{
width:100%;
	text-align:center;
}
.top_img img{
  width:30%;
	margin-right:5px;
}

/* for table */
.company tr{
  line-height:1.5; 
   }
.company th{
	text-align:left;
	font-size:90%;
}
.company td{
    font-size:90%;

}.step{
    display:inline-block;
	background-color:#dc143c;
	border-radius:10px;
	color:#ffffff;
	font-weight:bold;
	padding:4px 10px;
	margin-bottom:5px;
}

/* Shipping agency */
.dk_tejun li {
	font-weight:bold;
}
.dk_mokuji ul {
 	border: solid 2px #0f6ea7;
 	padding: 0 0.5em;
 	position: relative;
}
.dk_mokuji ul li {
 	line-height: 1.5;
 	padding: 0.5em 0 0.5em 1.4em;
 	border-bottom: dashed 1px silver;
 	list-style-type: none!important;
}
.dk_mokuji ul li:before {
 	font-family: FontAwesome;
 	content: "\f138";/*アイコン種類*/
 	position: absolute;
 	left : 0.5em; /*左端からのアイコンまで*/
 	color: #0f6ea7; /*アイコン色*/
}
.dk_mokuji ul li:last-of-type {
 	border-bottom: none;
}
.dk_title{
	text-align: center;
 	position: relative;
 	padding: 1rem 2rem calc(1rem + 1px);
 	background: #0f6ea7;
}

.dk_point{
  display:inline-block;
  position: relative;
  padding-left: 35px;
  line-height:2.5;
}
.dk_point:before {
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: "\f0a4";
  background: #ffca2c;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 25%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dk_point:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 25%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dk_point:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 25%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dk_button a {
    background: #FF9800;
	font-size: 120%;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
    max-width: 280px;
    padding: 25px 30px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.dk_button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.dk_button a:hover {
  background: #EDCC38;
  color: #FFF;
}
.dk_button a:hover:after {
  right: 1.4rem;
}
.dk_box {
	text-align: center;
}
.dk_box_item{
		width:70%;
	height:290px;
	margin-bottom: 20px;
	display:inline-block;
	border:2px solid #fff;
	box-shadow:0 0 8px rgba(0,0,0,0.22);
	
}
.dk_box_item:last-child{
	margin-right:0;
}
.dk_box_item h4{
    text-align:center;
    margin:2px auto 0 auto;
    font-size:100%;
    color:#484848;
}

.dk_box_item .dk_box_photo img{
   width:85%x;
   margin:5px 5px 3px 3px;
}
.dk_box_item:hover{
	opacity: 0.7;
}
.cf{
	clear:both;
} 
.dk_span{
	font-weight: bold;
 	text-decoration: underline;
 	text-underline-offset: 0.1em;
 	text-decoration-thickness: 0.2em;
 	text-decoration-color: #FF9092;
 	text-decoration-skip-ink: none;
 	margin: 30px auto 50px auto;
}
.dk_button2 a {
    background: #EDCC38;
	font-size: 120%;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
    max-width: 280px;
    padding: 25px 30px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.dk_button2 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.dk_button2 a:hover {
  background: #FF9800;
  color: #FFF;
}
.dk_button2 a:hover:after {
  right: 1.4rem;
}
.dk_main_img{
	text-align:center;
}
.dk_main_img img{
	width:100%;
}
.dk_b{
	font-weight:bold;
	font-size: 105%;
}
.dk_p{
	font-size: 90%;
	margin-bottom: 10px;
}
.dk_qa {
    max-width: 500px;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.dk_qa summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.dk_qa summary::before,
.dk_qa p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.dk_qa summary::before {
    color: #75bbff;
    content: "Q";
}

.dk_qa summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.dk_qa[open] summary::after {
    transform: rotate(225deg);
}

.dk_qa p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.dk_qa[open] p {
    transform: none;
    opacity: 1;
}

.dk_qa p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
.dk_img1 {
	width: 100%;
}
/* Shipping agency */

