/*
	================================================================================================
		support mocopi products avatar_fit_party inquiry index.css
	================================================================================================
*/
@charset "utf-8";
/* CSS Document */

.square::before { 
    content: "\25A0"; /* ■ */
    vertical-align: bottom;
    padding-right: 5px;
    font-size: 1.2rem;
}

#include ol.kiyaku {
    margin: 0 0 10px 20px !important;
    padding: 0 5px 0 0;
}

#include ol.kiyaku > li{
	margin: 0 0 8px 0 !important;
	list-style-type: decimal;
}

#include ol.kiyaku > li:last-child{
	margin-bottom: 0 !important;
} 


#include a.s5-linkV3 {
    color: #3865e0;
}

#include a.s5-linkV3:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%233865e0'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
}

img.icon_window {
	padding: 0 0.25em;
}

#contents .s5-buttonV3.gray {
    padding: 10px;
    background-color: #f7f7f9;
    border: 1px solid #ccc;
    color: #000;
    width: 350px;
}

#contents .pct img {
    width: auto;
    max-width: 100%;
}

@media (max-width: 640px){
	#contents .s5-buttonV3.gray {
		width: auto;
		max-width: 100%;
	}
}
