@charset "UTF-8";

.txt-hide{
display: none;
}

button.more {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-erbkit-transition: .5s;
}
 
button.more::after {
content: "もっと見る";
transition: .2s;
-erbkit-transition: .2s;
}

button.more.on-click::after{
content: "閉じる";
}

.txt-hide2{
display: none;
}

button.more2 {
width: 120px;
margin: 20px auto;
display: block;
background-color: #666;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-erbkit-transition: .5s;
}
 
button.more2::after {
content: "もっと見る";
transition: .2s;
-erbkit-transition: .2s;
}

button.more2.on-click::after{
content: "閉じる";
}

	
.line{
	height:3px;
	background-color:#f2f2f2;
	border: 0px;
	width: 98%;
	margin: 6% auto;
}	


h5{
	width: 94%;
	color: #424242;
	padding: 1% auto;
	margin: 2% auto 1% auto;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-align: center;
}


/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media print,screen and (min-width: 769px) {
	
.naire_base h2 img{
	width: 100%;
	height: auto;
}	
	
	
.naire_base h3{
	width: 90%;
	border-left: solid 15px #666;
	padding: 10px ;
	margin-left: 20px;
	margin-top: 1%;
	font-size: 18px;
	color: #666;
}
	
.blue h3 {
	width: 90%;
	border-left: solid 15px #0071bc;
	padding: 10px ;
	margin-left: 20px;
	margin-top: 1%;
	font-size: 18px;
	color: #0071bc;
}
	
.pink h3 {
	width: 90%;
	border-left: solid 15px #CF266A;
	padding: 10px ;
	margin-left: 20px;
	margin-top: 1%;
	font-size: 18px;
	color: #ed1e79;
}		
	
.naire_base h4{
	width: 94%;
	color: #424242;
	padding: 1%;
	margin: 15px auto -15px auto;
	font-size: 14px;
	letter-spacing: 0.05em;
	background-color: #f2f2f2;
}	
	
	
/*　テキスト　*/		
.mds_text p{
	width: 90%;	
	margin: 2% auto 3% auto;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
}	
	
.mds_text2 p{
	width: 90%;	
	margin: 0 auto ;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #B10002;
	text-align: center;
  text-indent: -1em;
  padding-left: 1em;
}
	
.mds_text3 p{
	width: 90%;	
	margin: 2% auto 3% auto;
	font-size: 1.2em;
	line-height: 1.5em;
}
	
/*　テキスト　*/	
	
	
/*　ナビボタン　*/	
.navi_btn{
	display: flex;
	width:800px;
	margin: 1% auto 3% auto;
	flex-wrap:wrap;
	}	
	
.navi_btn a{
	position: relative;
   	display: block;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 40%;
	background: #f2f2f2;	
	color: #333;
	padding: 1% 2%;
	text-decoration: none;	
	margin: 1% auto;
	font-size: 14px;
	font-weight: bold;
	transition: 0.3s;
	}	

.navi_btn a:hover{
	background: #666;
	color: #fff;
}
	
.navi_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 25%;
    right: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}	
	
.navi_btn a:hover:after {
    border-color: #FFF;
}
/*　ナビボタン　*/	
	
/*　ナビボタン2　*/	
.navi_btn2{
	display: flex;
	width:90%;
	margin: 1% auto 3% auto;
	flex-wrap:wrap;
		justify-content:space-between;
	}	
	
.navi_btn2 a{
	position: relative;
   	display: block;
	text-align: center;
	width: 43%;
	background: #f2f2f2;
	border: solid 2px #DEDEDE;
	border-radius: 6px;
	color: #5E5E5E;
	padding: 2%;
	text-decoration: none;	
	margin: 1%;
	font-size: 16px;
	font-weight: bold;
	transition: 0.3s;
	}	

.navi_btn2 a:hover{
	background: #666;
	color: #fff;
}
	
.navi_btn2 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #5E5E5E;
    border-right: 3px solid #5E5E5E;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}	
	
.navi_btn2 a:hover:after {
    border-color: #FFF;
}
/*　ナビボタン2　*/
	
	
	
/*　大きめボタン　*/	
.big_btn a{
  margin: 2% auto;	
  width: 50%;
  position: relative;
  display: block;
  justify-content: space-around;		
  padding: 1.4% 3% 1.2% 3%;
  background: #3246D2;	
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;	
  text-decoration: none;
  border: 1px solid #3246D2;	
  border-radius: 50px;
}	
	
.big_btn a span{
  font-size: 1.6em;
  padding: 0% 1%;	
}
	
.big_btn a:hover{
  background-color: transparent;
  color: #3246D2;
  transition: 0.3s;		
}
	
.big_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 20px;
    border-radius: 1px;  
}	
	
.big_btn a:hover:after{
  border-color: #3246D2;	
  transition: 0.3s;		
}		
/*　大きめボタン　*/
	
	
/*　バナー　*/
.bn_area{
	width: 95%;
	margin: 1% auto 3% auto;
}	
	
.bn_area img{
	width: 700px;
	height: auto;
	margin: 1% auto 3% auto;
}		
/*　バナー　*/	

/*　テーブル1　*/	
.op_table_1{
	width:98%;
	/*border-radius: 14px;
	box-shadow: 0 0 10px 0 #ccc;*/
	}
	
.op_table_1 table{
	width:100%;
	text-align: center;
	}
	
.op_table_1 td{	
	width:100%;
	height: auto;

	}	
	
.op_table_1 table td img{	
	width:450px;
	height: auto;
	}	
	
.blue_btn li{
	width:100%;
	margin: 2% auto 5% auto ;
}	
	
.blue_btn li a{
	color:#fff;
	text-decoration: none;
	font-size: 1.3em;
	padding:1.5% 20%;
	border-radius: 40px;
	border: solid 0px ;
	background-color:#0071bc;
	font-weight: bold;
}
	
.blue_btn li :hover{
	color: white;
	background-color:#9E9E9E;
	text-decoration: none;
	transition: .4s;
}	
.pink_btn li{
	width:100%;
	margin: 2% auto 5% auto ;
}	
	
.pink_btn li a{
	color:#fff;
	text-decoration: none;
	font-size: 1.3em;
	padding:1.5% 20%;
	border-radius: 40px;
	border: solid 0px;
	background-color:#CF266A;
	font-weight: bold;
}
	
.pink_btn li :hover{
	color: white;
	background-color:#9E9E9E;	
	text-decoration: none;
	transition: .4s;
}		
/*　テーブル1　*/		
	
/*　ワンポイント一覧　*/	
.op_list{
	margin: 5px auto ;
	width: 95%;
	}
	
.op_list table{
	width:100%;
	}
	
.op_list tr{	
	display: inline;
}	
	
.op_list td{
	width: 9.3%;
	vertical-align:top;
	display: inline-block;
	background: #fff;
	margin-top: 2%;
	}
	
.op_list td img{
	width: 100%;
	height: auto;
	}	
	
.op_list p{
	margin: 2% auto 0 auto; 
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	}		
/*　ワンポイント一覧　*/
	
/*　フレーム一覧　*/	
.frame_list{
	margin: 5px auto ;
	width: 95%;
	}
	
.frame_list table{
	width:100%;
	}
	
.frame_list tr{	
	display: inline;
}	
	
.frame_list td{
	width: 19.3%;
	vertical-align:top;
	display: inline-block;
	background: #fff;
	margin-top: 2%;
	}
	
.frame_list td img{
	width: 100%;
	height: auto;
	}	
	
.frame_list p{
	margin: 2% auto 0 auto; 
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	}		
/*　フレーム一覧　*/
	
/*　名入れ作成例　*/	
.ex_naire{
	margin: 3% auto ;
	width: 95%;
	padding: 1%;
	background-color:#f4f5ef;
	border-radius: 16px;
	}
	
.ex_naire table{
	margin: auto;
	}	
	
.ex_naire td{
	width: 170px;
	height: 170px;
	vertical-align:top;
	}
	
.ex_naire td img{
	width: 100%;
	height: auto;
	border: solid 1px #f2f2f2;
	}	
	
.ex_naire p{
	margin: 5% auto 0 1%;
	padding: 2%;
	font-size: 1.1em;
	}		
/*　名入れ作成例　*/
	
	
.content {
	width: 95%;
	margin:2% auto;	
	text-align: center;
	}	

.content img{
	width: 100%;
	height:auto;
	}
	
	
}

/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media screen and (max-width: 768px) {
.naire_base h2 img{
	width: 100%;
	height: auto;
}	
	
.naire_base h3{
	width: 93%;
	border-left: solid 10px #666;
	padding-top:2%;
	padding-bottom:2%;
	padding-left: 10px;
	font-size: 18px;
	color: #666;
	line-height: 1.5em;	
}
	
.blue h3 {
	width: 93%;
	border-left: solid 10px #0071bc;
	padding-top:2%;
	padding-bottom:2%;	
	padding-left: 10px;
	font-size: 18px;
	color: #0071bc;
	line-height: 1.5em;	
}
	
.pink h3 {
	width: 93%;
	border-left: solid 10px #ed1e79;
	padding-top:2%;
	padding-bottom:2%;
	padding-left: 10px;
	font-size: 18px;
	color: #ed1e79;
	line-height: 1.5em;
}	
	
.naire_base h4{
	width: 94%;
	color: #424242;
	padding: 4% 2%;
	margin: 15px auto -15px auto;
	font-size: 14px;
	letter-spacing: 0.05em;
	background-color: #f2f2f2;
}
	
/*　ナビボタン　*/
.navi_btn{
	display: flex;
	flex-wrap:wrap;	
	width:97%;
	margin: 3% auto 5% auto;	
	}	
	
.navi_btn a{
	position: relative;
   	display: block;
	justify-content: space-around;
	align-items: center;	
	width: 90%;
	background: #f2f2f2;		
	border: solid 0px #333;
	color: #333;
	padding: 3% 1% 3% 3%;
	text-decoration: none;	
	margin: 1% auto;
	font-weight: bold;
	font-size: 0.9em;
	transition: 0.3s;
	}
	
.navi_btn a span{
  font-size: 1.3em;
  padding: 0px 3px;	
}		

.navi_btn a:hover{
	background: #333;
	color: #fff;
}
	
.navi_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 30%;
    right: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}	
	
.navi_btn a:hover:after {
    border-color: #FFF;
}	
/*　ナビボタン　*/	
	
/*　大きめボタン　*/
.big_btn a{
  margin: 2% auto;	
  width: 80%;
  position: relative;
  display: block;
  justify-content: space-around;		
  padding: 2.2% 3% 2.4% 3%;
  background: #3246D2;	
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;	
  text-decoration: none;
  border: 1px solid #3246D2;	
  border-radius: 50px;
}	
	
.big_btn a span{
  font-size: 1.3em;
  padding: 0% 1%;	
}

.big_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 20px;
    border-radius: 1px;  
}		
/*　大きめボタン　*/
	
	
/*　バナー　*/
.bn_area{
	width: 95%;
	margin: 1% auto 30% auto;
}	
	
.bn_area img{
	width: 100%;
	height: auto;
	margin: 1% auto 3% auto;
}		
/*　バナー　*/		
	
/*　テキスト　*/		
.mds_text p{
	width: 95%;	
	margin: 2% auto 3% auto;
	font-size: 1em;
	line-height: 1.5em;
}	
.mds_text2 p{
	width: 90%;	
	margin: auto;
	font-size: 1em;
	line-height: 1.5em;
	color: #B10002;
  text-indent: -1em;
  padding-left: 1em;	
}
.mds_text3 p{
	width: 95%;	
	margin: 2% auto 3% auto;
	font-size: 1em;
	line-height: 1.5em;
}	
/*　テキスト　*/		

/*　テーブル1　*/	
.op_table_1{
	width:98%;
	margin:2% auto;
	/*border-radius: 14px;
	box-shadow: 0 0 10px 0 #ccc;*/
	}
	
.op_table_1 table{
	display: inline;
	width:100%;
	text-align: center;
	}
	
.op_table_1 td{
	display: inline-block;	
	width:100%;
	height: auto;	
	}	
	
.op_table_1 table td img{	
	width:90%;
	height: auto;
	}	
	
.blue_btn li{
	width:90%;
	margin: 2% auto 5% auto ;
}	
	
.blue_btn li a{
	color:#fff;
	text-decoration: none;
	font-size: 1em;
	padding:1.5% 15%;
	border-radius: 40px;
	background-color:#0071bc;
	font-weight: bold;
}
	
.blue_btn li :hover{
	color: white;
	background-color:#9E9E9E;
	text-decoration: none;
	transition: .4s;
}	
.pink_btn li{
	width:90%;
	margin: 2% auto 5% auto ;
}	
	
.pink_btn li a{
	color:#fff;
	text-decoration: none;
	font-size: 1em;
	padding:1.5% 15%;
	border-radius: 40px;
	background-color:#CF266A;
	font-weight: bold;
}
	
.pink_btn li :hover{
	color: white;
	background-color:#9E9E9E;	
	text-decoration: none;
	transition: .4s;
}		
	
/*　テーブル1　*/		
	
/*　ワンポイント一覧　*/	
.op_list{
	margin: 5px auto;
	width: 98%;
	}
	
.op_list table{
	}
	
.op_list tr{	
	display: inline;
}
	
.op_list td{
	width: 17.5%;
	padding: 0.5%;
	vertical-align:top;
	display: inline-block;
	margin-top: 3%;
	background: #fff;
	}
	
.op_list td img{
	width: 100%;
	height: auto;
	}	
	
.op_list p{
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	}		
	
.op_list p span{
	font-weight: bold;
	font-size: 0.7em;
	color: #6dbaed;
	padding: 1% 3% 2% 0%;
	border: solid 1px #fff;
	margin-right: 1%;
	line-height: 2em;
	}	
/*　ワンポイント一覧　*/
	
/*　フレーム一覧　*/	
.frame_list{
	margin: 5px auto;
	width: 98%;
	}
	
.frame_list table{
	}
	
.frame_list tr{	
	display: inline;
}
	
.frame_list td{
	width: 31%;
	padding: 0.5%;
	vertical-align:top;
	display: inline-block;
	margin-top: 3%;
	background: #fff;
	}
	
.frame_list td img{
	width: 100%;
	height: auto;
	}	
	
.frame_list p{
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	}		
	
.frame_list p span{
	font-weight: bold;
	font-size: 0.7em;
	color: #6dbaed;
	padding: 1% 3% 2% 0%;
	border: solid 1px #fff;
	margin-right: 1%;
	line-height: 2em;
	}	
/*　フレーム一覧　*/		
	
/*　名入れ作成例　*/	
.ex_naire{
	margin: 5% auto 3% auto;
	width: 96%;
	padding: 1%;
	background-color:#f4f5ef;
	border-radius: 14px;
	}
	
.ex_naire table{
	}
	
.ex_naire tr{	
	display: inline;
}
	
.ex_naire td{
	width: 30%;
	padding: 0.5%;
	vertical-align:top;
	display: inline-block;
	}
	
.ex_naire td img{
	width: 100%;
	height: auto;
	border: solid 1px #f2f2f2;
	}	
	

.ex_naire p{
	margin: 10% auto 0 1%; 
	padding: 2%;	
	font-size: 0.8em;
	}		
	
.ex_naire p span{
	font-weight: bold;
	font-size: 0.7em;
	color: #6dbaed;
	padding: 1% 3% 2% 0%;
	border: solid 1px #fff;
	margin-right: 1%;
	line-height: 2em;
	}	
/*　名入れ作成例　*/		
	
.content {
	width: 95%;
	margin:2% auto;	
	text-align: center;
	}	

.content img{
	width: 90%;
	height:auto;
	margin: auto;	
	}	
}