@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');

.pc {display: block;}
.sPhone {display: none;}

@media screen and (max-width: 768px){
/* Common
-----------------------------------------------*/
	
	body {
	    font-family: 'Noto Sans JP','Open Sans', 'YuGothic_Family', 'YuGothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	}
	.pc {display: none;}
	.sPhone {display: inline-block;}
	img {max-width:100%;}
	* {
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
	}
	*:before,
	*:after {
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
	}
	input:not([type]), input[type="email"],
	input[type="number"],
	input[type="password"], input[type="tel"],
	input[type="url"], input[type="text"] {
	    max-width: 100%;
	}
	.w30p {
	    width: 30%;
	}
	.w40p {
	    width: 40%;
	}
	.w45p {
	    width: 45%;
	}
	.w50p {
	    width: 50%;
	}
	.w55p {
	    width: 55%;
	}
	.w60p {
	    width: 60%;
	}
	.w70p {
	    width: 70%;
	}
	.w100p {
	    width: 100%;
	}
	.ptb10 {
	    padding: 10px 0;
	}
	.plr {
		padding: 0 10px;
	}
	.alignC {
	    margin: 0 auto;
	    text-align: center;
	}
	.fl {float: left;
	.fr {float: right;}}
	.alignR { text-align:right;}
	.alignL { text-align: left;}
	.serif {
	    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	}
	.fontS {
	    font-size: 90%;
	}
/* Layout
-----------------------------------------------*/
#wrapper {
    width: 100%;
    background-image: none;
    background-color: #fff;
}
#contant {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
#graph {
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
}
.index,
.ssl,
#form_area,
#privacy_box,
#privacy_box iframe {
    width: 100%;
}

/* sec01
--------------------------- */
.sec01 {
    margin: 0 -15px;
}
.sec01 .bt {
    float: none;
    padding: 0 15px;
}
.sec01 .box1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 30px 0;
	padding: 15px;
}

.number span {
    display: block;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    background-color: green;
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
}
h2.title {
    font-size: 20px;
    letter-spacing: 0.05em;
}
	h2.title .small {
	    font-size: 13px;
	    letter-spacing: 0em;
	    padding-bottom: 3px;
	    display: inline-block;
	}

.wrapTable {
    display: table;
    width: 100%;
    margin: 20px auto;
}
	.wrapTable .number,
	.wrapTable .title {
	    display: table-cell;
	    vertical-align: middle;
	}
/* sec02
--------------------------- */
.sPhone.graphImage {
    margin-bottom: 20px;
}
#graph {
    background: none;
}
	#graph p {
	    margin: 0 0 20px 0!important;
	}
.sPhone.graphImage h3 {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #ffffcc;
    border: solid 3px #ff9c08;
    border-radius: 5px;
    color: #cc3300;
    font-size: 20px;
    line-height: 160%;
}
	.sPhone.graphImage h3 span {
	    font-size: 26px;
	}
/* sec03
--------------------------- */
section.sec03 {
    margin-bottom: 30px;
}
.sp_zassi {
    padding: 30px 0;
}
.sp_yamete.serif {
    border: solid 3px #e22f22;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.1em;
}
/* balloon-4 bottom-left */
#balloon-4-bottom-left {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 70px;
	color: #000;
	line-height: 70px;
	text-align: center;
	background: #fff;
	border-radius: 60%;
}
#balloon-4-bottom-left:before {
	content: "";
	position: absolute;
	bottom: -10px; left: 20px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 0 30px 0 30px;
	z-index: 0;
}
#balloon-4-bottom-left:after {
	content: "";
	position: absolute;
	bottom: -5px; left: 30px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #FFF;
	border-radius: 0 30px 0 30px;
	z-index: -1;
	-webkit-transform: rotate(30deg);
	   -moz-transform: rotate(30deg);
	    -ms-transform: rotate(30deg);
	     -o-transform: rotate(30deg);
	        transform: rotate(30deg);
}

.example {
    margin-bottom: 30px;
    padding: 10px;
    box-shadow:1px 1px 6px 0px #cccccc;
    -moz-box-shadow:1px 1px 6px 0px #cccccc;
    -webkit-box-shadow:1px 1px 6px 0px #cccccc;
    background: #cdeb8e;
    background: -moz-linear-gradient(top, #cdeb8e 0%, #b5ed84 48%, #b1d85d 100%);
    background: -webkit-linear-gradient(top, #cdeb8e 0%,#b5ed84 48%,#b1d85d 100%);
    background: linear-gradient(to bottom, #cdeb8e 0%,#b5ed84 48%,#b1d85d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#b1d85d',GradientType=0 );
    border-radius: 8px;
    box-shadow: yellow;
}
.example h2 {
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin: 0 auto 20px auto;
}
	.example h2 span {
	    font-size: 160%;
	}
	.example ul li {
	    box-shadow:1px 1px 6px 0px #cccccc;
	    -moz-box-shadow:1px 1px 6px 0px #cccccc;
	    -webkit-box-shadow:1px 1px 6px 0px #cccccc;
	    background-color: #fff;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	    margin-bottom: 20px;
	    padding: 10px;
	    border-radius: 8px;
	}
	.example ul li h3 {
	    margin-bottom: 10px;
	    margin-top: 10px;
	    font-size: 20px;
	}


/* sec04 index
--------------------------- */
.index {
    margin-top: 30px;
}
.index p {
    margin-bottom: 30px;
    line-height: 180%;
}
.index h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.08em;
}
.index .tit {
    margin-bottom: 10px;
    display: block;
}
/* profile
--------------------------- */
.profile {
    float: none;
    width: 100%;
}

/* sec05
--------------------------- */
.voice_box {
    margin: 0 0 20px 0;
}
.voice_box h3 {
    margin-bottom: 10px;
}
.voice_box img {
    float: none;
}
.voice_box p {
    float: none;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    line-height: 160%;
    background-color: #EFEFEF;
    min-height: 10px;
}
.profile p {
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.05em;
}

/* sec06
--------------------------- */

.sPhone.media h2 {
    margin-bottom: 20px;
    padding: 10px 5px;
    font-weight: 700;
    font-size: 20px;
	background: #b7df2d; /* Old browsers */
	background: -moz-linear-gradient(left, #b7df2d 20%, #b7df2d 20%, #ffffff 60%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #b7df2d 20%,#b7df2d 20%,#ffffff 60%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #b7df2d 20%,#b7df2d 20%,#ffffff 60%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7df2d', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.sPhone.media p {
    margin: 20px auto;
    line-height: 150%;
    font-size: 14px;
}
.sPhone.media p.fontS {
    margin: 5px 10px;
    font-size: 12px;
    line-height: 120%;
}


/* sec07
--------------------------- */
.reason p {
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.05em;
}
.reason h3 {
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 20px;
    border-bottom: 2px solid #060;
}
/* sec08
--------------------------- */
.faq {
    margin: 0;
}
.faq h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: dashed 1px #ccc;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: left;
}
.faq h3 {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #CBF3FF;
    font-size: 18px;
}
.faq p {
    margin-bottom: 30px;
    padding: 10px;
    background-color: #F5F5F5;
}
.sPhone.promiss h2 {
    margin-bottom: 15px;
    background: #cf0404;
    background: -moz-linear-gradient(top, #cf0404 15%, #ff3019 30%, #ff3019 70%, #cf0404 85%);
    background: -webkit-linear-gradient(top, #cf0404 15%,#ff3019 30%,#ff3019 70%,#cf0404 85%);
    background: linear-gradient(to bottom, #cf0404 15%,#ff3019 30%,#ff3019 70%,#cf0404 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#cf0404',GradientType=0 );
    color: #fff;
    background-color: #cf0404;
    padding: 10px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4), 1px 1px 1px rgba(255, 255, 255, 0.5);
	border: solid 1px #cf0404;
}
.sPhone.promiss h3 {
    margin-top: -3px;
    padding: 10px;
    background: #b4e391;
    background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
    background: -webkit-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
    background: linear-gradient(to bottom, #b4e391 0%,#61c419 50%,#b4e391 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 );
	border: solid 1px #61c419;
    color: #fff;
    font-size: 18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4), 1px 1px 1px rgba(255, 255, 255, 0.5);
}

/* form
--------------------------- */
div#form_area {
    padding-bottom: 50px;
}
.ver_ssl {
    float: left;
    padding: 0 0 0 10px;
    width: 150px;
    text-align: right;
}
.txt_ssl {
    float: none;
    margin: 20px 5px;
    width: auto;
}
.mfp_buttons {
    padding: 30px 0;
    text-align: center;
}
	form#mailformpro dl dt {
	    float: none;
	    width: 100%;
	    clear: both;
	    font-size: 14px;
	    padding: 10px 0px;
	    text-align: left;
	    border-top: dashed 1px #CCC;
	    margin: 0px;
	}
	form#mailformpro dl dd {
	    border-top: none;
	    margin: 0px;
	    padding: 10px;
	    font-size: 12px;
	    line-height: 1.5em;
	}

	form#mailformpro input, form#mailformpro textarea {
	    padding: 3px;
	    font-size: 16px;
	    vertical-align: middle;
	}
.ifrm-container {
      height:250px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
    }
/* Thanks
--------------------------- */
iframe {
    margin: 0 auto;
    width: 100%;
    height: 180px;
}

}