@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#333333;
	text-align: justify;
	overflow-x: hidden;
	font-weight: normal;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
	  font: normal 18px/1.8 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
      min-width: inherit;
	  height:100%;
	  font-weight: normal;
	  }
    body .sp-item {
        display: block !important;
	}
    body .pc-item {
        display: none !important; 
	}
	body .sp-item img {
		width:100%;
	}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
	}
	.sp02 img{
		max-width:100%;
	}
	.sp03 img{
		max-width:70%;
	}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* ----------------------------------------------------

    サンプル用 画像CSS

---------------------------------------------------- */
.sample{
	width: 100%;
	margin: 0 auto;
}

.sample img{
	width: 100%;
	margin: 0 auto;
}
/*------------ サンプル用 画像CSS ここまで --------------*/

/* ----------------------------------------------------

    特殊CSS

---------------------------------------------------- */
.longurl{/*リンクが長い時に自動改行*/
	word-break: break-all;
}

.no_tap{/*クリック・タップ無効*/
	pointer-events: none;
}


/* ----------------------------------------------------

    フォント装飾

---------------------------------------------------- */
.first_font{ /* 最初の文字だけ大文字 */
	font-size: 25px;
	font-weight: bold;
}

.red_font{ /* 赤太文字 */
	color:#C50028;
	font-weight: bold;
}

.orange_font{
	color: #ff5000;
	font-weight: bold;
}

.big_font{ /* 大きい黒太文字 */
	font-size: 28px;
	font-weight: bold;
}

.big_font_red{ /* 大きい赤太文字 */
	color: #d6060e;
	font-size: 31px;
	font-weight: bold;
}

.yellow_marker{ /* 黄色マーカー */
	background:linear-gradient(transparent 60%, #ffff00 30%);
	font-weight: bold;
}

.yellow_marker2{ /* 黄色マーカー */
	background:linear-gradient(transparent 70%, #ffff00 30%);
	
}

.red_marker{ /* 赤色マーカー */
	background:linear-gradient(transparent 60%, #ff7f7f 30%);
	font-weight: bold;
}

.under_line{ /* 黒アンダーライン */
	border-bottom: 2px solid #333;
	padding-bottom: 2px;
}

.list_nomal{ /* リスト */
	padding: 0px 0 15px 29px;
	margin: 0 32px;
	box-sizing: border-box;
}

.list_nomal li{ /* リスト項目 */
	font-weight: bold;
	list-style: disc;
	margin-bottom: 8px;
	text-align: justify;
	font-size: 20px;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.first_font{ /* SP 最初の文字だけ大文字 */
			font-size: 25px;
			font-weight: bold;	
		}

		.big_font{ /* SP 黒太文字 */
			font-size: 22px;
			font-weight: bold;
		}

		.big_font_red{ /* 大きい赤太文字 */
			color: #d6060e;
			font-size: 22px;
			font-weight: bold;
		}


		.list_nomal{ /* SP リスト */
			padding: 10px 0 0px 21px;
			margin: 0 15px;
			font-size: 14px;
		}

		.list_nomal li{ /* SP リスト項目 */
			font-weight: bold;
			list-style: disc;
			line-height: 1.46;
			margin-bottom: 6px;
			font-size: 15.4px;
			text-align: justify;
		}

		.list_checkbox li{ /*SP リスト アイコンチェックマーク*/
			background: url(../images/list_checkbox.png) no-repeat;
			background-size: 20px;
			background-position: left 0px top 5px;
			padding: 0 0 0 28px;
			margin-bottom: 30px;
			font-size: 20px;
			font-weight: bold;
			line-height: 1.52;
			text-align: justify;
		}
	}/*スマホ対応ここまで*/
/*--------------- フォント装飾 ここまで ---------------*/


/* ----------------------------------------------------

    免責事項表現

---------------------------------------------------- */
.disclaimer_content{
	width: 724px;
	margin: 0px auto 0px auto;
}

.disclaimer_content2{
	width: 100%;
	margin: 30px auto 0px auto;
}


.disclaimer_text{ /* 免責事項テキスト*/
	font-size: 17px;
	text-align: justify;
	color: #555;
	line-height: 1.5;
	position: relative;
	padding-left: 20px;
}

.disclaimer_text::before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.disclaimer_content{
			width: 100%;
			margin: 10px auto 0px auto;
		}

		.disclaimer_content2{
			width: 100%;
			margin: 30px auto 0px auto;
		}

		.disclaimer_text{ /* 免責事項テキスト*/
			font-size: 16px;
			text-align: justify;
			line-height: 1.5;
			position: relative;
			padding-left: 17px;
		}

		.disclaimer_text::before{
			content: "※";
			position: absolute;
			top: 0;
			left: 0;
		}
	}
/*--------------- 免責事項表現 ここまで ---------------*/


/* ----------------------------------------------------

    逆三角形（小)

---------------------------------------------------- */
.triangle_orange { /* 逆三角形(小) */
	position: relative;
}
.triangle_orange::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2vw 2vw 0 2vw;
	border-color:  #FF6F00 transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%) translateY(99%);
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/

		.triangle_orange { /* SP 逆三角形(小) */
			position: relative;
		}
		.triangle_orange::before {
			content: '';
			position: absolute;
			bottom: 0;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 4vw 6vw 0 6vw;
			border-color:  #FF6F00 transparent transparent transparent;
			left: 50%;
			transform: translateX(-50%) translateY(99%);
		}
	}/*スマホ対応ここまで*/
/*---------------- 逆三角形（小) ここまで ----------------*/


/* ----------------------------------------------------

    逆三角形（大）

---------------------------------------------------- */
.triangle_big_blue {/*背景色なし、青トライアングル*/
	position: relative;
}
.triangle_big_blue::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10vw 50vw 0 50vw;
	border-color: #013d83 transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%) translateY(99%);
}

.triangle_big_white {/*背景色緑、白トライアングル*/
	position: relative;
}
.triangle_big_white::before {
	background-color: #00a986;
	background-size: auto;
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10vw 50vw 0 50vw;
	border-color: #fff transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%) translateY(99%);
}

	@media screen and (max-width:640px) {/*スマホ版ここから*/
		.triangle_big_blue {/*SP　背景色なし、青トライアングル*/
			position: relative;
		}
		.triangle_big_blue::before {
			content: '';
			position: absolute;
			bottom: 0;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 12vw 50vw 0 50vw;
			border-color: #013d83 transparent transparent transparent;
			left: 50%;
			transform: translateX(-50%) translateY(99%);
		}
	}/*スマホ版ここまで*/
/* ------------- 共通逆三角形（大）ここまで --------------*/


/* ----------------------------------------------------

    ボタンの動き

---------------------------------------------------- */
.purupuru {
    animation: purupuru 1s infinite;
}
@keyframes purupuru {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.98, 0.95)
    }
}

.btn_sink{ /*ホバーでボタンが沈む*/
	transition: .3s;
	cursor: pointer;
	cursor: hand;
}

.btn_sink:hover{
	transform: translate3d(0, 5px, 0);
	cursor: pointer;
	cursor: hand;
}
/* ----------------- ボタンの動き ここまで ----------------------*/

/* ----------------------------------------------------

    フローティングボックス（画面最下部にボタンを固定表示する）
	class="footerFloatingArea"

---------------------------------------------------- */
.footerFloatingArea{ /* 右下にボタン */
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 25%;
	min-width: 250px;
	max-width: 300px;
	/* background-color: rgba(255, 198, 0, 0.9); */
}

.footerFloatingArea_inner{
	width: 100%;
	text-align: center;
	margin: 10px auto 0 auto;
}

.footerFloatingArea_inner img{
	width: 95%;
	margin: 0 auto 0px auto;
}

.floating_imga{
	width: 95%;
	margin: 0 auto;
	text-align: center;
}

.floating_imgb{
	width: 95%;
	margin: 0 auto 10px auto;
	text-align: center;
}

	@media (max-width:640px) {
		.footerFloatingArea{
			position: fixed;
			right: 0px;
			bottom: 0px;
			width: 100%;
			min-width:100%;
			max-width: 100%;
			background-color: rgba(255,255,255,0.8);
		}

		.footerFloatingArea_inner{
			width: 100%;
			text-align: center;
			margin: 0px auto 0 auto;
		}

		.footerFloatingArea_inner img{
			width: 90%;
			margin: 0px auto 0px auto;
		}

		.floating_imga{
			width: 90%;
			margin: 10px auto 0 auto;
			text-align: center;
		}
		
		.floating_imgb{
			width: 95%;
			margin: 2px auto 0px auto;
			text-align: center;
		}
	}
/*-- ボフローティングボックス（画面最下部にボタンを固定表示する） ここまで --*/


/* ここから書く

↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

*/

/* ----------------- ヘッダー ここから ----------------------*/
.header_main{
	/* background: linear-gradient(rgba(10, 23, 38, 0.85), rgba(10, 23, 38, 0.85)),url(../images/); */
	background-size: cover;
	height:auto;
	text-align: center;
}

.header_main img{
	max-width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}

.header_appealarea{
	background-color: #681913;
	
}

.header_appealarea_inner{
	width: 724px;
	margin: 0 auto;
	text-align: center;
}

.header_appealarea_inner img{
	width: 90%;
	margin: 10px auto 3px auto;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/

		.header_main{
			text-align: center;
		}

		.header_main img{
			max-width: 100%;
			margin: 0 auto;
			vertical-align: middle;
		}
		
		.header_appealarea_inner{
			width: 100%;
			margin: 0 auto;
			text-align: center;
		}
		
		.header_appealarea_inner img{
			width: 90%;
			margin: 10px auto 2px auto;
		}

	}/*スマホ対応ここまで*/
/* ----------------- ヘッダー ここまで ----------------------*/


/* ----------------- appealセクション ここまで ----------------------*/
.appeal_section{
	background-color: #fffae6;
	padding: 30px 0;
	box-sizing: border-box;
}

.appeal_h2{
	width: 724px;
	margin: 0 auto;
	text-align: center;
	font-size: 40px;
	position: relative;
}

.appeal_disclaimer{
	width: 200px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	font-size: 10px;
	transform: scale(0.8);
	line-height: 1.4;
	font-weight: normal;
	color: #555;
	position: absolute;
	bottom: -24px;
	right: -13px;
	padding-left: 14px;
}

.appeal_disclaimer::before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.appeal_disclaimer_img{
	width: 25%;
	position: absolute;
	bottom: -20px;
	right: 7px;
	padding-left: 14px;
}

.appeal_h2 img{
	width: 100%;
}

.appeal_balloons{
	width: 724px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) { /*--スマホここから--*/
	.appeal_section{
		padding: 18px 9px 15px 13px;
		box-sizing: border-box;
	}

	.appeal_h2{
		width: 100%;
		font-size: 28px;
		margin-bottom: 45px;
	}

	.appeal_h2 img{
		width: 100%;
	}

	.appeal_disclaimer{
		width: 200px;
		font-size: 10px;
		transform: scale(0.75);
		line-height: 1.4;
		position: absolute;
		bottom: -44px;
		right: -18px;
		padding-left: 14px;
	}

	.appeal_disclaimer::before{
		content: "※";
		position: absolute;
		top: 0;
		left: 0;
	}

	.appeal_disclaimer_img{
		width: 46%;
		position: absolute;
		bottom: -40px;
		right: 7px;
		padding-left: 14px;
	}

	.appeal_balloons{
		width: 100%;
		margin: 0 auto;
	}
}
/* ----------------- appealセクション ここまで ----------------------*/


/* ----------------- introセクション ここから ----------------------*/
.intro_section{
	padding: 30px 0;
	box-sizing: border-box;
}

.intro_h2{
	width: 724px;
	margin: 0 auto 25px auto;
	text-align: center;
}

.intro_h2 h2{
	color: #ff5000;
	font-size: 40px;
}

.intro_h2 p{
	font-size: 25px;
}

.intro_img{
	width: 724px;
	margin: 0 auto 20px auto;
	text-align: center;
}

.intro_img img{
	width: 90%;
}

.intro_text{
	width: 724px;
	margin: 0 auto;
}

.intro_imgb{
	width: 724px;
	margin: 35px auto 20px auto;
}

.intro_imgb img{
	width: 100%;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.intro_section{
			padding: 15px 18px;
			box-sizing: border-box;
		}

		.intro_h2{
			width: 100%;
			margin: 0 auto 25px auto;
			text-align: center;
		}

		.intro_h2 h2{
			font-size: 30px;
			line-height: 1.54;
		}

		.intro_h2 p{
			font-size: 23px;
			margin-top: 15px;
			line-height: 1.46;
		}

		.intro_img{
			width: 100%;
			margin: 0 auto 20px auto;
			text-align: center;
		}

		.intro_img img{
			width: 90%;
		}

		.intro_text{
			width: 100%;
			margin: 0 auto;
		}

		.intro_imgb{
			width: 100%;
			margin: 20px auto 15px auto;
		}

		.intro_imgb img{
			width: 100%;
		}
	}
/* ----------------- introセクション ここまで ----------------------*/

/* ----------------- whyセクション ここから ----------------------*/
.why_section{
	padding: 1px 0 25px 0;
	box-sizing: border-box;
	background-color: #fdfaf1;
}

.why_h2{
	width: 724px;
	margin: 35px auto 25px auto;
	text-align: center;
	line-height: 1.46;
}

.why_h2 h2{
	color: #f67604;
	font-size: 40px;
}

.why_text1{
	width: 724px;
	margin: 45px auto 30px auto;
	box-sizing: border-box;
}

.why_text2{
	width: 724px;
	margin: 45px auto 50px auto;
	box-sizing: border-box;
}

.why_imga{
	width: 724px;
	margin: 0 auto;
	text-align: center;
}

.why_imga img{
	width: 70%;
}

.why_imgb{
	width: 724px;
	margin: 0 auto;
	text-align: center;
}

.why_imgb img{
	width: 100%;
}

.why_balloons{
	width: 724px;
	margin: 0 auto;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.why_section{
			padding: 1px 0px 1px 0px;
			box-sizing: border-box;
		}

		.why_h2{
			width: 100%;
			margin: 20px auto 25px auto;
			text-align: center;
			line-height: 1.54;
			box-sizing: border-box;
			padding: 0 18px;
		}

		.why_h2 h2{
			font-size: 32px;
			line-height: 1.46;
		}

		.why_text1{
			width: 100%;
			margin: 38px auto 12px auto;
			box-sizing: border-box;
			padding: 0 18px;
		}

		.why_text2{
			width: 100%;
			margin: 24px auto 30px auto;
			box-sizing: border-box;
			padding: 0 18px;
		}

		.why_imga{
			width: 100%;
			margin: 0 auto;
			text-align: center;
			box-sizing: border-box;
			padding: 0 18px;
		}

		.why_imga img{
			width: 100%;
		}

		.why_imgb{
			width: 100%;
			margin: 20px auto 0 auto;
			text-align: center;
			box-sizing: border-box;
			padding: 0 18px;
		}

		.why_imgb img{
			width: 100%;
		}

		.why_balloons{
			width: 100%;
			margin: 0 auto;
			box-sizing: border-box;
			padding: 0 10px 0 13px;
		}
	}
/* ----------------- whyセクション ここまで ----------------------*/

/* ----------------- targetセクション ここから ----------------------*/
.target_section{
	padding: 30px 0;
	box-sizing: border-box;
}

.target_img{
	width: 724px;
	margin: 0 auto;
	text-align: center;
}

.target_img img{
	width: 100%;
}

.target_text{
	width: 724px;
	margin: 33px auto;
}

.target_box{
	width: 724px;
	margin: 0 auto;
	box-shadow: 1px 1px 4px #aaa;
}

.target_h3{
	font-size: 32px;
	color: #fff;
	text-align: center;
	background-color: #f67604;
}

.target_checklist{
	width: 724px;
	padding: 0 40px 15px 40px;
	box-sizing: border-box;
	margin: 32px auto 0px auto;
}

.target_checklist li{ /* リスト アイコンチェックマーク */
	margin: 0 auto 18px 0px;
	background: url(../images/list_checkbox.png) no-repeat;
    background-size: 26px;
    background-position: left 0px top 9px;
	padding: 0 0 0 35px;
	font-size: 25px;
    font-weight: bold;
	box-sizing: border-box;
	line-height: 1.56;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.target_section{
			padding: 30px 18px;
			box-sizing: border-box;
		}

		.target_img{
			width: 100%;
		}

		.target_img img{
			width: 100%;
		}

		.target_text{
			width: 100%;
			margin: 33px auto;
		}

		.target_box{
			width: 100%;
			margin: 0 auto;
			box-shadow: 1px 1px 4px #aaa;
		}

		.target_h3{
			font-size: 28px;
		}

		.target_checklist{
			width: 100%;
			padding: 0 18px 12px 16px;
			box-sizing: border-box;
			margin: 28px auto 0px auto;
		}

		.target_checklist li{ /* リスト アイコンチェックマーク */
			margin: 0 auto 15px 0px;
			background: url(../images/list_checkbox.png) no-repeat;
			background-size: 22px;
			background-position: left 0px top 7px;
			padding: 0 0 0 30px;
			font-size: 22px;
			font-weight: bold;
			box-sizing: border-box;
			line-height: 1.54;
		}
	}
/* ----------------- targetセクション ここまで ----------------------*/

/* -------------- threereasonセクション ここから ----------------------*/
.threereason_section{
	padding: 30px 0 20px 0;
	box-sizing: border-box;
	background-color: #fffae6;
}

.threereason_h2{
	width: 724px;
	margin: 0 auto 35px auto;
	text-align: center;
	color: #ff5000;
	font-size: 40px;
}

.threereason_h3{
	width: 724px;
	margin: 0 auto 13px auto;
	font-size: 32px;
	font-weight: 900;
	position: relative;
	padding-left: 55px;
	box-sizing: border-box;
}

.threereason_number{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

.threereason_text{
	width: 724px;
	margin: 0 auto 38px auto;
}

.threereason_balloons{
	width: 724px;
	margin: 50px auto 0 auto;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.threereason_section{
			padding: 30px 18px 1px 18px;
			box-sizing: border-box;
		}

		.threereason_h2{
			width: 100%;
			margin: 0 auto 30px auto;
			font-size: 30px;
			line-height: 1.54;
		}

		.threereason_h3{
			width: 100%;
			margin: 0 auto 10px auto;
			font-size: 22px;
			font-weight: 900;
			line-height: 1.54;
			padding-left: 35px;
		}


		.threereason_text{
			width: 100%;
			margin: 0 auto 35px auto;
		}

		.threereason_balloons{
			width: 100%;
			margin: 30px auto 0 auto;
		}
	}
/* -------------- threereasonセクション ここまで ----------------------*/

/* ----------------- courseセクション ここから ----------------------*/
.course_section{
	background-color: #ebf9fa;
	padding: 25px 0;
	box-sizing: border-box;
}

.course_h2{
	color: #333;
	margin: 0 auto 30px auto;
	text-align: center;
	font-size: 44px;
	line-height: 1.46;
}

.course_box{
	width: 724px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 1px 1px 5px #ccc;
}

.course_box_h{
	margin: 0 auto;
	text-align: center;
	background-color: #2baddf;
	color: #fff;
	font-size: 28px;
	padding: 1px 0;
	box-sizing: border-box;
}

.course_text{
	padding: 18px 22px;
	box-sizing: border-box;
}

.course_h3{
	font-size: 44px;
	margin: 40px auto 35px auto;
	text-align: center;
}

.course_imga{
	width: 724px;
	margin: 38px auto 0 auto;
	text-align: center;
}

.course_imga img{
	width: 100%;
}

.course_imgb{
	margin: 38px auto 30px auto;
	text-align: center;
}

.course_imgb img{
	width: 80%;
	min-width: 724px;
	max-width: 900px;
}

.course_h4{
	width: 724px;
	font-size: 40px;
	margin: 30px auto 0 auto;
	text-align: justify;
}

.course_balloons{
	width: 724px;
	margin: 0 auto;
}

.course_imgc{
	width: 724px;
	margin: 30px auto 0 auto;
	text-align: center;
	padding: 0 0 0 8px;
	box-sizing: border-box;
}

.course_imgc img{
	width: 60%;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.course_section{
			padding: 25px 18px;
			box-sizing: border-box;
		}

		.course_h2{
			color: #333;
			margin: 0 auto 20px auto;
			text-align: center;
			font-size: 30px;
			line-height: 1.46;
		}

		.course_box{
			width: 100%;
			margin: 0 auto;
			background-color: #fff;
			box-shadow: 1px 1px 5px #ccc;
		}

		.course_box_h{
			margin: 0 auto;
			text-align: center;
			background-color: #2baddf;
			color: #fff;
			font-size: 22px;
			padding: 5px 0;
			box-sizing: border-box;
			line-height: 1.4;
		}

		.course_text{
			padding: 10px 22px;
			box-sizing: border-box;
		}

		.course_h3{
			font-size: 32px;
			margin: 40px auto 0px auto;
			text-align: center;
		}

		.course_imga{
			width: 100%;
			margin: 10px auto 0 auto;
			text-align: center;
		}

		.course_imga img{
			width: 100%;
		}

		.course_imgb{
			margin: 25px auto 25px auto;
			text-align: center;
		}

		.course_imgb img{
			width: 100%;
			min-width: 100%;
			max-width: 100%;
		}

		.course_h4{
			width: 100%;
			font-size: 28px;
			margin: 30px auto 0 auto;
			text-align: justify;
		}

		.course_balloons{
			width: 100%;
			margin: 0 auto;
		}

		.course_imgc{
			width: 100%;
			margin: 30px auto 0 auto;
			text-align: center;
			padding: 0 0 0 8px;
			box-sizing: border-box;
		}

		.course_imgc img{
			width: 100%;
		}
	}
/* ----------------- courseセクション ここまで ----------------------*/

/* ----------------- imagineセクション ここから ----------------------*/
.imagine_section{
	background-color: #fdfaf1;
	padding: 30px 0;
	box-sizing: border-box;
}

.imagine_h2{
	font-size: 40px;
	margin: 0 auto 20px auto;
	text-align: center;
	line-height: 1.46;
	color: #f67604;
}

.imagine_imga{
	width: 724px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.imagine_imga img{
	width: 100%;
}

.imagine_text{
	width: 724px;
	margin: 0 auto 30px auto;
}

.imagine_h4{
	width: 724px;
	font-size: 40px;
	margin: 30px auto 0 auto;
	text-align: justify;
}

.imagine_balloons{
	width: 724px;
	margin: 0 auto;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.imagine_section{
			padding: 25px 18px 30px 18px;
		}

		.imagine_h2{
			font-size: 30px;
			margin: 0 auto 20px auto;
			text-align: center;
			line-height: 1.46;
			color: #f67604;
		}

		.imagine_imga{
			width: 100%;
			margin: 0 auto 30px auto;
			text-align: center;
		}

		.imagine_imga img{
			width: 100%;
		}

		.imagine_text{
			width: 100%;
			margin: 0 auto 30px auto;
		}

		.imagine_h4{
			width: 100%;
			font-size: 28px;
			margin: 30px auto 0 auto;
			text-align: justify;
		}

		.imagine_balloons{
			width: 100%;
			margin: 0 auto;
		}
	} /*--スマホここまで--*/
/* ----------------- imagineセクション ここまで ----------------------*/

/* ----------------- differenceセクション ここから ----------------------*/
.difference_section{
	padding: 30px 0;
	box-sizing: border-box;
}

.difference_h2{
	font-size: 40px;
	margin: 0 auto 20px auto;
	text-align: center;
}

.difference_text{
	width: 724px;
	margin: 0 auto 35px auto;
}

.difference_imga{
	margin: 0 auto 30px auto;
	text-align: center;
}

.difference_imga img{
	width: 80%;
	min-width: 724px;
	max-width: 900px;
}

.difference_box{
	width: 724px;
	background-color: #fdfaf1;
	margin: 0 auto 45px auto;
	padding: 25px 30px;
	box-sizing: border-box;
}

.difference_h3{
	font-size: 38px;
	text-align: center;
	margin: 0 auto 10px auto;
}

.difference_box_text{
	margin: 0 auto 30px auto;
}

.difference_imgb{
	margin:  0 auto;
	text-align: center;
}

.difference_imgb img{
	width: 100%;
}

.difference_h3_orange{
	font-size: 38px;
	text-align: center;
	margin: 0 auto 10px auto;
	color: #f67604;
}


.difference_imgc{
	width: 724px;
	margin: 0 auto 55px auto;
	text-align: center;
}

.difference_imgc img{
	width: 100%;
}

.difference_h4{
	width: 724px;
	margin: 0 auto;
	font-size: 38px;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.difference_section{
			padding: 20px 18px 35px 18px;
			box-sizing: border-box;
		}

		.difference_h2{
			font-size: 40px;
			margin: 0 auto 20px auto;
			text-align: center;
		}

		.difference_text{
			width: 100%;
			margin: 0 auto 35px auto;
		}

		.difference_imga{
			margin: 0 auto 30px auto;
			text-align: center;
		}

		.difference_imga img{
			width: 100%;
			min-width: 100%;
			max-width: 100%;
		}

		.difference_box{
			width: 100%;
			background-color: #fdfaf1;
			margin: 0 auto 40px auto;
			padding: 20px 18px 20px 18px;
			box-sizing: border-box;
		}

		.difference_h3{
			font-size: 32px;
			text-align: center;
			margin: 0 auto 14px auto;
			line-height: 1.46;
		}

		.difference_box_text{
			margin: 0 auto 17px auto;
		}

		.difference_imgb{
			margin:  0 auto;
			text-align: center;
		}

		.difference_imgb img{
			width: 100%;
		}

		.difference_h3_orange{
			font-size: 32px;
			text-align: center;
			margin: 0 auto 10px auto;
			color: #f67604;
		}

		.difference_imgc{
			width: 100%;
			margin: 0 auto 40px auto;
			text-align: center;
		}
		.difference_imgc img{
			width: 100%;
		}

		.difference_h4{
			width: 100%;
			margin: 0 auto;
			font-size: 28px;
		}
	}/* スマホはここまで */
/* ----------------- differenceセクション ここまで ----------------------*/

/* ----------------- kodawariセクション ここから ----------------------*/
.kodawari_section{
	background-color: #fffae6;
	padding: 40px 0 30px 0;
	box-sizing: border-box;
}

.kodawari_h2{
	width: 724px;
	font-size: 40px;
	margin: 0 auto 45px auto;
	text-align: center;
	color: #ff5000;
	line-height: 1.46;
}

.kodawari_content{
	width: 724px;
	margin: 0 auto 40px auto;
}

.kodawari_content_l{
	float: left;
	width: 47%;
}

.kodawari_content_r{
	float: right;
	width: 47%;
}

.kodawari_img{
	width: 100%;
	margin: 0 auto 15px auto;
	text-align: center;
}

.kodawari_img img{
	width: 100%;
}

.kodawari_h3-1{
	font-size: 21px;
	line-height: 1.46;
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
	box-sizing: border-box;
}

.kodawari_h3-1::before{
	content: "1";
	font-size: 21px;
	position: absolute;
	top: 0;
	left: 0;
}

.kodawari_h3-2{
	font-size: 21px;
	line-height: 1.46;
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
	box-sizing: border-box;
}

.kodawari_h3-2::before{
	content: "2";
	font-size: 21px;
	position: absolute;
	top: 0;
	left: 0;
}

.kodawari_h3-3{
	font-size: 21px;
	line-height: 1.46;
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
	box-sizing: border-box;
}

.kodawari_h3-3::before{
	content: "3";
	font-size: 21px;
	position: absolute;
	top: 0;
	left: 0;
}

.kodawari_h3-4{
	font-size: 21px;
	line-height: 1.46;
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
	box-sizing: border-box;
}

.kodawari_h3-4::before{
	content: "4";
	font-size: 21px;
	position: absolute;
	top: 0;
	left: 0;
}

.kodawari_h3-5{
	font-size: 21px;
	line-height: 1.46;
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
	box-sizing: border-box;
}

.kodawari_h3-5::before{
	content: "5";
	font-size: 21px;
	position: absolute;
	top: 0;
	left: 0;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.kodawari_section{
			padding: 25px 18px 1px 18px;
			box-sizing: border-box;
		}

		.kodawari_h2{
			width: 100%;
			font-size: 32px;
			margin: 0 auto 30px auto;
			text-align: center;
			color: #ff5000;
		}

		.kodawari_content{
			width: 100%;
			margin: 0 auto;
		}

		.kodawari_content_l{
			float: none;
			width: 100%;
			margin-bottom: 33px;
		}

		.kodawari_content_r{
			float: none;
			width: 100%;
			margin-bottom: 33px;
		}

		.kodawari_img{
			width: 100%;
			margin: 0 auto 15px auto;
			text-align: center;
		}

		.kodawari_img img{
			width: 100%;
		}

		.kodawari_h3-1{
			font-size: 21px;
			line-height: 1.46;
			position: relative;
			padding-left: 24px;
			margin-bottom: 8px;
			box-sizing: border-box;
		}

		.kodawari_h3-1::before{
			content: "1";
			font-size: 21px;
			position: absolute;
			top: 0;
			left: 0;
		}

		.kodawari_h3-2{
			font-size: 21px;
			line-height: 1.46;
			position: relative;
			padding-left: 24px;
			margin-bottom: 8px;
			box-sizing: border-box;
		}

		.kodawari_h3-2::before{
			content: "2";
			font-size: 21px;
			position: absolute;
			top: 0;
			left: 0;
		}

		.kodawari_h3-3{
			font-size: 21px;
			line-height: 1.46;
			position: relative;
			padding-left: 24px;
			margin-bottom: 8px;
			box-sizing: border-box;
		}

		.kodawari_h3-3::before{
			content: "3";
			font-size: 21px;
			position: absolute;
			top: 0;
			left: 0;
		}

		.kodawari_h3-4{
			font-size: 21px;
			line-height: 1.46;
			position: relative;
			padding-left: 24px;
			margin-bottom: 8px;
			box-sizing: border-box;
		}

		.kodawari_h3-4::before{
			content: "4";
			font-size: 21px;
			position: absolute;
			top: 0;
			left: 0;
		}

		.kodawari_h3-5{
			font-size: 21px;
			line-height: 1.46;
			position: relative;
			padding-left: 24px;
			margin-bottom: 8px;
			box-sizing: border-box;
		}

		.kodawari_h3-5::before{
			content: "5";
			font-size: 21px;
			position: absolute;
			top: 0;
			left: 0;
		}
	}/*--スマホここまで--*/

/* ----------------- kodawariセクション ここまで ----------------------*/

/* ----------------- nativeセクション ここから ----------------------*/
.native_section{
	padding: 35px 0 50px 0;
	box-sizing: border-box;
}

.native_h2{
	font-size: 40px;
	margin: 0 auto 30px auto;
	text-align: center;
	line-height: 1.46;
	color: #ff5000;
}

.native_imga{
	width: 724px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.native_imga img{
	width: 100%;
}

.native_text{
	width: 724px;
	margin: 0 auto 30px auto;
}

.native_h3{
	font-size: 40px;
	margin: 30px auto 20px auto;
	text-align: center;
	line-height: 1.46;
}

.native_imgb{
	width: 724px;
	margin: 0 auto;
	text-align: center;
}

.native_imgb img{
	width: 100%;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.native_section{
			padding: 25px 18px;
			box-sizing: border-box;
		}

		.native_h2{
			font-size: 30px;
			margin: 0 auto 30px auto;
			text-align: center;
			line-height: 1.54;
			color: #ff5000;
		}

		.native_imga{
			width: 100%;
			margin: 0 auto 20px auto;
			text-align: center;
		}

		.native_imga img{
			width: 100%;
		}

		.native_text{
			width: 100%;
			margin: 0 auto 20px auto;
		}

		.native_h3{
			font-size: 28px;
			margin: 30px auto 15px auto;
			text-align: center;
			line-height: 1.46;
		}

		.native_imgb{
			width: 100%;
			margin: 0 auto;
			text-align: center;
		}

		.native_imgb img{
			width: 100%;
		}
	}/*--- スマホはここまで ---*/
/* ----------------- nativeセクション ここまで ----------------------*/

/* ----------------- supportセクション ここから ----------------------*/
.support_section{
	padding: 25px 0 10px 0;
	box-sizing: border-box;
	background-color: #fffae6;
}

.support_h2{
	width: 724px;
	font-size: 40px;
	margin: 0 auto 25px auto;
	text-align: center;
}

.support_text{
	width: 724px;
	margin: 0 auto;
}

.support_balloons{
	width: 724px;
	margin: 0 auto;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.support_section{
			padding: 25px 18px 4px 18px;
		}

		.support_h2{
			width: 100%;
			font-size: 32px;
			margin: 0 auto 15px auto;
		}

		.support_text{
			width: 100%;
			margin: 0 auto;
		}

		.support_balloons{
			width: 100%;
			margin: 0 auto;
		}
	} /*--スマホここまで--*/
/* ----------------- supportセクション ここまで ----------------------*/

/* ----------------- meritセクション ここから ----------------------*/
.merit_section{
	padding: 15px 0 40px 0;
	box-sizing: border-box;
}

.merit_h2{
	width: 724px;
	margin: 0 auto 20px auto;
	text-align: center;
	color: #f67604;
	font-size: 40px;
}

.merit_text{
	width: 724px;
	margin: 0 auto 35px auto;
}

.merit_content1{
	padding-left: 24px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 5px;
	font-weight: bold;
}

.merit_content1::before{
	content: "①";
	position: absolute;
	top: 0;
	left: 0;
}

.merit_content2{
	padding-left: 24px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 5px;
	font-weight: bold;
}

.merit_content2::before{
	content: "②";
	position: absolute;
	top: 0;
	left: 0;
}

.merit_content3{
	padding-left: 24px;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
}

.merit_content3::before{
	content: "③";
	position: absolute;
	top: 0;
	left: 0;
}

.merit_balloons{
	width: 724px;
	margin: 0 auto;
}

.merit_text2{
	width: 724px;
	margin: 35px auto 1px auto;
	font-size: 16px;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.merit_section{
			padding: 15px 18px 30px 18px;
			box-sizing: border-box;
		}

		.merit_h2{
			width: 100%;
			margin: 0 auto 14px auto;
			text-align: center;
			color: #f67604;
			font-size: 30px;
		}

		.merit_text{
			width: 100%;
			margin: 0 auto 35px auto;
		}

		.merit_content1{
			margin-bottom: 10px;
		}

		.merit_content2{
			margin-bottom: 10px;
		}

		.merit_balloons{
			width: 100%;
			margin: 0 auto;
		}

		.merit_text2{
			width: 100%;
			margin: 30px auto 0 auto;
			font-size: 16px;
		}
	} /*--スマホここまで--*/
/* ----------------- meritセクション ここまで ----------------------*/

/* ----------------- businessセクション ここから ----------------------*/
.business_section{
	padding: 30px 0 25px 0;
	box-sizing: border-box;
	background-color: #eef6fb;
}

.business_h2{
	width: 724px;
	margin: 0 auto 17px auto;
	text-align: center;
	font-size: 40px;
	color: #007ec1;
}

.business_text{
	width: 724px;
	margin: 0 auto 20px auto;
}

.business_list{ /* リスト四角 */
	width: 724px;
	padding: 0px;
	margin: 0 auto 24px auto;
	box-sizing: border-box;
}

.business_list li{ /* リスト項目 */
	font-size: 22px;
	box-sizing: border-box;
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	font-weight: bold;
}

.business_list li::before{ /* リスト項目 */
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.business_section{
			padding: 25px 18px 15px 18px;
		}

		.business_h2{
			width: 100%;
			margin: 0 auto 17px auto;
			text-align: center;
			font-size: 30px;
			color: #007ec1;
		}

		.business_text{
			width: 100%;
			margin: 0 auto 20px auto;
		}

		.business_list{ /* リスト四角 */
			width: 100%;
			padding: 0px;
			margin: 0 auto 24px auto;
			box-sizing: border-box;
		}

		.business_list li{ /* リスト項目 */
			font-size: 20px;
			box-sizing: border-box;
			position: relative;
			padding-left: 28px;
			margin-bottom: 18px;
			font-weight: bold;
			line-height: 1.54;
		}

		.business_list li::before{ /* リスト項目 */
			content: "■";
			position: absolute;
			top: 0;
			left: 0;
		}
	} /*--スマホここまで--*/
/* ----------------- businessセクション ここまで ----------------------*/

/* ----------------- addvoiceセクション ここから ----------------------*/
.addvoice_section{
	padding: 5px 0 40px 0;
	box-sizing: border-box;
}

.addvoice_h3{
	width: 724px;
	margin: 40px auto 0 auto;
	font-size: 38px;
}

.addvoice_balloons{
	width:724px;
	margin: 0 auto;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.addvoice_section{
			padding: 5px 18px 25px 18px;
			box-sizing: border-box;
		}

		.addvoice_h3{
			width: 100%;
			margin: 30px auto 0 auto;
			font-size: 28px;
		}

		.addvoice_balloons{
			width: 100%;
			margin: 0 auto;
		}
	}
/* ----------------- addvoiceセクション ここまで ----------------------*/

/* ----------------- achivementsセクション ここから ----------------------*/
.achievements_section{
	padding: 30px 0;
	box-sizing: border-box;
}

.achievements_h2 h2{
	width: 724px;
	margin: 0 auto 25px auto;
	text-align: center;
}

.achievements_h2 h2 > img{
	width: 100%;
}

.achievements_img{
	width: 724px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.achievements_img img{
	width: 90%;
}

.achievements_list{
	width: 724px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 22px;
}

.achievements_list li{
	position: relative;
	padding-left: 27px;
	margin-bottom: 25px;
	line-height: 1.6;
}

.achievements_list li::before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	color: #ff5000;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.achievements_section{
			padding: 0px 18px 0px 18px ;
			box-sizing: border-box;
		}

		.achievements_h2 h2{
			width: 100%;
			margin: 0 auto 10px auto;
			text-align: center;
		}

		.achievements_h2 h2 > img{
			width: 100%;
		}

		.achievements_img{
			width: 100%;
			margin: 0 auto 30px auto;
			text-align: center;
		}

		.achievements_img img{
			width: 100%;
		}

		.achievements_list{
			width: 100%;
			margin: 0 auto;
			font-weight: bold;
			font-size: 19px;
		}

		.achievements_list li{
			position: relative;
			padding-left: 20px;
			margin-bottom: 20px;
			line-height: 1.6;
		}

		.achievements_list li::before{
			content: "・";
			position: absolute;
			top: 0;
			left: 0;
			color: #ff5000;
		}
	} /*--スマホここまで--*/
/* ----------------- achivementsセクション ここまで ----------------------*/

/* ----------------- voicelistセクション ここから ----------------------*/
.voicelist_section{
	padding: 50px 0;
	box-sizing: border-box;
	background-color: #fffae6;
}

.voicelist_h2{
	width: 724px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.voicelist_h2 h2 > img{
	width: 45%;
}

.voicelist_contentbox{
	width: 724px;
	margin: 0 auto 30px auto;
	background-color: #fff;
	padding: 20px 30px 25px 30px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #bbb;
}

.voicelist_h3{
	margin: 0 auto 18px auto;
	text-align: center;
	font-size: 34px;
	color: #f67604;
	line-height: 1.46;
}

.voicelist_innerbox_l{
	float: left;
	width: 20%;
}

.voicelist_innerbox_r{
	float: right;
	width: 76%;
}

.voicelist_icon img{
	width: 100%;
	height: auto;
	border: solid 0px #fff;
	border-radius: 50%;
	filter:drop-shadow(0px 0px 3px #ddd);
	margin-bottom: 5px;
	box-sizing: border-box;
}

.voicelist_textsub{
	text-align: right;
	margin-top: 15px;
}


	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.voicelist_section{
			padding: 40px 13px 20px 13px;
			box-sizing: border-box;
			background-color: #fffae6;
		}

		.voicelist_h2{
			width: 100%;
			margin: 0 auto 20px auto;
			text-align: center;
		}

		.voicelist_h2 h2 > img{
			width: 80%;
		}

		.voicelist_contentbox{
			width: 100%;
			margin: 0 auto 20px auto;
			background-color: #fff;
			padding: 20px 23px 25px 23px;
			box-sizing: border-box;
			border-radius: 10px;
			box-shadow: 2px 2px 4px #bbb;
		}

		.voicelist_h3{
			margin: 0 auto 18px auto;
			text-align: center;
			font-size: 28px;
			color: #f67604;
			line-height: 1.46;
		}

		.voicelist_innerbox_l{
			float: none;
			width: 100%;
			text-align: center;
			margin-bottom: 14px;
		}

		.voicelist_innerbox_r{
			float: none;
			width: 100%;
		}

		.voicelist_icon img{
			width: 50%;
			height: auto;
			border: solid 0px #fff;
			border-radius: 50%;
			filter:drop-shadow(0px 0px 3px #ddd);
			margin-bottom: 5px;
			box-sizing: border-box;
		}

		.voicelist_textsub{
			text-align: right;
			margin-top: 15px;
		}
	}/*--スマホここまで--*/

/* ----------------- voicelistセクション ここまで ----------------------*/

/* ----------------- developerセクション ここから ----------------------*/
.developer_section{
	padding: 40px 0;
	box-sizing: border-box;
}

.developer_h2{
	font-size: 40px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.developer_imga{
	width: 724px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.developer_imga img{
	width: 90%;
}

.developer_text{
	width: 724px;
	margin: 0 auto;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.developer_section{
			padding: 30px 18px;
			box-sizing: border-box;
		}

		.developer_h2{
			font-size: 30px;
			margin: 0 auto 20px auto;
			text-align: center;
			line-height: 1.54;
		}

		.developer_imga{
			width: 100%;
			margin: 0 auto 20px auto;
			text-align: center;
		}

		.developer_imga img{
			width: 90%;
		}

		.developer_text{
			width: 100%;
			margin: 0 auto;
		}
	}/*--スマホここまで--*/
/* ----------------- developerセクション ここまで ----------------------*/

/* ----------------- reasonセクション ここから ----------------------*/
.reason_section{
	padding: 30px 0;
	box-sizing: border-box;
	background-color: #fffae6;
}

.reason_h2{
	font-size: 40px;
	margin: 0 auto 30px auto;
	text-align: center;
	color: #ff5000;
}

.reason_text{
	width: 724px;
	margin: 0 auto 30px auto;
}

.reason_youtube{
	width: 724px;
	margin: 0 auto;
	text-align: center;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.reason_section{
			padding: 30px 18px;
		}

		.reason_h2{
			font-size: 32px;
			margin: 0 auto 15px auto;
			text-align: center;
		}

		.reason_text{
			width: 100%;
			margin: 0 auto 30px auto;
		}

		.reason_youtube{
			width: 100%;
			margin: 0 auto;
			text-align: center;
			position: relative;
			padding-top: 56.25%;
		}

		.reason_youtube iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

	}/*--スマホここまで--*/

/* ----------------- reasonセクション ここまで ----------------------*/

/* ----------------- trialセクション ここから ----------------------*/
.trial_section{
	padding: 30px 0 30px 0;
	box-sizing: border-box;
	background-color: #ff5000;
}

.trial_h2{
	width: 724px;
	margin: 0 auto 15px auto;
	text-align: center;
}

.trial_h2 img{
	width: 55%;
}

.trial_box{
	width: 724px;
	margin: 0 auto;
	background-color: #fff;
	padding: 25px 35px;
	box-sizing: border-box;
}

.trial_message{
	text-align: center;
	margin: 20px auto 10px auto;
}

.trial_message img{
	width: 90%;
}

.trial_button{
	text-align: center;
}

.trial_button img{
	width: 90%;
}

.trial3_h2{
	width: 724px;
	margin: 0 auto 10px auto;
	text-align: center;
}

.trial3_h2 img{
	width: 60%;
}

.trial4_h2{
	width: 724px;
	margin: 0 auto 10px auto;
	text-align: center;
}

.trial4_h2 img{
	width: 80%;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.trial_section{
			padding: 25px 18px 25px 18px;
			box-sizing: border-box;
			background-color: #ff5000;
		}

		.trial_h2{
			width: 100%;
			margin: 0 auto 10px auto;
			text-align: center;
		}

		.trial_h2 img{
			width: 95%;
		}

		.trial_box{
			width: 100%;
			margin: 0 auto;
			background-color: #fff;
			padding: 20px 0px;
			box-sizing: border-box;
		}

		.trial_text{
			padding: 0px 18px;
			box-sizing: border-box;
			margin-bottom: 20px;
		}

		.trial_message{
			width: 90%;
			text-align: center;
			margin: 0px auto 15px auto;
			padding: 0px 18px;
			box-sizing: border-box;
		}

		.trial_message img{
			width: 95%;
		}

		.trial_button{
			text-align: center;
			padding: 0px 8px;
			box-sizing: border-box;
		}

		.trial_button img{
			width: 100%;
		}

		.trial3_h2{
			width: 100%;
			margin: 0 auto 10px auto;
			text-align: center;
		}
		
		.trial3_h2 img{
			width: 100%;
		}


		.trial4_h2{
			width: 100%;
			margin: 0 auto 10px auto;
			text-align: center;
		}
		
		.trial4_h2 img{
			width: 100%;
		}

	}/*--スマホここまで--*/
/* ----------------- trialセクション ここまで ----------------------*/

/* ----------------- presentセクション ここから ----------------------*/
.present_section{
	padding: 50px 0 30px 0;
	box-sizing: border-box;
}

.present_preh{
	width: 724px;
	margin: 0 auto;
	text-align: center;
}

.present_preh img{
	width: 28%;
}

.present_h2{
	width: 724px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.present_h2_sub{
	font-size: 38px;
}

.present_h2_main{
	font-size: 40px;
	color: #ea3a2d;
}

.present_text{
	width: 724px;
	margin: 0 auto 25px auto;
}

.present_list{
	width: 724px;
	margin: 0 auto 25px auto;
}

.present_list li{
	list-style: none;
	margin-bottom: 6px;
	font-weight: bold;
	position: relative;
	padding-left: 63px;
}

.present_list li > span{
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}

.present_imga{
	width: 724px;
	margin: 0 auto;
}

.present_imga img{
	width: 100%;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.present_section{
			padding: 50px 18px 30px 18px;
			box-sizing: border-box;
		}

		.present_preh{
			width: 100%;
			margin: 0 auto 10px auto;
			text-align: center;
		}

		.present_preh img{
			width: 47%;
		}

		.present_h2{
			width: 100%;
			margin: 0 auto 20px auto;
			text-align: center;
			line-height: 1.46;
		}

		.present_h2_sub{
			font-size: 38px;
		}

		.present_h2_main{
			font-size: 40px;
			color: #ea3a2d;
		}

		.present_text{
			width: 100%;
			margin: 0 auto 0px auto;
		}

		.present_list{
			width: 100%;
			margin: 25px auto 25px auto;
		}

		.present_list li{
			list-style: none;
			margin-bottom: 14px;
			font-weight: bold;
			position: relative;
			padding-left: 63px;
			line-height: 1.56;
		}

		.present_list li > span{
			box-sizing: border-box;
			position: absolute;
			top: 0;
			left: 0;
		}


		.present_imga{
			width: 100%;
			margin: 0 auto;
		}

		.present_imga img{
			width: 100%;
		}
	} /*--スマホここまで--*/
/* ----------------- presentセクション ここまで ----------------------*/

/* ----------------- startstepセクション ここから ----------------------*/
.startstep_section{
	padding: 30px 0;
	box-sizing: border-box;
	background-color: #ebf9fa;
}

.startstep_h2{
	width: 724px;
	margin: 0 auto 15px auto;
	font-size: 40px;
	text-align: center;
}

.startstep_text{
	width: 724px;
	margin: 0 auto 30px auto;
}

.startstep_h3{
	width: 724px;
	margin: 0 auto 25px auto;
	text-align: center;
}

.startstep_h3 img{
	width: 27%;
}

.startstep_contentbox{
	width: 724px;
	margin: 0 auto 30px auto;
}

.startstep_contentbox_l{
	float: left;
	width: 30%;
}

.startstep_contentbox_r{
	float: right;
	width: 67%;
}

.startstep_contentbox_l img{
	width: 100%;
}

.startstep_h4{
	font-size: 30px;
	margin-bottom: 18px;
	line-height: 1;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.startstep_section{
			padding: 30px 18px;
		}

		.startstep_h2{
			width: 100%;
			margin: 0 auto 15px auto;
			font-size: 32px;
			text-align: center;
		}

		.startstep_text{
			width: 100%;
			margin: 0 auto 30px auto;
		}

		.startstep_h3{
			width: 100%;
			margin: 0 auto 15px auto;
			text-align: center;
		}

		.startstep_h3 img{
			width: 50%;
		}

		.startstep_contentbox{
			width: 100%;
			margin: 0 auto 30px auto;
		}

		.startstep_contentbox_l{
			float: none;
			width: 100%;
			margin-bottom: 15px;
		}

		.startstep_contentbox_r{
			float: none;
			width: 100%;
		}

		.startstep_contentbox_l img{
			width: 100%;
		}

		.startstep_h4{
			font-size: 27px;
			margin-bottom: 18px;
			line-height: 1.46;
			text-align: center;
		}
	}/*--スマホここまで--*/
/* ----------------- startstepセクション ここまで ----------------------*/

/* ----------------- priceセクション ここから ----------------------*/
.price_section{
	padding: 30px 0;
	box-sizing: border-box;
}

.price_h2{
	width: 724px;
	margin: 0 auto 30px auto;
	text-align: center;
	font-size: 40px;
}

.price_text{
	width: 724px;
	margin: 0 auto 30px auto;
}

.price_list_checkbox{
	width: 724px;
	margin: 0 auto 30px auto;
}

.price_list_checkbox li{ /* リスト アイコンチェックマーク */
	margin: 0 auto 10px 84px;
	background: url(../images/list_checkbox.png) no-repeat;
    background-size: 26px;
    background-position: left 0px top 9px;
	padding: 0 0 0 35px;
	font-size: 25px;
    font-weight: bold;
	box-sizing: border-box;
}

.price_imga{
	width: 724px;
	margin: 0 auto 10px auto;
	text-align: center;
}

.price_imga img{
	width: 100%;
}

.price_note1{
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
}

.price_noteslist{
	width: 724px;
	margin: 0 auto 0 auto;
}

.price_noteslist li{
	position: relative;
	padding-left: 23px;
	box-sizing: border-box;
}

.price_noteslist li > span{
	position: absolute;
	top: 0;
	left: 0;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.price_section{
			padding: 30px 18px;
		}

		.price_h2{
			width: 100%;
			margin: 0 auto 15px auto;
			text-align: center;
			font-size: 32px;
		}

		.price_text{
			width: 100%;
			margin: 0 auto 30px auto;
		}

		.price_list_checkbox{
			width: 100%;
			margin: 0 auto 30px auto;
		}

		.price_list_checkbox li{ /* リスト アイコンチェックマーク */
			margin: 0 auto 15px 0px;
			background: url(../images/list_checkbox.png) no-repeat;
			background-size: 26px;
			background-position: left 0px top 9px;
			padding: 0 0 0 35px;
			font-size: 22px;
			line-height: 1.54;
			font-weight: bold;
			box-sizing: border-box;
		}

		.price_imga{
			width: 100%;
			margin: 0 auto 10px auto;
			text-align: center;
		}

		.price_imga img{
			width: 100%;
		}

		.price_note1{
			text-align: center;
			font-size: 18px;
			margin-bottom: 40px;
		}

		.price_noteslist{
			width: 100%;
			margin: 0 auto 0 auto;
		}

		.price_noteslist li{
			position: relative;
			padding-left: 23px;
			margin-bottom: 10px;
			line-height: 1.54;
		}
	} /*--スマホここまで--*/
/* ----------------- priceセクション ここまで ----------------------*/

/* ----------------- importantセクション ここから ----------------------*/
.important_section{
	padding: 30px 0;
	box-sizing: border-box;
	background-color: #fffae6;
}

.important_h2{
	width: 724px;
	margin: 0 auto 25px auto;
	text-align: center;
	font-size: 40px;
	color: #ff5000;
}

.important_img{
	width: 724px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.important_img img{
	width: 100%;
}

.important_text{
	width: 724px;
	margin: 0 auto 20px auto;
}

.important_list{
	width: 724px;
	margin: 0 auto 20px auto;
}

.important_list li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}

.important_list li > span{
	position: absolute;
	top: 0;
	left: 0;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.important_section{
			padding: 30px 18px;
		}

		.important_h2{
			width: 100%;
			margin: 0 auto 25px auto;
			text-align: center;
			font-size: 32px;
			line-height: 1.46;
		}

		.important_img{
			width: 100%;
			margin: 0 auto 30px auto;
		}

		.important_img img{
			width: 100%;
		}

		.important_text{
			width: 100%;
			margin: 0 auto 20px auto;
		}

		.important_list{
			width: 100%;
			margin: 0 auto 20px auto;
		}

		.important_list li{
			margin-bottom: 10px;
			position: relative;
			padding-left: 20px;
			box-sizing: border-box;
		}

		.important_list li > span{
			position: absolute;
			top: 0;
			left: 0;
		}
	} /*--スマホここまで--*/

/* ----------------- importantセクション ここまで ----------------------*/

/* ----------------- messageセクション ここから ----------------------*/
.message_section{
	padding: 20px 0;
	box-sizing: border-box;
}

.message_contentbox{
	width: 724px;
	margin: 0 auto;
	padding: 35px 40px;
	box-shadow: 0px 0px 5px #ccc;
	border-radius: 5px;
	box-sizing: border-box;
}

.message_h2{
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.message_section{
			padding: 20px 18px;
		}

		.message_contentbox{
			width: 100%;
			margin: 0 auto;
			padding: 28px 20px;
			box-shadow: 0px 0px 5px #ccc;
			border-radius: 5px;
		}

		.message_h2{
			text-align: center;
			font-size: 28px;
			margin-bottom: 20px;
		}
	} /*--スマホここまで--*/

/* ----------------- messageセクション ここまで ----------------------*/

/* ----------------- evaluationセクション ここから ----------------------*/
.evaluation_section{
	padding: 50px 0;
	box-sizing: border-box;
}

.evaluation_h2{
	width: 724px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.evaluation_h2 img{
	width: 100%;
}

.evaluation_list{
	width: 624px;
	margin: 0 auto 30px auto;
}

.evaluation_list li{
	position: relative;
	margin-bottom: 7px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 25px;
	box-sizing: border-box;
	line-height: 1.56;
}

.evaluation_list li > span{
	position: absolute;
	top: 0;
	left: 0;
}

.evaluation_imga{
	width: 724px;
	margin: 0 auto 45px auto;
	text-align: center;
}

.evaluation_imga img{
	width: 100%;
}

.evaluation_h3{
	width: 724px;
	margin: 0 auto 30px auto;
	text-align: center;
	font-size: 40px;
	background-color: #f67604;
	color: #fff;
}

.evaluation_h3 img{
	width: 100%;
}

.evaluation_imgb{
	width: 724px;
	margin: 0 auto 45px auto;
	text-align: center;
}

.evaluation_imgb img{
	width: 70%;
}

.evaluation_imgc{
	width: 724px;
	margin: 0 auto 45px auto;
	text-align: center;
}

.evaluation_imgc img{
	width: 100%;
}

.evaluation_text{
	width: 724px;
	margin: 0 auto 60px auto;
}

.evaluation_h4{
	width: 724px;
	margin: 0 auto 20px auto;
	text-align: center;
}

.evaluation_h4 img{
	width: 57%;
}

.evaluation_recommender{
	width: 724px;
	margin: 0 auto 20px auto;
	text-align: center;
}

.evaluation_recommender img{
	width: 70%;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.evaluation_section{
			padding: 35px 18px 30px 18px;
		}

		.evaluation_h2{
			width: 100%;
			margin: 0 auto 20px auto;
			text-align: center;
		}

		.evaluation_h2 img{
			width: 100%;
		}

		.evaluation_list{
			width: 100%;
			margin: 0 auto 20px auto;
		}

		.evaluation_list li{
			position: relative;
			margin-bottom: 13px;
			font-size: 18px;
			font-weight: bold;
			padding-left: 25px;
			box-sizing: border-box;
			line-height: 1.56;
			text-align:left;
		}

		.evaluation_list li > span{
			position: absolute;
			top: 0;
			left: 0;
		}

		.evaluation_imga{
			width: 100%;
			margin: 0 auto 45px auto;
			text-align: center;
		}

		.evaluation_imga img{
			width: 100%;
		}

		.evaluation_h3{
			width: 100%;
			margin: 0 auto 16px auto;
			text-align: center;
			font-size: 32px;
			background-color: #f67604;
			color: #fff;
		}

		.evaluation_h3 img{
			width: 100%;
		}

		.evaluation_imgb{
			width: 100%;
			margin: 0 auto 45px auto;
			text-align: center;
		}

		.evaluation_imgb img{
			width: 70%;
		}

		.evaluation_imgc{
			width: 100%;
			margin: 0 auto 20px auto;
			text-align: center;
		}

		.evaluation_imgc img{
			width: 100%;
		}

		.evaluation_text{
			width: 100%;
			margin: 0 auto 40px auto;
		}

		.evaluation_h4{
			width: 100%;
			margin: 0 auto 20px auto;
			text-align: center;
		}

		.evaluation_h4 img{
			width: 90%;
		}

		.evaluation_recommender{
			width: 100%;
			margin: 0 auto 20px auto;
			text-align: center;
		}

		.evaluation_recommender img{
			width: 100%;
		}
	} /*--スマホここまで--*/
/* ----------------- evaluationセクション ここまで ----------------------*/

/* ----------------- faqセクション ここから ----------------------*/
.faq_section{
	padding: 30px 0;
	box-sizing: border-box;
	background-color: #f2f2f2;
}

.faq_h2{
	width: 724px;
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 40px;
}

.faq_contentbox{
	width: 724px;
	margin: 0 auto 30px auto;
	background-color: #fff;
	box-shadow: 2px 2px 2px #aaa;
	padding: 23px 25px;
	box-sizing: border-box;
	border-radius: 10px;
}

.faq_question{
	font-size: 24px;
	color: #ff5000;
	margin-bottom: 15px;
	position: relative;
	padding-left: 35px;
	box-sizing: border-box;
	line-height: 1.54;
}

.faq_question span{
	position: absolute;
	top: 0;
	left: 0;
}

.faq_answer{
	position: relative;
	padding-left: 38px;
}

.faq_answer span{
	font-size: 24px;
	position: absolute;
	top: -5px;
	left: 3px;
}

.faq_answer a{
	color: #007ec1;
}
.faq_answer a:visited{ /*訪問済みの色*/
	color: #ea3a2d;
}
.faq_answer a:hover{ /*ホバー時の色*/
	color: #174ea6;
	text-decoration: underline; /*下線出す*/
}
.faq_answer a:active{ /*クリック時の色*/
	color: #ff5000;
}

.list_faq{
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 0px 0px;
	box-sizing: border-box;
	text-decoration: none;
}

.list_faq li{
	margin-bottom: 10px;
	font-weight: normal;
	position: relative;
	padding-left: 23px;
	box-sizing: border-box;
}

.list_faq li::before{
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.faq_section{
			padding: 30px 18px;
		}

		.faq_h2{
			width: 100%;
			margin: 0 auto 17px auto;
			text-align: center;
			font-size: 40px;
		}

		.faq_contentbox{
			width: 100%;
			margin: 0 auto 23px auto;
			background-color: #fff;
			box-shadow: 2px 2px 2px #aaa;
			padding: 20px 20px;
			box-sizing: border-box;
		}

		.faq_question{
			font-size: 24px;
			color: #ff5000;
			margin-bottom: 15px;
			position: relative;
			padding-left: 35px;
			box-sizing: border-box;
			line-height: 1.54;
		}

		.faq_question span{
			position: absolute;
			top: 0;
			left: 0;
		}

		.faq_answer{
			position: relative;
			padding-left: 38px;
		}

		.faq_answer span{
			font-size: 24px;
			position: absolute;
			top: -5px;
			left: 3px;
		}
	} /*--スマホここまで--*/
/* ----------------- faqセクション ここまで ----------------------*/

/* ----------------- psセクション ここから ----------------------*/
.ps_section{
	padding: 30px 0;
	box-sizing: border-box;
}

.ps_h2{
	width: 724px;
	margin: 0 auto 15px auto;
	font-size: 50px;
	text-align: center;
}

.ps_text{
	width: 724px;
	margin: 0 auto 30px auto;
}

.ps_img{
	width: 724px;
	margin: 0 auto 10px auto;
	text-align: center;
}

.ps_img img{
	width: 100%;
}

.ps_img_text{
	width: 724px;
	margin: 0 auto 40px auto;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.ps_section{
			padding: 30px 18px;
			box-sizing: border-box;
		}

		.ps_h2{
			width: 100%;
			margin: 0 auto 15px auto;
			font-size: 50px;
			text-align: center;
		}

		.ps_text{
			width: 100%;
			margin: 0 auto 30px auto;
		}

		.ps_img{
			width: 100%;
			margin: 0 auto 10px auto;
			text-align: center;
		}

		.ps_img img{
			width: 100%;
		}

		.ps_img_text{
			width: 100%;
			margin: 0 auto 40px auto;
			text-align: center;
			font-weight: bold;
			font-size: 20px;
		}
	}
/* ----------------- psセクション ここまで ----------------------*/

/* ----------------- notesセクション ここから ----------------------*/
.notes_section{
	width: 724px;
	margin: 0 auto;
	padding: 30px 0;
	box-sizing: border-box;
}

.notes_list{
	width: 724px;
	margin: 0 auto;
}

.notes_list li{
	position: relative;
	padding-left: 24px;
	box-sizing: border-box;
	margin-bottom: 13px;
}

.notes_list li::before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.notes_list a{
	color: #007ec1;
}
.notes_list a:visited{ /*訪問済みの色*/
	color: #ea3a2d;
}
.notes_list a:hover{ /*ホバー時の色*/
	color: #174ea6;
	text-decoration: underline; /*下線出す*/
}
.notes_list a:active{ /*クリック時の色*/
	color: #ff5000;
}

.notes_img{
	width: 724px;
	margin: 60px auto 20px auto;
	text-align: center;
}

.notes_img img{
	width: 30%;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.notes_section{
			width: 100%;
			margin: 0 auto;
			padding: 30px 18px;
			box-sizing: border-box;
		}

		.notes_list{
			width: 100%;
			margin: 0 auto;
		}

		.notes_list li{
			position: relative;
			padding-left: 24px;
			box-sizing: border-box;
		}

		.notes_img{
			width: 100%;
			margin: 60px auto 20px auto;
			text-align: center;
		}

		.notes_img img{
			width: 65%;
		}
	}/*--スマホここまで--*/
/* ----------------- notesセクション ここまで ----------------------*/

/* ----------------- セクション ここから ----------------------*/
/* ----------------- セクション ここまで ----------------------*/

/* ----------------- セクション ここから ----------------------*/
/* ----------------- セクション ここまで ----------------------*/
/* ----------------- セクション ここから ----------------------*/
/* ----------------- セクション ここまで ----------------------*/

/* ----------------- セクション ここから ----------------------*/
/* ----------------- セクション ここまで ----------------------*/

/* ----------------- セクション ここから ----------------------*/
/* ----------------- セクション ここまで ----------------------*/

/* ----------------- セクション ここから ----------------------*/
/* ----------------- セクション ここまで ----------------------*/
/* ----------------- セクション ここから ----------------------*/
/* ----------------- セクション ここまで ----------------------*/

/* ----------------- セクション ここから ----------------------*/
/* ----------------- セクション ここまで ----------------------*/

/* ----------------- セクション ここから ----------------------*/
/* ----------------- セクション ここまで ----------------------*/

/* ----------------- セクション ここから ----------------------*/
/* ----------------- セクション ここまで ----------------------*/
/* ----------------- セクション ここから ----------------------*/
/* ----------------- セクション ここまで ----------------------*/

/* ----------------- セクション ここから ----------------------*/
/* ----------------- セクション ここまで ----------------------*/

/* ----------------- セクション ここから ----------------------*/
/* ----------------- セクション ここまで ----------------------*/

/* ----------------- セクション ここから ----------------------*/
/* ----------------- セクション ここまで ----------------------*/



/* ----------------- フッター ここから ----------------------*/
footer{
	text-align: center;
	font-size: 16px;
	padding-top: 0px;
    margin-top:0px;
}

.footer_link {
	background: #fff;
    padding: 10px 0;
}

.footer_link a{
    color: #222;
    text-decoration: none;
}
.footer_link a:hover{
    color:#003294;
    text-decoration: none;
}
.footer_link a:visited{
    color: #222;
    text-decoration: none;
}

.copy{
    background-color:  #fff;
    padding: 15px 0;
    font-size: 16px;
    color: #222;
}

@media screen and (max-width: 640px) { /*--スマホここから--*/

	footer{
		text-align: center;
		font-size: 14px;
		padding-top: 0px;
		margin-top:0px;
		margin-bottom: 70px;
	}

	.footer_link {
		background: #fff;
		padding: 6px 0;
	}

	.copy{
		padding: 10px 10px;
		font-size: 10px;
	}
}/*--スマホここから--*/

/* ----------------- フッター ここまで ----------------------*/


/* ----------------- 共通クラス ここから ----------------------*/

.fontfamiliy_original800{ /*Googleフォント使用*/
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
}

/*→→→→→→→→→ 吹き出しパターン1 start ←←←←←←←*/
.balloon1 { /*吹き出し1 全体 ※intro部分で主に使用 */
	width: 100%;
	margin: 1.5em auto;
	overflow: hidden;
	padding: 0 5px 0 0px;
	box-sizing: border-box;
}

.balloon1-2 { /*吹き出し1-2 全体 ※marginの幅が違う */
	width: 100%;
	margin: 20px auto 5px auto;
	overflow: hidden;
	padding: 0 5px 0 0px;
	box-sizing: border-box;
}

.balloon1-3 { /*吹き出し1-3 全体 ※meritセクションで使用 */
	width: 100%;
	margin: 20px auto 10px auto;
	overflow: hidden;
	padding: 0 5px 0 0px;
	box-sizing: border-box;
}


.faceicon1 { /*吹き出し1 アイコン*/
	float: left;
	width: 15%;
}

.faceicon1 img{ /*吹き出し1 アイコン画像*/
	width: 100%;
	height: auto;
	border: solid 0px #fff;
	border-radius: 50%;
	filter:drop-shadow(2px 2px 2px #bbb);
	margin-bottom: 5px;
	box-sizing: border-box;
}

.chatting1 { /*吹き出し1 会話内容*/
	float: right;
	width: 82%;
	position: relative;
	margin: 0.2vw 0 10px 0px;
	padding: 18px 23px;
	border-radius: 12px;
	background: #fff;
	filter:drop-shadow(0px 2px 3px #bbb);
	box-sizing: border-box;
}

.chatting1:after { /*吹き出し1 テキスト部分三角形*/
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #fff;
}

.chatting1_text{ /*吹き出し1 テキスト*/
	padding-right: 0px;
	box-sizing: border-box;
}

.chatting1_profile{ /*吹き出し1 個人情報*/
	text-align: right;
	margin-top: 6px;
	box-sizing: border-box;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/

		.balloon1 { /*吹き出し1 全体 ※intro部分で主に使用 */
			width: 100%;
			margin: 0.5em auto;
			overflow: hidden;
			padding: 0 5px 0 0px;
			box-sizing: border-box;
		}

		.balloon1-2 { /*吹き出し1-2 全体*/
			width: 100%;
			margin: 10px auto 0px auto;
			padding: 0 5px 0 0px;
			box-sizing: border-box;
		}

		.faceicon1 { /*吹き出し1 アイコン*/
			float: left;
			width: 23%;
		}

		.chatting1 { /*吹き出し1 会話内容*/
			width: 72%;
			margin: 0.1vw 0 7px 0px;
			padding: 17px 13px;
			border-radius: 12px;
			background: #fff;
			filter:drop-shadow(0px 2px 3px #bbb);
			box-sizing: border-box;
		}

		.chatting1:after { /*吹き出し1 テキスト部分三角形*/
			top: 18px;
			left: -23px;
			border: 12px solid transparent;
			border-right: 12px solid #fff;
		}

		.chatting1_profile{ /*吹き出し1 個人情報*/
			margin-top: 9px;
			box-sizing: border-box;
		}
	}/*--スマホここまで--*/
/*→→→→→→→→→ 吹き出しパターン1 end ←←←←←←←*/

/*→→→→→→→→→ 吹き出しパターン2 start ←←←←←←←*/
.balloon2 { /*吹き出し2 全体*/
	width: 100%;
	margin: 1.5em auto;
	overflow: hidden;
	padding: 0 5px 0 0px;
	box-sizing: border-box;
}

.faceicon2 { /*吹き出し2 アイコン*/
	float: left;
	width: 15%;
}

.faceicon2 img{ /*吹き出し2 アイコン画像*/
	width: 100%;
	height: auto;
	border: solid 0px #fff;
	border-radius: 50%;
	filter:drop-shadow(2px 2px 2px #bbb);
	margin-bottom: 5px;
	box-sizing: border-box;
}

.chatting2 { /*吹き出し2 会話内容*/
	float: right;
	width: 82%;
	position: relative;
	margin: 0.2vw 0 10px 0px;
	padding: 17px 18px;
	border-radius: 12px;
	background: #fff;
	border: solid 3px #ff5000;
	/* filter:drop-shadow(2px 2px 2px #bbb); */
	box-sizing: border-box;
}

.chatting2:before { /*吹き出し2 テキスト部分三角形*/
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2;
}

.chatting2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 16px;
	left: -30px;
	border: 14px solid transparent;
	border-right: 14px solid #ff5000;
	z-index: 1;
  }

.chatting2_text{ /*吹き出し2 テキスト*/
	padding-right: 0px;
	box-sizing: border-box;
}

.chatting2_profile{ /*吹き出し2 個人情報*/
	text-align: right;
	margin-top: 6px;
	box-sizing: border-box;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.faceicon2 { /*吹き出し2 アイコン*/
			float: left;
			width: 23%;
		}

		.chatting2 { /*吹き出し2 会話内容*/
			width: 72%;
			margin: 0.1vw 0 10px 0px;
			padding: 17px 13px;
			border-radius: 12px;
			background: #fff;
			/* filter:drop-shadow(2px 2px 2px #bbb); */
			box-sizing: border-box;
		}

		.chatting2:before { /*吹き出し2 テキスト部分三角形*/
			content: "";
			position: absolute;
			top: 18px;
			left: -23px;
			border: 12px solid transparent;
			border-right: 12px solid #FFF;
			z-index: 2;
		}

		.chatting2:after {
			content: "";
			position: absolute;
			top: 16px;
			left: -30px;
			border: 14px solid transparent;
			border-right: 14px solid #ff5000;
			z-index: 1;
		}

		.chatting2_profile{ /*吹き出し2 個人情報*/
			margin-top: 9px;
			box-sizing: border-box;
		}
	}/*スマホ対応ここまで*/
/*→→→→→→→→→ 吹き出しパターン2 end ←←←←←←←*/

/*→→→→→→→→→ 下線付き見出し start ←←←←←←←*/
.under_h {
	position: relative;
	margin-bottom: 45px;
}

.under_h:before {
	content: '';
	position: absolute;
	bottom: -17px;
	width: 100px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #333;
	border-radius: 2px;
}
	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.under_h {
			position: relative;
			margin-bottom: 45px;
		}
	}/*スマホ対応ここまで*/
/*→→→→→→→→→ 下線付き見出し end ←←←←←←←*/

/*→→→→→→→→→ アイコン付き見出し start ←←←←←←←*/
.pen_h{
	color: #f67604;
	position: relative;
	padding-left: 55px;/*アイコン分のスペース*/
	line-height: 1.46;
	box-sizing: border-box;
}

.pen_h::before{
	font-family: "Font Awesome 5 Free";
	content: "\f304";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	left: 0px;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #f67604; /*アイコン色*/
}
	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.pen_h{
			padding-left: 45px;/*アイコン分のスペース*/
			line-height: 1.46;
			box-sizing: border-box;
		}

		.pen_h::before{
			font-family: "Font Awesome 5 Free";
			content: "\f304";/*アイコンのユニコード*/
			position: absolute;/*絶対位置*/
			left: 8px;/*アイコンの位置*/
			top: 0;/*アイコンの位置*/
			color: #f67604; /*アイコン色*/
		}
	}/*スマホ対応ここまで*/
/*→→→→→→→→→ アイコン付き見出し end ←←←←←←←*/

/*→→→→→→→→→ 矢印 start ←←←←←←←*/
.allow_img{
	width: 724px;
	text-align: center;
	margin: 0 auto;
}

.allow_img img{
	width: 30%;
	text-align: center;
	margin: 0 auto;
}

.allow2_img{
	width: 724px;
	text-align: center;
	margin: 0 auto;
}

.allow2_img img{
	width: 14%;
	text-align: center;
	margin: 0 auto;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.allow_img{
			width: 100%;
			text-align: center;
			margin: 0 auto;
			padding: 0 13px;
			box-sizing: border-box;
		}

		.allow_img img{
			width: 40%;
			text-align: center;
			margin: 0 auto;
		}

		.allow2_img{
			width: 100%;
			text-align: center;
			margin: 0 auto;
		}
		
		.allow2_img img{
			width: 30%;
			text-align: center;
			margin: 0 auto;
		}
	}/*スマホ対応ここまで*/
/*→→→→→→→→→ 矢印 end ←←←←←←←*/

/* ----------------- 共通クラス ここまで ----------------------*/


/* 別ページCSS

↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕

*/

/* ----------------- プライバシーポリシーページ ここから ----------------------*/
.policy_area{
	width: 724px;
	margin: 0 auto 80px auto;
	box-sizing: border-box;
}

.policy_h2{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin: 50px auto 40px auto;
}

.policy_h3{
	font-size: 28px;
	font-weight: bold;
	margin: 30px auto 10px auto;
}

.policy_list{
	list-style-type: decimal;
	padding-left: 50px;
	margin: 20px auto 20px auto;
}

.policy_list li{
	margin-bottom: 10px;
}


.policy_item{
	margin: 0px auto 15px auto;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/

		.policy_area{
			width: 100%;
			margin: 0 auto 80px auto;
			padding: 0 24px;
			box-sizing: border-box;
		}

		.policy_h2{
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			margin: 50px auto 40px auto;
		}

		.policy_h3{
			font-size: 22px;
			line-height:1.3;
			font-weight: bold;
			margin: 30px auto 10px auto;
		}
		
		.policy_list{
			list-style-type: decimal;
			padding-left: 35px;
			margin: 20px auto 20px auto;

		}

		.policy_item{
			margin: 0px auto 15px auto;
		}
	}
/* ----------------- プライバシーポリシーページ ここまで ----------------------*/


/* ----------------- 免責事項ページ ここから ----------------------*/
.disclaimer_area{
	width: 724px;
	margin: 0 auto 300px auto;
	box-sizing: border-box;
}

.disclaimer_h2{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin: 50px auto 40px auto;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/

		.disclaimer_area{
			width: 100%;
			padding: 0 24px;
			margin: 0 auto 80px auto;
			box-sizing: border-box;
		}

		.disclaimer_h2{
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			margin: 50px auto 40px auto;
		}
	}

/* ----------------- 免責事項ページ ここまで ----------------------*/
